descript-script-editlisted
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.
##