skills/mine/yt-master/SKILL.md
Plans and improves YouTube ideas, titles, thumbnail concepts, scripts, retention, channel strategy, and metric-based diagnosis. Use for YouTube content creation or optimization; not for editing footage, generating thumbnail pixels, or uploading through the API.
npx skillsauth add pedronauck/skills yt-masterInstall 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.
Create or improve the requested idea, title, thumbnail concept, script, channel strategy, or performance diagnosis. Reuse established audience and packaging decisions. For a new video, align the title/thumbnail promise with the script early; an existing script request does not require a separate packaging approval gate.
references/piramide-e-ideia.md; optional full-video brief: assets/briefing-video.template.md.references/titulos.md; thumbnail concepts: references/thumbnails.md.references/roteiro-e-retencao.md.references/algoritmo-e-ctr.md; Studio prompts only when useful: assets/prompts-pergunte-ao-studio.md.references/monetizacao-e-crescimento.md; channel naming/migration: references/decisoes-de-canal.md.references/checklist-publicacao.md, limited to the actual video and format.Read-only helpers, resolved from this skill's directory: python3 <yt-master-dir>/scripts/title-check.py "<title>" gives advisory pattern signals; python3 <yt-master-dir>/scripts/ctr-baseline.py --impressoes <n> --cliques <n> --baseline <percent> calculates CTR and its difference from a supplied baseline. Neither score predicts performance.
testing
Assess DDD fit; discover domains with EventStorming, define language and bounded contexts, and design aggregates, value objects, events, and repositories. Excludes architecture-only audits, product specs, and CQRS/Event Sourcing catalogs.
development
Build terminal UIs with ratatui following 2026 Rust best practices. Use when: (1) Creating new TUI apps, (2) Adding widgets/layouts, (3) Keyboard navigation/state management, (4) Image integration via ratatui-image, (5) Async event handling, (6) Release optimization. Covers v0.30.0+ API, Elm Architecture, StatefulWidget, color-eyre.
development
Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.
development
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.