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/claude-mdgit clone --depth 1 https://github.com/WhiteTowerAI/cut-as-codeWrote 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.
[](https://agentmods.dev/instructions/whitetowerai/cut-as-code/claude-md)<a href="https://agentmods.dev/instructions/whitetowerai/cut-as-code/claude-md"><img src="https://agentmods.dev/badge/instructions/whitetowerai/cut-as-code/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| 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 CLAUDE.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 4d 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.
This is a copy
100% identical to cut-as-code AGENTS.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
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.
- 4d ago First seen · 242 lines · 3,466 tokens per session scan A 4c831e730599
cut-as-code CLAUDE.md is an instructions file published in the GitHub repository WhiteTowerAI/cut-as-code (11 stars, last pushed 11d 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. It is 100% identical to cut-as-code AGENTS.md, differing in 0 lines, and is treated as a copy.
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.
visual-multimedia AGENTS.md
Instructions for CheshireMew/visual-multimedia, covering visual-multimedia 项目协作规则, 项目定位, 共享边界与唯一真源, 何时必须联动 mediaflow pro and 联动修改规则.
shotcut-mcp AGENTS.md
Instructions for matrodrigs/shotcut-mcp, covering agents.md, project intent, architecture and dependency direction, non-negotiable safety invariants and change practices.
ai-studio AGENTS.md
Instructions for Lucas-Ren/ai-studio, a project described as: 用 AI 辅助制作短视频的完整系统,支持 Claude Code 和 Codex.
codex-davinci-resolve-mcp AGENTS.md
AGENTS.md instructions for Mandrilsquad1441/codex-davinci-resolve-mcp, covering codex davinci resolve mcp repository guidance, required verification and runtime constraints.
remotion-marketing-video-skill CLAUDE.md
Instructions for xsourabhsharma/remotion-marketing-video-skill, covering shared brain, project, structure and rules.