.claude/skills/related/SKILL.md
--- context: fork --- # /related Find all notes related to a topic using parallel sub-agents for comprehensive search. ## Usage ``` /related <topic> /related VendorA /related Cloud Platform /related Jane Doe ``` ## Instructions ### Phase 1: Planning 1. Analyse the topic to determine: - Is it a person? → Focus on Person notes, meetings with them - Is it a technology? → Focus on Pages, ADRs, Projects - Is it a project? → Focus on Project, Meetings, Tasks - Is it an organisation?
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/relatedInstall 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.
Find all notes related to a topic using parallel sub-agents for comprehensive search.
/related <topic>
/related VendorA
/related Cloud Platform
/related Jane Doe
Analyse the topic to determine:
Load relevant context file:
.claude/context/people.md.claude/context/technology.md.claude/context/projects.md.claude/context/organisations.mdLaunch 4 sub-agents in parallel using model: "haiku" for efficiency:
Agent 1: Direct Matches (Haiku)
Agent 2: Content Search (Haiku)
Agent 3: Backlink Analysis (Haiku)
Agent 4: Tag & Metadata Search (Haiku)
# Notes Related to: {{topic}}
**Found**: {{count}} related notes
## Direct Matches ({{count}})
Notes specifically about {{topic}}:
| Note | Type | Last Modified |
|------|------|---------------|
{{direct matches}}
## Mentions ({{count}})
Notes that reference {{topic}}:
| Note | Type | Context |
|------|------|---------|
{{content matches with snippet}}
## Linked Notes ({{count}})
Notes connected via wiki-links:
{{backlink results}}
## By Type
### Meetings ({{count}})
{{meeting list}}
### Projects ({{count}})
{{project list}}
### People ({{count}})
{{people list}}
### ADRs ({{count}})
{{adr list}}
### Tasks ({{count}})
{{task list}}
## Suggested Connections
{{identify notes that SHOULD link to each other but don't}}
tools
--- 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