Claude Code Skill — Open Source

Claude Code
Video Toolkit

A Claude Code skill for planning, organizing, and automating video editing workflows — so you focus on creativity, not repetition.

★ View on GitHub ↓ Installation Guide
🎬Raw Footage
📋Editing Plan
⚙️FFmpeg Commands
Final Export

Your AI-Powered Video Workflow Assistant

Claude Code Video Toolkit is a skill and toolset that teaches Claude Code how to assist with video editing workflows. It does not edit videos by itself — instead, it helps you think through, plan, and execute editing tasks faster.

Use it to organize footage, generate FFmpeg commands, write editing plans, create shot lists, and streamline your entire production pipeline — all inside Claude Code.

Built for YouTubers, developers, filmmakers, and content creators who want AI-assisted workflows without leaving their terminal.

📁
Organize your raw footage and assets
🗺️
Generate an editing plan and shot list
⚙️
Get FFmpeg commands for processing
📝
Write scripts and production notes
📦
Export checklist for every platform

Everything You Need to Ship Faster

Eight focused capabilities designed to eliminate planning bottlenecks in video production.

🗺️

Workflow Planning

Ask Claude to create a complete editing plan tailored to your video type and content goals.

📁

Folder Organization

Get a structured project layout for footage, audio, music, graphics, and exports — instantly.

⚙️

FFmpeg Assistance

Generate FFmpeg commands to trim, merge, resize, compress, and batch process video files.

📋

Shot List Generation

Turn a script or idea into a structured shot list and editing timeline automatically.

🎵

Asset Management

Get suggestions for organizing audio, music, graphics, thumbnails, and B-roll efficiently.

Export Checklists

Platform-specific export checklists for YouTube, Instagram Reels, Shorts, and more.

📱

YouTube & Reels Workflow

Specialized guidance for short-form and long-form video content pipelines.

💻

Claude Code Integration

Works natively inside Claude Code — no extra apps, no UI, just natural language commands.

Get Started in Minutes

Follow these steps to install the toolkit as a Claude Code skill.

1

Clone the Repository

Download the toolkit to your local machine.

bash
git clone https://github.com/Kapildevv/-claude-code-video-toolkit.git
2

Open the Folder

Navigate into the downloaded repository folder on your computer.

bash
cd -claude-code-video-toolkit
3

Copy to Claude Code Skills Directory

Place the skill folder inside your Claude Code skills location. The exact path depends on your OS and Claude Code setup. Typically it's inside your Claude configuration directory.

4

Restart Claude Code

Close and reopen Claude Code, or reload the environment to register the new toolkit.

5

Verify the Installation

Ask Claude Code directly to confirm the skill is active.

prompt
Can you use the Claude Code Video Toolkit skill?

Manual ZIP Installation

1
Go to the GitHub repository page
2
Click the green Code button → Download ZIP
3
Extract the ZIP archive to a local folder
4
Copy the extracted folder into your Claude Code skills directory
5
Restart Claude Code to complete the setup

Just Ask Claude

Use natural language prompts to trigger video editing workflows inside Claude Code.

🎬

"Use the video toolkit to create an editing plan for my YouTube video."

📁

"Help me organize my raw footage, audio, music, thumbnails, and exports."

⚙️

"Generate FFmpeg commands to trim, merge, resize, and compress these clips."

📋

"Can you help me write a shot list for a technical review video?"

Claude Code Terminal
User: Help me organize my video project assets.
Claude: I can help you with that using the Video Toolkit. Here's a recommended folder structure:
📂 project-root/
├── 📂 01_footage/ (Raw clips)
├── 📂 02_audio/ (Music & SFX)
├── 📂 03_graphics/ (Assets & Overlays)
├── 📂 04_exports/ (Final renders)
└── 📂 05_docs/ (Scripts & Plans)
_

Inside the Folder

What you'll find when you download the toolkit.

📜 skill-video-editing.md

The main instruction file that defines how Claude should assist with video editing.

📂 tools/

Contains helper scripts and specialized tool definitions for the toolkit.

📂 templates/

Ready-to-use templates for editing plans, shot lists, and scripts.

📄 README.md

Project documentation and detailed usage instructions.

Troubleshooting

Skill not loading? +

Make sure the folder is placed in the correct Claude Code skills directory and that the filename starts with skill-. Restart Claude Code after moving the folder.

Commands not working? +

Ensure you are using natural language prompts. If a specific tool fails, check that you have the necessary permissions in your terminal environment.

FAQ

Does it edit videos? +

No, it's an assistant. It helps you plan, organize, and generates commands/scripts for you to use in your editing software or terminal (like FFmpeg).

Is it free? +

Yes, this toolkit is 100% open-source and free to use with your Claude Code setup.