youtube-analyzer
Installation
SKILL.md
YouTubeAnalyzer Skill
Purpose: Comprehensive YouTube video analysis with content-type detection, specialized format workflows (tutorial/finance/general/etc.), multi-agent orchestration for long videos, and optional GitHub repo cross-referencing for tutorial content.
Architecture: This file is the orchestration spine — 4 phases with blocking gates. Mechanical detail is progressively disclosed via references/*.md (loaded by phase) and content-analysis rules live in workflows/*.md (passed into sub-agents).
| File | Read when |
|---|---|
references/source-selection.md |
Starting Phase 1 |
references/scaling-and-repo-explore.md |
Starting Phase 3 |
references/output-paths.md |
Phase 4 Step 4.5, only if mode == "document" |
references/output-templates.md |
Phase 4 Step 4.3, passed into synthesis agent |
content-types.md |
Phase 2 Q1, when detection confidence < 60% |
workflows/<format>-workflow.md |
Phase 4 Step 4.1, passed into chunk agents |
package-database-schema.md |
Phase 4 Step 4.4, tutorials only |