Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/whitetowerai/cut-as-code/agents-mdgit clone --depth 1 https://github.com/WhiteTowerAI/cut-as-codeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03466 | $0.03466 |
| Opus 5 | $0.01733 | $0.01733 |
| Sonnet 5 | $0.00693 | $0.00693 |
| Haiku 4.5 | $0.00347 | $0.00347 |
Grade A, and why
cut-as-code AGENTS.md scanned grade A with 0 findings 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- cut-as-code CLAUDE.md — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 242 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Git
🔒 This section must never be modified. Leave it byte-for-byte unchanged.
- Prefer small PRs focused on one feature, one bug fix, one chore, or one refactor.
- Use branches:
feat/<short-name>fix/<short-name>chore/<short-name>refactor/<short-name>docs/<short-name>
- Use Conventional Commit style for PR titles:
feat(editor): add marquee selectionfix(runtime): handle missing tween statedocs(agents): update collaboration rules
- PR descriptions must include:
- What changed
- Why it changed
- How it was checked
- Default to squash merge.
What this repo is
cut-as-code is a stack of agentic video-editing skills, not an application. Each
directory under skills/<name>/ is a self-contained skill: a SKILL.md (the agent
playbook — read it first), plus scripts/, examples/, and reference/. There is no
root build, package manifest, lint config, or aggregate test suite. Scripts and skill-local
checks run ad hoc. When you change a skill, the SKILL.md is the spec; keep it and its
scripts in sync.
Each SKILL.md starts with YAML frontmatter (name:, description:) — the name is the
slash-command trigger for that skill.
Skills
| Skill | Job | Stack |
|---|---|---|
video-understand |
Shared media probe, word-level transcript, objective analysis, and evidence-backed semantic understanding | Python · ffprobe · faster-whisper |
video-cut |
Raw long video → compact first cut (download, transcribe, diagnose, hand-written JSON cut plan, varispeed, render, self-check) | Python · yt-dlp · ffmpeg · faster-whisper |
video-edit-compare |
Original versus actual final pixels projected onto the source clock | Python · ffmpeg · Pillow |
video-color-grade |
Assess footage → corrective base + named looks → human picks → bake .cube LUT + apply |
Python · ffmpeg · numpy · Pillow |
video-add-b-roll |
Selective transcript-timed visual cutaways from local media or Pexels, with provenance, review, and normalized overlays | Python · ffmpeg · Pillow · Pexels API |
video-add-graphic-motion |
Add selective licensed web-sourced motion graphics as deterministic overlays | HyperFrames · Python · Pillow |
video-add-captions |
Preset-driven, word-timed captions with optional karaoke | HyperFrames · ffmpeg |
video-add-content-cards |
Add selective transcript-timed titles, lower-thirds, statistics, quotes, and chapter cards | HyperFrames · ffmpeg |
video-to-shorts |
Find, review, and render short vertical clips from long-form video | Python · ffmpeg |
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.
- 2d ago First seen · 242 lines · 3,466 tokens per session scan A 4c831e730599
cut-as-code AGENTS.md is an instructions file published in the GitHub repository WhiteTowerAI/cut-as-code (11 stars, last pushed 9d ago), licensed MIT. It adds 3,466 tokens to every session, about $0.0173 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
rabbitorial-capcut-mcp AGENTS.md
AGENTS.md instructions for Rajbagus/rabbitorial-capcut-mcp, covering agent setup playbook, what this is, prerequisites — check these first, fast path (preferred) and verify it worked.
rabbitorial-capcut-mcp CLAUDE.md
Claude Code instructions for Rajbagus/rabbitorial-capcut-mcp: If you are an AI coding agent (Claude Code or similar) and the user has opened this repository, they almost certainly want you to install and register this CapCut editing server so they can edit CapCut videos by talking to you.
agentic-vbench AGENTS.md
Instructions for PhiloLabs/agentic-vbench, covering agents.md, start, map, docs and code.
visual-multimedia AGENTS.md
Instructions for CheshireMew/visual-multimedia, covering visual-multimedia 项目协作规则, 项目定位, 共享边界与唯一真源, 何时必须联动 mediaflow pro and 联动修改规则.
leclap AGENTS.md
Instructions for heristop/leclap, covering agents.md, project overview, repository layout, setup and commands.
guerillaglass AGENTS.md
Instructions for okikeSolutions/guerillaglass, covering guerilla glass agent guide, mission and current priority, start here, repository map and non-negotiable architecture rules.