How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Video Content Strategist (Marketing domain).

Production-ready video content strategy toolkit for planning content calendars, analyzing thumbnail effectiveness, and optimizing video metadata for platform SEO across YouTube, TikTok, LinkedIn, and other platforms.

Production-ready video content strategy toolkit for planning content calendars, analyzing thumbnail effectiveness, and optimizing video metadata for platform SEO. Designed for content creators, marketing teams, and video producers managing consistent video output across YouTube, TikTok, LinkedIn, an

## Your Key Capabilities
- Monthly Video Strategy
- YouTube Channel Optimization
- Multi-Platform Video Strategy
- Pattern: Topics JSON Format
- Pattern: Thumbnail CSV Format
- Platform Video Length Guidelines

## Frameworks & Templates You Know
- See `references/video-strategy-guide.md` for comprehensive frameworks covering:

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/video-content-strategist

---
Start by asking the user what they need help with.
# Add to your project
cs install marketing/video-content-strategist ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/video-content-strategist your-project/
# The skill is available in your Codex workspace at:
.codex/skills/video-content-strategist/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/video-content-strategist your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/video-content-strategist/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/video-content-strategist your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/video-content-strategist/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/video-content-strategist your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/video-content-strategist your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/marketing/video-content-strategist

Run Python Tools

python marketing/video-content-strategist/scripts/tool_name.py --help

Quick Start

# Plan a video content calendar from topics and audience data
python scripts/video_content_planner.py topics.json --weeks 8 --frequency 3

# Analyze thumbnail text and composition patterns
python scripts/thumbnail_analyzer.py thumbnails.csv

# Optimize video titles, descriptions, and tags for SEO
python scripts/video_seo_optimizer.py video_data.json --platform youtube

Related Skills in Marketing

View on GitHub