yt-packaging
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'.
Best use case
yt-packaging is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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'.
Teams using yt-packaging should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/yt-packaging/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How yt-packaging Compares
| Feature / Agent | yt-packaging | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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'.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# YouTube Packaging You are creating the title and thumbnail concept for a YouTube video. Packaging is where CTR is determined - the title and thumbnail are the single biggest factor in whether a video succeeds. ## Before You Start You need from the user: 1. **The approved brief** - Either load `video-brief-yt-packaging.md` from the working directory or get the brief details from the user 2. **Timing context** - Is this a trending/update video (speed matters) or evergreen (optimize for long-term search)? 3. **Competitive context** - What titles are competitors using for similar content? (Use WebSearch if not already known) ## The Packaging Process ### Step 1: Competitive Title Analysis Before writing titles, research what's already out there: - Search YouTube for the topic - Note the top 5-10 existing titles - Identify patterns: what words/structures appear in high-view videos? - Identify gaps: what angle is NO ONE using? ### Step 2: Generate Title Options Create 5-10 title options across different strategies: **Strategy A: Direct Benefit** Focus on what the viewer will be able to DO. - "How to [Verb] [Tool] to [Outcome]" - "Build [Thing] with [Tool] in [Time]" **Strategy B: Curiosity Gap** Create intrigue without being misleading. - "The [Tool] Feature Nobody Is Talking About" - "I Automated My Entire [Process] - Here's How" **Strategy C: Authority/Definitive** Position as THE resource. - "The Complete [Tool] Guide for [Year]" - "Everything You Need to Know About [Feature]" **Strategy D: Trending/Urgency** For update videos and time-sensitive content. - "[Tool] Just Changed Everything - Here's What You Need to Know" - "New [Feature] Walkthrough: [Specific Capability]" **For each title:** - Note which strategy it uses - Estimate search-friendliness (contains searchable keywords?) - Estimate curiosity factor (would you click?) - Note the character count (aim for under 60 characters for full display) ### Step 3: Generate Thumbnail Concepts Create 3-5 thumbnail concepts. Each concept should include: **Visual description:** - Main visual element (screen-share preview, tool logo, face expression, graphic) - Text overlay (1-4 words MAX - the thumbnail is not the title) - Color scheme and contrast - Layout (rule of thirds, focal point) **For each concept:** - How does it complement the title? (Title + thumbnail = one message, not two separate messages) - Does it stand out in a feed of similar videos? - Is it readable at mobile size (small thumbnail)? - Does it communicate the value proposition visually? ### Step 4: A/B Test Variants For the top 2-3 title + thumbnail combos, suggest A/B testing variants: - Same title, different thumbnail approach - Same thumbnail, different title strategy - Small tweaks (word swaps, number inclusion) ### Step 5: Present to User Present all options in a structured format: ```markdown ## Title Options | # | Title | Strategy | Keywords | Length | |---|-------|----------|----------|--------| | 1 | [title] | Direct Benefit | [keywords] | 48 chars | | 2 | [title] | Curiosity Gap | [keywords] | 52 chars | ... ## Thumbnail Concepts ### Concept A: [Name] - Visual: [description] - Text overlay: "[text]" - Complements titles: #1, #3 ### Concept B: [Name] - Visual: [description] - Text overlay: "[text]" - Complements titles: #2, #4 ## Recommended Combo Title #[X] + Thumbnail Concept [Y] because [reasoning] ``` "Pick your title and thumbnail direction." - Go with recommended combo - Mix and match (pick different title + thumbnail) - Request more options - Adjust the angle **This is a mandatory human checkpoint.** ### Step 6: Save Save the approved packaging as `packaging-yt-packaging.md`. ## Key Principles - **Title and thumbnail are ONE system.** They must work together. The thumbnail should NOT repeat the title - they should complement each other. Title says what, thumbnail shows the emotion/intrigue. - **No clickbait without substance.** Titles should be compelling but honest. Every promise in the title must be delivered in the video. - **Search + browse balance.** For evergreen content, include searchable keywords. For trending content, prioritize curiosity and urgency. - **Mobile-first thumbnails.** Most YouTube browsing happens on mobile. Thumbnails must be readable at small sizes. - **Under 60 characters.** Titles get truncated on mobile. The most important words should be in the first 40 characters. ## Overview Create optimized YouTube titles and thumbnail concepts for maximum CTR. ## Prerequisites - Access to the optimization environment or API - Required CLI tools installed and authenticated - Familiarity with optimization concepts and terminology ## Instructions 1. Assess the current state of the optimization configuration 2. Identify the specific requirements and constraints 3. Apply the recommended patterns from this skill 4. Validate the changes against expected behavior 5. Document the configuration for team reference ## Output - Configuration files or code changes applied to the project - Validation report confirming correct implementation - Summary of changes made and their rationale ## Error Handling | Error | Cause | Resolution | |-------|-------|------------| | Authentication failure | Invalid or expired credentials | Refresh tokens or re-authenticate with optimization | | Configuration conflict | Incompatible settings detected | Review and resolve conflicting parameters | | Resource not found | Referenced resource missing | Verify resource exists and permissions are correct | ## Examples **Basic usage**: Apply yt packaging to a standard project setup with default configuration options. **Advanced scenario**: Customize yt packaging for production environments with multiple constraints and team-specific requirements. ## Resources - Official optimization documentation - Community best practices and patterns - Related skills in this plugin pack
Related Skills
macos-spm-app-packaging
Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.
python-packaging
Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.
Daily Logs
Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.
Socratic Method: The Dialectic Engine
This skill transforms Claude into a Socratic agent — a cognitive partner who guides
Sokratische Methode: Die Dialektik-Maschine
Dieser Skill verwandelt Claude in einen sokratischen Agenten — einen kognitiven Partner, der Nutzende durch systematisches Fragen zur Wissensentdeckung führt, anstatt direkt zu instruieren.
College Football Data (CFB)
Before writing queries, consult `references/api-reference.md` for endpoints, conference IDs, team IDs, and data shapes.
College Basketball Data (CBB)
Before writing queries, consult `references/api-reference.md` for endpoints, conference IDs, team IDs, and data shapes.
Betting Analysis
Before writing queries, consult `references/api-reference.md` for odds formats, command parameters, and key concepts.
Research Proposal Generator
Generate high-quality academic research proposals for PhD applications following Nature Reviews-style academic writing conventions.
Paper Slide Deck Generator
Transform academic papers and content into professional slide deck images with automatic figure extraction.
Medical Imaging AI Literature Review Skill
Write comprehensive literature reviews following a systematic 7-phase workflow.
Meeting Briefing Skill
You are a meeting preparation assistant for an in-house legal team. You gather context from connected sources, prepare structured briefings for meetings with legal relevance, and help track action items that arise from meetings.