edit

edit is a skill for Claude Code from maddexritter-rgb/vibe-editing. It costs 286 tokens per session (25,315 once invoked), scanned A, original, MIT.

A master video-editing workflow that turns raw footage into finished clips. It handles different recording types, including monologues, interviews, hotline calls, podcasts, and recordings with one or multiple cameras.

In plain words
What is it for?
Use it to process raw footage into short clips through a cut, reframe, caption, render, and audit workflow. It detects whether the footage has one or two speakers and one or multiple cameras.
Why use it?
It brings the main editing steps into one workflow instead of requiring separate manual coordination. It covers selecting moments, choosing boundaries, reframing, captioning, rendering, and checking the result.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the vibe-editing plugin — 18 skills shipped together

Good fit Use it to process raw footage into short clips through a cut, reframe, caption, render, and audit workflow. It detects whether the footage has one or two speakers and one or multiple cameras.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add maddexritter-rgb/vibe-editing
Claude Code
/plugin install vibe-editing

Made for: Claude Code.

Or install vibe-editing, the plugin that ships this one along with the rest of its 18 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for edit

README.md
[![agentmods](https://agentmods.dev/badge/skills/maddexritter-rgb/vibe-editing/edit/github.svg)](https://agentmods.dev/skills/maddexritter-rgb/vibe-editing/edit)
Your own site
<a href="https://agentmods.dev/skills/maddexritter-rgb/vibe-editing/edit"><img src="https://agentmods.dev/badge/skills/maddexritter-rgb/vibe-editing/edit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for edit

Your own site · 80×15
<a href="https://agentmods.dev/skills/maddexritter-rgb/vibe-editing/edit"><img src="https://agentmods.dev/badge/skills/maddexritter-rgb/vibe-editing/edit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 286 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 25,315 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00286 $0.25315
Opus 5 $0.00143 $0.12657
Sonnet 5 $0.00057 $0.05063
Haiku 4.5 $0.00029 $0.02532

Measured 10d ago against content hash 83be604d4647, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

edit scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s https://api.groq.com/openai/v1/audio/transcriptions \
plugins/vibe-editing/skills/edit/SKILL.md · 1,396 lines

How it starts

The opening of the file, as written. The whole thing — 1,396 lines — stays where its author put it; the contents beside it link to each section on GitHub.

edit — THE master editing skill

📦 PLUGIN PATHS — read once. This skill ships inside the vibe-editing plugin. Every command below references ${CLAUDE_PLUGIN_ROOT} = this plugin's install directory (the folder that contains skills/, lib/_shared/, and vault/). Claude Code sets that variable for plugin contexts; if a shell you run doesn't have it, resolve it once at the start of the job — export CLAUDE_PLUGIN_ROOT="$(cd "$(dirname "$(command -v ... )")" ...)" or simply set it to the plugin dir you installed. You usually don't need to: every bundled Python script self-locates its own lib/_shared, sibling skills, and vault/ by walking up to the .claude-plugin/ marker (it also honors VIBE_PIPELINE_ROOT), so only the entry script path in each command has to be right. User-supplied assets (not shipped with the plugin): the licensed music library → put it at ${CLAUDE_PLUGIN_ROOT}/vault/content-skill-system/(1) Tik Tok/ or point VIBE_MUSIC at it; the ~11GB overlay/transition asset pack${CLAUDE_PLUGIN_ROOT}/assets/ or point VIBE_ASSETS at it. The core cut→reframe→caption→render→audit path needs neither. See the plugin's INSTALL.md.

Keys (optional — the kit runs key-free): transcription defaults to local whisper (no key, via long-form-ingest/scripts/transcribe_local.py). Set GROQ_API_KEY in ${CLAUDE_PLUGIN_ROOT}/config/keys.env ONLY for the faster cloud path; set ANTHROPIC_API_KEY for richest caption styling (else it falls back to the claude CLI). No key ships with the kit. Ingest (Step 0): /edit accepts a local file, a YouTube URL (fetched with yt-dlp), or a Google Drive link (via the footage-fetch skill) — a bare /edit <url> downloads first, then runs.

🛑 POST-MORTEM FROM Tier1 Q&A BATCH 2026-06-14 → 2026-06-16 — READ FIRST IF EDITING Q&A

8 rounds of revisions on an 18-clip batch before Operator was satisfied. ALL the defects were preventable with stricter pre-/post-build audit. Root causes + what to do every Q&A run, going forward:

Why the mistakes happened

  1. I treated playbook non-negotiables as advisory — silently fell back to "simplest valid floor" (single-cam Speaker) instead of doing split-screen. The playbook EXPLICITLY listed split-screen as non-negotiable #2. FIX: non_negotiables_check.py runs as a HARD GATE. Defensive pre-justification in the delivery README ("happy to do X as a V2 pass") is the smell — if I'm writing it before the user complains, I'm cutting a corner.
  2. I configured visual params (zoom, eye) once GLOBALLY and shipped without per-clip visual verification. Guests differ — Guest (short) needs zoom=1.15/eye=0.18; Guest (tall) hits the reframer's source-bound limit at the same settings; Guest (medium) worked at 0.95/0.10. There is NO single zoom that satisfies all guests. FIX: Step 9 now requires per-clip OPEN-FRAME extraction + visual face-position measurement BEFORE staging.
  3. I shipped music tracks with slow build-up intros without profiling. øfdream 27s, øneheart 17s, Gods creation 25s, Labrinth 4s — all bled boring intro under the hook. FIX: STEP 7 of qa_playbook.md mandates RMS profile of every picked track; if beat-drop > 1s, --music-ss <N> is required. Audit gate G5 automates this.
  4. I cut segments on Whisper's word.end labels without padding for soft consonants. "road." (-d) and "one." (-n) got mid-syllable clipped because Whisper's labels are 0.1–0.25s early on soft tails. FIX: G1 boundary-tail audit catches every flagged segment-end pre-build.
  5. I cut cameras mid-completion. Cut to Speaker while Guest was still saying "yeah trying to figure out…" — the source-time jump reads as "muted guest mic." FIX: G2 guest-completion audit catches same-conversation cam-cuts that skip prev-speaker words.
  6. I ended clips on mid-thought, not the natural button. Guest closed on "biggest, baddest one." instead of the punchier "So give the sickest one away." 1s later. FIX: G3 payoff-extension audit reads the 3s past EDL's last word for an imperative/connector-led button.
  7. I optimized one clip at a time instead of running a batch-wide audit before each rebuild. Every revision round revealed defects I should have caught proactively. FIX: qa_prebuild_audit.py runs all 6 gates in <5s on the EDL before any 4K encode burns 5–8 min. Cheaper to fail at audit than at human review.

The Q&A discipline going forward (autonomous-safe)

Run this loop per clip, in this order: 0. Design the CUT with the CONTRAST HOOK + HOOK→PAYOFF→TENSION method (references/clipper_ai_prompt.md) — the DEFAULT, not a remembered option. WHAT-they-do→revenue hook; end on the portable PRINCIPLE, never a bare tactic/wind-down. Spine = references/QA_MASTER_SOP.md.

  1. Design EDL + corrections.json + pick music
  2. qa_editorial_score.py MUST EXIT 0 on the clip's spoken transcript (HARD GATE, not advisory — blocks plain/revenue-first hooks, tactic/wind-down endings, failed portability, sub-100-word skeletons). Compounding standard: gate, don't warn. [[feedback_compounding_standard_default_plus_gate_2026-06-12]]
  3. qa_prebuild_audit.py MUST EXIT 0 before any encode (G1–G6)
  4. Build via qa_assembly
  5. Extract open frame at t=1.0s. If split-screen, measure guest face position in lower panel. If face center > 35% of panel height → rebuild with lower eye / higher zoom OR document the source-bound limit (tall guest in centered CCAM)
  6. Head-trim if onset > 0.10s, reqc, stage
  7. SF-sf-audit + scorecard-audit (post-build)
  8. ONLY then declare clip ready

A clip that skips any of these steps is a clip that ships defective. The Tier1 batch took 8 rounds because I skipped steps. Don't skip steps.

Read the full file on GitHub · 1,396 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 1,396 lines · 286 tokens per session scan A 83be604d4647

Subscribe to this mod's changes

edit is a skill published in the GitHub repository maddexritter-rgb/vibe-editing (7 stars, last pushed 2mo ago), licensed MIT. It adds 286 tokens to every session and 25,315 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens