Claude Video Specs — AI skill for Claude Code
三類影片製作規範 + 可 fork 的範例專案.
How to install Claude Video Specs
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open mathruffian-dot/claude-video-specs and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Video Specs does
三類影片製作規範 + 可 fork 的範例專案。給 AI agent 和創作者用。
Alternatives in AI
- Generative Media Skills — Multi-modal Generative Media Skills for AI Agents (Claude Code, Cursor, Gemini CLI) 3k ★
- Wax — Shared Single-file memory layer for all your agents, sub mili-second RAG over text, photo and video on Apple S 791 ★
- AI Avatar System — 🎭 AI Avatar / digital human platform — upload a photo, clone a voice, talk to any face in real time with lip 422 ★
README
claude-video-specs
三類影片製作規範 + 自動 bootstrap 流程,給 AI agent 和創作者用。 **AI agent 讀本 repo 後請立即跑 [AGENTS.md](AGENTS.md) 的 5 階段流程。**
一句話總結
把「我想做一支影片」這句話,自動分流到三類規範之一,依規範跑完整工作流,最後可打包成可重複呼叫的技能。
Repo 內容
claude-video-specs/
├── README.md ← 本檔(人類入口)
├── AGENTS.md ← AI agent 入口,5 階段 bootstrap
├── GOTCHAS.md ← 踩坑筆記(開工前必讀)
├── LICENSE
├── specs/ ← 三類影片規範(核心)
│ ├── 01-活動紀錄影片.md
│ ├── 01-活動紀錄影片.html ← 規範視覺化版
│ ├── 02-教學影片.md
│ └── 03-社群科普影片.md
├── examples/ ← 三個 HTML 範本可 fork
│ ├── 01-marathon-light/
│ ├── 02-factors-multiples/
│ └── 03-ai-context/
└── install/ ← 自動安裝工具
├── check_env.sh
├── install_fonts.sh ← 源石黑體(從 ButTaiwan 下載)
├── setup_playwright.sh
├── pack_skill.sh ← 打包成 Claude Skill
└── install_all.sh ← 一鍵裝全部 optional 元件
**不含任何 binary 素材**(mp4、mp3、png、字體)— 全部透過 bootstrap 動態取得。
三類影片速覽
| # | 類型 | 片長 | 核心元素 |
|---|---|---|---|
| 01 | 活動紀錄影片 | 60–180s | 口白 + 大字卡 + BGM 過場 |
| 02 | 教學影片 | 4–8 min | SOIL 教學脈絡 + 動畫 + Edge-TTS |
| 03 | 社群科普影片 | 2–3 min | 強 Hook + 多版面 + 照片佐證 |
完整規範在 [`specs/`](specs/)。
給 AI Agent 用
當你(AI agent)看到這個 repo:
- 開啟 AGENTS.md
- 先讀階段 0 確認自己的相容性
- 從階段 1 環境檢查開始
- 每個階段都要主動詢問使用者再進下一步
- 不要悶頭做,每完成一個里程碑就回報
已測試 / 相容性
| Agent | AGENTS.md | Skill 路徑 | 狀態 |
|---|---|---|---|
| Claude Code(CLI + Desktop) | ✅ 原生 | ~/.claude/skills/ |
完整支援 |
| GPT Codex(CLI) | ✅ 原生 | ~/.agents/skills/ |
完整支援 |
| OpenCode(CLI) | ✅ 透過 opencode.json 引導 |
~/.config/opencode/skills/ |
已附 opencode.json |
| Antigravity(Desktop) | ✅(AntiGravity 2) | .agents/skills/(專案)或 ~/.agents/skills/(全域) |
讀 AGENTS.md |
| Web-only agents | ❌ 無 shell | n/a | 只能參考 specs,無法跑 install |
給人類用
# 1. clone
git clone https://github.com/mathruffian-dot/claude-vid
Related Skills
Academic Figure Skills
AI skills for academic paper figures: repo analysis, figure planning, colorblind palettes, JSON figure specs.
Claude Code Specs Generator
A documentation and context management system for AI-assisted development, inspired by Amazon's Kiro IDE.
Md Redline
Inline review comments for markdown specs. Built-in MCP server hands feedback directly to your AI agent.
Hive Standalone Specs
Hive is a standalone AI command center service that acts as an autonomous "boss" for any SaaS application. It
Shain Design System Skill
Claude skill for token-based design systems in Figma — three-tier architecture, Light/Dark modes, BEM-style co
Mobbin Claude Rodeo
Claude Code skill: find real-app UI references on Mobbin and build to them faithfully — no LLM drift, no stale
Related Agents
Metago Motion Designer
Motion/Video Designer - specializes in animation specs, video scripts, storyboards, and editing style
Claude Code MCP Behavior Analysis
Results from 15 tests against a minimal Cord MCP server. Tested: Claude Code 2.1.37, 2026-02-18. Note: These t
Opengrep Rule Engineer
Expert in OpenGrep (FOSS Semgrep fork) and Semgrep rule authoring. Writes precise patterns, taint-tracking rul