plugins
All plugins

youtube-strategy

v1.10.0

Complete YouTube content production workflow: research competitors, generate video ideas, build briefs, craft titles and thumbnails, and create detailed video outlines with demo prep checklists.

Claude Code5 skills

by Claude Code PluginsMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/youtube-strategy/ inside the repository.

Layout

plugins/productivity/youtube-strategy/
├── .claude-plugin/plugin.json
├── skills/yt-brief/SKILL.md
├── skills/yt-ideation/SKILL.md
├── skills/yt-outline/SKILL.md
├── skills/yt-packaging/SKILL.md
└── skills/yt-research/SKILL.md

Skills5

yt-briefskills/yt-brief/SKILL.md

Refine a YouTube video idea into a structured production brief with angle, key points, value proposition, CTA asset, and audience segment. Use this skill whenever the user says "create a brief", "brief this idea", "develop this idea", "write a video brief", "production brief", or has selected a video idea from ideation and wants to define the angle and structure before packaging and outlining. Use when working with yt brief. Trigger with 'yt', 'brief'.

yt-ideationskills/yt-ideation/SKILL.md

Generate and validate YouTube video ideas aligned with content pillars, audience strategy, and priority tiers. Use this skill whenever the user says "generate ideas", "brainstorm videos", "what should I make next", "video ideas", "content ideas", "ideation", "what topics should I cover", or wants to come up with new video concepts. Use when working with yt ideation. Trigger with 'yt', 'ideation'.

yt-outlineskills/yt-outline/SKILL.md

Build detailed step-by-step YouTube video outlines with demo prep, screen-share sequences, and visual planning. Use this skill whenever the user says "create an outline", "outline this video", "video outline", "build the outline", "production outline", or has an approved brief and packaging and needs the final pre-production document before demo prep and filming. Use when working with yt outline. Trigger with 'yt', 'outline'.

yt-packagingskills/yt-packaging/SKILL.md

Create optimized YouTube titles and thumbnail concepts for maximum CTR. Use this skill whenever the user says "title ideas", "thumbnail concepts", "package this video", "CTR optimization", "title options", "packaging", or has an approved brief and needs to finalize the title and thumbnail direction before outlining. Packaging determines whether viewers click. Use when working with yt packaging. Trigger with 'yt', 'packaging'.

yt-researchskills/yt-research/SKILL.md

Research competitor YouTube channels, niches, and trending topics for your content strategy. Use this skill whenever the user says "research channels", "analyze competitors", "find trending topics", "niche analysis", "competitive research", "what are other creators doing", "scrape YouTube channels", or wants to understand the competitive landscape for a specific tool or topic area. Use when working with yt research. Trigger with 'yt', 'research'.

Manifests1

plugins/productivity/youtube-strategy/.claude-plugin/plugin.json
{
  "name": "youtube-strategy",
  "version": "1.10.0",
  "description": "Complete YouTube content production workflow: research competitors, generate video ideas, build briefs, craft titles and thumbnails, and create detailed video outlines with demo prep checklists.",
  "author": {
    "name": "Claude Code Plugins"
  },
  "license": "MIT",
  "keywords": [
    "youtube",
    "content-strategy",
    "video-production",
    "ideation",
    "research",
    "thumbnails",
    "titles",
    "outlining",
    "content-creation"
  ]
}