Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Video editing pipeline: cut footage, assemble clips via FFmpeg and Remotion.
This skill implements a 6-layer pipeline where AI handles judgment tasks (what to keep, what to cut, highlight selection) and FFmpeg/Remotion handle mechanical execution deterministically.
| Layer | Name | Mechanism | Primary Tool |
|---|---|---|---|
| 1 | CAPTURE | Inventory source footage | Bash + Glob |
| 2 | AI STRUCTURE | Transcript to EDL | LLM judgment |
| 3 | FFMPEG CUTS | EDL to segment files | FFmpeg (deterministic) |
| 4 | REMOTION COMPOSITION | Segments to TSX composition | Remotion + TypeScript |
| 5 | AI GENERATION | Fill gaps with generated assets | ElevenLabs / fal.ai (conditional) |
| 6 | FINAL POLISH | Human taste layer | Human + NLE |
| Signal | Load These Files | Why |
|---|---|---|
references/preflight.md | preflight.md | Before Phase 1 |
references/phase-commands.md | phase-commands.md | Each phase |
references/errors.md | errors.md | Error Handling |
references/ffmpeg-commands.md | ffmpeg-commands.md | Phase 3, Proxy |
references/remotion-scaffold.md | remotion-scaffold.md | Phase 4 |
npx skills add notque/vexjoy-agent --skill video-editingHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.