← ClaudeAtlas

descript-script-editlisted

Cuts a Descript composition's script - false starts, retakes, filler and digressions - then plans and places the shots on it: the jump-cut rhythm, the layout each beat calls for, and the b-roll, through the rich clipboard the user pastes back. Use when a raw take is full of restarts, when an edit is cut but has no b-roll or reads flat, when a video needs its sequence cuts and layouts decided, when Descript AI credits are exhausted, or when prompt_project_agent is unavailable.
heyramzi/ai-agency · ★ 0 · AI & Automation · score 75
Install: claude install-skill heyramzi/ai-agency
# Descript Script Edit This skill covers cutting the **script** of an existing composition. Getting media into the project, named and foldered, is `descript-projects`. Encoding and scheduling is `shorts-production`. ## The CLI cuts now, and it is the first thing to reach for Since 1 Sep 2026 the cut is a command, spending no AI credits, needing no clipboard and no browser: ```bash cd <the CLI directory> pnpm descript script <project> <comp> # the script, with cuts, speeds, cards, markers pnpm descript cut <project> <comp> --from "<words>" [--to "<words>"] --dry pnpm descript restore <project> <comp> "<cut words>" pnpm descript speed <project> <comp> 1.1 --from "<words>" pnpm descript verify <project> # open it and prove it still draws ``` It writes the app's own edit: the paragraph SPLITS and the removed half carries `isBlocked: true`, struck through and reversible, snapped to word boundaries off the transcript's alignment rather than interpolated. `--dry` prints the seconds and the words before anything is written. **Run `verify` after every write**, and never write while the user has the project open in a tab. The whole editing surface is there too - layouts, layers, effects, transitions, markers, elements, text, highlights, ducking - documented in `vibe-kit/CLIs/descript/README.md`. The clipboard path below stays for the case where the CLI has no verb for what is wanted, and `prompt_project_agent` for a whole-pass rewrite. ##