This is the claude-code-video-toolkit — an AI-native video production workspace. It's built around Claude Code and CLAUDE.md, with experimental bridges to other agent runtimes.
For full toolkit guidance — workflow, conventions, timing rules, design patterns, tool catalog — read CLAUDE.md. Everything in there applies equally to a Codex (or other-agent) session.
If you're using this repo from Codex, run the migration script once to install the toolkit's skills under ~/.codex/skills/:
uv run scripts/migrate_to_codex.py --forceThat installs 25 entries (11 toolkit skills + 13 command wrappers + 1 overview). The script can also sync the full CLAUDE.md content into a generated block at the end of this file — re-run --force after editing CLAUDE.md to keep the synced block fresh. Manual content above the generated block (i.e. everything you're reading now) is preserved.
To uninstall:
uv run scripts/migrate_to_codex.py --resetSee README.md § Using with Codex for details.