Produce
Autonomous rough cut engine. Takes a raw face cam video with retakes and outputs a clean rough cut with all retakes, false starts, and side conversations removed. Uses waveform-first architecture + OpenAI Whisper API. Invoke as /produce with a video file path.
Igcaption
Generate Instagram captions for your reels and videos. Invoke as /igcaption with a transcript. Produces 3 unique caption variants, your real voice, tool-per-line format, closing mindset line + optional CTA. Use when: user says /igcaption, wants an Instagram caption, needs a caption for a reel, or mentions writing a caption for a post.
Api Health
Check the health of your backend routes and third-party services. Use when the user says "/api-health", reports something broken in production, or before/after a deploy.
Srt
Fix spelling, punctuation, and proper-noun capitalization errors in SRT subtitle/caption files while preserving timestamps, block indices, and line structure exactly as-is. Use whenever the user invokes /srt followed by a file path, drags an .srt file, or asks to clean, fix, correct, or proofread a caption/subtitle/transcript file. Workflow always: read the file, derive context keywords from THAT…
Code Review
Review the current diff for bugs, security issues, and convention violations. Use when the user says "/code-review", opens a PR, or before merging.
Reel Overlay
Generate a 4K vertical (2160x3840) ProRes 4444 alpha .mov overlay for split-screen reels — top 50% is the overlay, bottom 50% is the face cam. Drag straight into Descript on top of the face cam. Invoke as /reel-overlay <audio-or-video-path>. Audio-only files (.wav/.mp3) are fully supported.
New Series
Create a complete content series (carousel, IG reel, or YouTube video) from a script. Scaffolds hub page, all parts/slides with Canvas 2D animations, and export buttons in one shot. Use when you provides a script or transcript and wants visual content built.
Ytdescription
Generate a YouTube video description in your locked organic-video format. Use whenever the user types "/ytdescription", "yt description", "YouTube description", "video description with chapters", or provides a transcript/video/audio file and asks to package it for YouTube. ALWAYS pull the transcript first from whatever source you provides (audio file, video file, SRT, or prior conversation) — nev…
E2e
Run and fix end-to-end tests. Use when the user says "/e2e", a test is flaking, a CI run failed, or after a change to a user-facing flow. Never changes app logic without a spec backing it.