cut-as-code CLAUDE.md

cut-as-code CLAUDE.md is an instructions file for coding agents from WhiteTowerAI/cut-as-code. It costs 3,466 tokens per session, scanned A, a copy of cut-as-code AGENTS.md, MIT.

Repository instructions for cut-as-code, a collection of independent agent playbooks for video editing rather than a single application. They define Git rules, branch names, commit and pull-request formats, and how to work with each skill.

In plain words
What is it for?
Creating focused branches and pull requests, writing Conventional Commit titles, describing verification, and editing individual video-editing skills according to their local instructions.
Why use it?
They prevent changes to protected Git guidance and make collaboration consistent across many small skill directories. They also clarify that there is no shared build or test command for the whole repository.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/whitetowerai/cut-as-code/claude-md
Clone the repo
git clone --depth 1 https://github.com/WhiteTowerAI/cut-as-code

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 cut-as-code CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/whitetowerai/cut-as-code/claude-md.svg)](https://agentmods.dev/instructions/whitetowerai/cut-as-code/claude-md)
Your own site
<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>
Per session 3,466 This file is loaded in full into every session.
When invoked 3,466 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.03466 $0.03466
Opus 5 $0.01733 $0.01733
Sonnet 5 $0.00693 $0.00693
Haiku 4.5 $0.00347 $0.00347

Measured 4d ago against content hash 4c831e730599, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

Origin

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.

CLAUDE.md · 242 lines

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 selection
    • fix(runtime): handle missing tween state
    • docs(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

Read the full file on GitHub · 242 lines

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. 4d ago First seen · 242 lines · 3,466 tokens per session scan A 4c831e730599

Subscribe to this mod's changes

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.