bundles/content/skills/youtube-video-analyst/SKILL.md
Forensic-level deconstruction of YouTube videos to extract viral formulas, hooks, retention mechanics, and emotional engineering. Use when analyzing video transcripts to clone success patterns for new content.
npx skillsauth add shipshitdev/library youtube-video-analystInstall 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.
Deconstructs YouTube video transcripts to extract viral formulas, hook architecture, retention mechanics, and emotional engineering patterns.
This skill activates when users:
Run the fetch script to automatically extract the transcript:
python ${CLAUDE_SKILL_DIR}/scripts/fetch_transcript.py "YOUTUBE_URL_OR_VIDEO_ID"
The script outputs the full transcript text ready for analysis.
User can paste the transcript directly. Common sources:
Approach the transcript like a crime scene investigator examining evidence. Extract EVERYTHING systematically:
Think step-by-step. Be exhaustive. Miss nothing. Every sentence exists for a reason in viral content—find that reason.
Analyze the transcript and extract the following components with surgical precision:
Create a complete fill-in-the-blank script template that captures ALL extracted patterns:
Before analysis, gather this context from the user:
Structure your analysis with these sections:
## Hook Architecture
[Primary Hook Analysis]
[Hook Type Classification]
[Secondary Hooks List with Timestamps]
[Fill-in-Blank Hook Templates]
## Structural Blueprint
[Content Framework Identification]
[Complete Beat Map]
[Pacing Analysis]
[Section Breakdown with Percentages]
## Retention Mechanics
[Open Loops Catalog]
[Pattern Interrupts List]
[Curiosity Gap Analysis]
[Payoff Mapping]
## Emotional Engineering
[Emotional Arc Visualization]
[Trigger Word Library]
[Identity Hook Analysis]
[Psychological Lever Breakdown]
## Storytelling Elements
[Narrative Framework]
[Character Positioning]
[Conflict/Stakes Analysis]
[Specificity Anchors List]
## Linguistic Patterns
[Power Phrase Library]
[Rhythm Analysis]
[Repetition Catalog]
[Conversational Trigger Map]
## Algorithm Signals
[Retention Optimizer List]
[Engagement Trigger Catalog]
[Share/Save Trigger Analysis]
## CTA Architecture
[CTA Sequence Map]
[Timing Analysis]
[Value Exchange Framework]
## Viral Coefficient
[Scorecard with Ratings]
[Shareability Analysis]
[Crossover Potential Assessment]
## Reusable Template
[COMPLETE FILL-IN-BLANK SCRIPT TEMPLATE]
[Opening Variations]
[Section Templates]
[Transition Library]
[CTA Templates]
## Implementation Playbook
[Top 10 Steal-This Elements]
[Niche Adaptation Guide]
[Mistake Prevention Checklist]
[Enhancement Opportunities]
[A/B Test Recommendations]
## Quick Reference Cheatsheet
[One-page summary of all extracted patterns for rapid implementation]
After analysis, use the content-creator skill to:
development
TypeScript refactoring and modernization guidelines from a principal specialist perspective. This skill should be used when refactoring, reviewing, or modernizing TypeScript code to ensure type safety, compiler performance, and idiomatic patterns. Triggers on tasks involving TypeScript type architecture, narrowing, generics, error handling, or migration to modern TypeScript features.
tools
Resolves TypeScript and JavaScript problems across type-level programming, performance, monorepo management, migration, and modern tooling. Invoke when diagnosing "type instantiation excessively deep" errors, migrating JS to TS, configuring strict tsconfig, debugging module resolution, or choosing between Biome/ESLint/Turborepo/Nx.
tools
Turborepo monorepo build system guidance. Triggers on: `turbo.json`, task pipelines, `dependsOn`, caching, remote cache, the `turbo` CLI, `--filter`, `--affected`, CI optimization, environment variables, internal packages, monorepo structure, and package boundaries. Use when the user configures tasks or workflows, creates packages, sets up a monorepo, shares code between apps, runs changed packages, debugs cache behavior, or works in an `apps/` plus `packages/` workspace.
tools
Provides Tailwind CSS v4 performance optimization and best practices guidelines. Triggers when writing, reviewing, or refactoring Tailwind CSS v4 code; when working with Tailwind configuration, @theme directive, utility classes, responsive design, dark mode, container queries, or CSS generation optimization.