Files
Conal Mullan fde30d3f45 Initial release of claude-code-video-toolkit
AI-native video production workspace for Claude Code featuring:
- 4 skills: remotion, elevenlabs, ffmpeg, playwright-recording
- 3 commands: /new-sprint-video, /record-demo, /generate-voiceover
- Sprint review template with theme system
- Brand profiles for visual identity
- Python tools for audio generation (voiceover, music, sfx)
- 2 example projects: sprint-review-cho-oyu, digital-samba-skill-demo

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 20:38:32 +00:00

18 lines
476 B
JSON

{
"name": "video-recording",
"version": "1.0.0",
"description": "Playwright video recording scripts for Remotion projects",
"type": "module",
"scripts": {
"record": "tsx scripts/record-demo.ts",
"record:interactive": "tsx scripts/record-interactive.ts",
"install-browsers": "npx playwright install chromium"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"playwright": "^1.40.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
}
}