.claude/skills/template-candidates/SKILL.md
Analyse files for ArchitectKB template repository suitability
npx skillsauth add DavidROliverBA/ArchitectKB template-candidatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Command: /template-candidates [--category <type>]
Model: 🟡 Sonnet
Agent: None (direct execution)
Analyse files in this vault and identify candidates suitable for the ArchitectKB template repository. Performs detailed content analysis to ensure files are generic and reusable.
/template-changelog identifies new/modified files/template-syncFilter by category with --category:
| Category | Directory | Description |
|----------|-----------|-------------|
| scripts | .claude/scripts/ | Python/Shell automation |
| skills | .claude/skills/ | Skill definitions |
| schemas | .claude/schemas/ | JSON validation schemas |
| hooks | .claude/hooks/ | Pre/post execution hooks |
| rules | .claude/rules/ | Reference documentation |
| templates | Templates/ | Note templates |
| all | All above | Full analysis |
Compare with template repo:
VAULT = Path("~/Documents/GitHub/BA-DavidOliver-ObsidianVault").expanduser()
TEMPLATE = Path("~/Documents/GitHub/ArchitectKB").expanduser()
DIRS_TO_COMPARE = [
".claude/scripts",
".claude/skills",
".claude/schemas",
".claude/hooks",
".claude/rules",
"Templates",
]
For each candidate file, check for:
| Pattern | Reason |
|---------|--------|
| Acme Corp, BA-, britishairways | Company-specific |
| @ba.com, atlassian.net/wiki/spaces/BA | Internal URLs |
| API keys, tokens, passwords | Security risk |
| /Users/david.oliver/ | Hardcoded personal paths |
| ERPSystem, Alpha, Beta, DataPlatform, AlertHub | BA-specific projects/systems |
| notion.so/ba-workspace | Internal integrations |
| Pattern | Reason |
|---------|--------|
| Generic variable names | $VAULT_PATH, ${PROJECT} |
| Configuration via environment | os.environ.get() |
| Template placeholders | {{company}}, <your-org> |
| Well-documented functions | Docstrings, comments |
| Error handling | Try/except, validation |
Score each file 0-100:
| Score | Classification | Action | |-------|----------------|--------| | 90-100 | Ready | Can sync directly | | 70-89 | Minor edits | Small sanitisation needed | | 50-69 | Needs work | Significant generalisation required | | 0-49 | Not suitable | Too specific or contains secrets |
Output a structured report:
# Template Candidates Report
Generated: 2026-02-01
## Summary
| Category | Ready | Minor Edits | Needs Work | Excluded |
|----------|-------|-------------|------------|----------|
| scripts | 3 | 2 | 1 | 4 |
| skills | 5 | 3 | 2 | 1 |
| ... | | | | |
## Ready for Sync (Score 90+)
### .claude/scripts/archive-orphan-attachments.py
- **Score:** 95
- **Status:** Ready
- **Notes:** Fully generic, no company references
### .claude/schemas/location.schema.json
- **Score:** 100
- **Status:** Ready
- **Notes:** Pure schema, no customisation needed
## Minor Edits Needed (Score 70-89)
### .claude/skills/sync-notion/SKILL.md
- **Score:** 75
- **Status:** Minor edits
- **Issues:**
- Line 23: Contains hardcoded database ID
- Line 45: References BA-specific workspace
- **Fix:** Replace with placeholder variables
## Excluded (Score <50)
### .claude/scripts/sync-ba-confluence.py
- **Score:** 20
- **Reason:** Entirely BA-specific integration
- **Action:** Do not sync
## Recommended Actions
1. Run `/template-sync` for 8 ready files
2. Edit 5 files with minor issues
3. Review 3 files needing significant work
Save report to: .claude/reports/template-candidates-YYYY-MM-DD.md
/template-changelog - Generate changelog entries/template-sync - Execute the synctools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi