.claude/skills/summarize/SKILL.md
--- context: fork --- # /summarize Summarize a note or set of notes. ## Usage ``` /summarize <note name> /summarize Meeting - 2025-01-05 MyDataIntegration Review /summarize all meetings about CloudMigration /summarize last 5 meetings ``` ## Instructions ### Single Note Summary 1. Find the note by name (fuzzy match if needed) 2. Read the full content 3. Generate summary: ```markdown # Summary: {{note title}} **Type**: {{type}} **Date**: {{date if applicable}} ## Key Points - {{main poi
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/summarizeInstall 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.
Summarize a note or set of notes.
/summarize <note name>
/summarize Meeting - 2025-01-05 MyDataIntegration Review
/summarize all meetings about CloudMigration
/summarize last 5 meetings
# Summary: {{note title}}
**Type**: {{type}}
**Date**: {{date if applicable}}
## Key Points
- {{main point 1}}
- {{main point 2}}
- {{main point 3}}
## Decisions Made
- {{decision 1}}
## Action Items
- [ ] {{action 1}}
- [ ] {{action 2}}
## People Involved
{{attendees or people mentioned}}
## Related Notes
{{suggest related notes based on content}}
For "all meetings about X" or "last N meetings":
Phase 1: Planning
Phase 2: Parallel Processing
Launch sub-agents using model: "haiku" for efficiency:
Phase 3: Synthesis
# Summary: {{description of note set}}
**Notes Analysed**: {{count}}
**Date Range**: {{earliest}} to {{latest}}
## Executive Summary
{{2-3 paragraph synthesis of all notes}}
## Key Themes
1. **{{theme 1}}**: {{explanation}}
2. **{{theme 2}}**: {{explanation}}
## All Decisions
| Date | Source | Decision |
| ---- | ------ | -------- |
{{consolidated decisions}}
## Outstanding Actions
| Action | From | Assigned | Due |
| ------ | ---- | -------- | --- |
{{consolidated actions}}
## Progression
{{how topics evolved across the notes}}
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