.claude/skills/youtube/SKILL.md
--- 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
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/youtubeInstall 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.
Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis).
/youtube <url>
/youtube <url> <optional title override>
/youtube https://www.youtube.com/watch?v=0TpON5T-Sw4
/youtube https://youtu.be/abc123 AWS re:Invent Keynote
This skill uses the MCP Docker YouTube tools:
mcp__MCP_DOCKER__get_video_info - Video metadatamcp__MCP_DOCKER__get_transcript - Full transcriptUse both tools in parallel:
mcp__MCP_DOCKER__get_video_info(url)
mcp__MCP_DOCKER__get_transcript(url)
Extract:
If transcript unavailable, note this and proceed with description-only analysis.
If the description contains chapter timestamps (e.g., 00:00 - Introduction), extract these as structured sections for the Page note.
From the transcript, identify:
Filename: Weblink - {{sanitised title}}.md
Location: Vault root
---
type: Weblink
title: "{{title}}"
url: {{youtube_url}}
domain: youtube.com
createdAt: {{ISO timestamp}}
created: {{DATE}}
modified: {{DATE}}
tags: [video, {{3-5 relevant tags}}]
---
# {{title}}
**Channel:** {{channel name}}
**Duration:** {{duration}}
**Published:** {{upload date}}
## Summary
{{3-5 sentence summary of video content and main thesis}}
## Key Topics
- {{topic 1}}
- {{topic 2}}
- {{topic 3}}
## Links
- **Video:** {{url}}
- **Channel:** {{channel URL if extractable}}
- **Resources:** {{any links from description}}
## Related
- [[Page - {{title}} - Full Analysis]]
Filename: Page - {{sanitised title}} - Full Analysis.md
Location: Vault root
---
type: Page
title: "{{title}} - Full Analysis"
created: {{DATE}}
modified: {{DATE}}
tags: [video, activity/research, {{topic tags}}]
confidence: high
freshness: current
source: secondary
verified: true
reviewed: {{DATE}}
summary: {{one-line summary}}
---
# {{title}} - Full Analysis
**Source:** [[Weblink - {{title}}]]
**Author:** {{channel name}}
**Duration:** {{duration}}
## Core Thesis
{{1-2 paragraphs explaining the main argument or purpose}}
## Key Concepts
### {{Concept 1 Name}}
{{Explanation with context}}
### {{Concept 2 Name}}
{{Explanation with context}}
{{Continue for major concepts}}
## Actionable Insights
1. {{Insight 1}}
2. {{Insight 2}}
3. {{Insight 3}}
## Technologies/Tools Mentioned
| Tool | Purpose |
|------|---------|
| {{tool 1}} | {{what it does}} |
| {{tool 2}} | {{what it does}} |
## Notable Quotes
> "{{quote 1}}"
> "{{quote 2}}"
## Relevance to Your Organization Work
{{How this relates to Solutions Architecture, YourOrg projects, or current work. Remove if not applicable.}}
## Chapter Summary
{{If chapters available, list each with 1-2 sentence summary}}
## Transcript
<details>
<summary>Full Transcript (click to expand)</summary>
{{full transcript, cleaned for readability with paragraph breaks}}
</details>
## Related Notes
- {{wiki-links to related vault notes}}
## Resources
- {{Links from video description}}
Always include: video
Topic tags (choose 3-5):
ai, automation, productivity for AI/productivity contenttechnology/{{tech}} for specific technologiesactivity/research for learning contentdomain/{{area}} for business domainsSearch vault for:
Add wiki-links in Related section.
Report:
For a 30-minute productivity video:
Weblink - Building a Second Brain with AI.md (quick reference)Page - Building a Second Brain with AI - Full Analysis.md (detailed breakdown)Both linked together for easy navigation.
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
development
--- context: fork --- # /weblink Save a URL as a weblink note with analysis and summary. ## Usage ``` /weblink <url> /weblink <url> <optional title> ``` ## Examples ``` /weblink https://github.com/anthropics/claude-code /weblink https://aws.amazon.com/bedrock/ AWS Bedrock Service ``` ## Instructions 1. **Fetch and analyse the URL**: - Use WebFetch to retrieve the page content - Extract: title, author, source/domain, main content - **ALWAYS provide analysis** - this is mandatory,