Bonus 7. You have a way of doing things. Right now it lives in your head and gets explained again every time. This is how you write it down once so it happens your way whether or not you are paying attention.
Every time you ingest footage you say the same six things.
Copy from the card, checksum it, make proxies at this codec, this naming, log what arrived, never touch the originals.
You have said that sentence a hundred times. It is a procedure, and procedures should be written down.
Because it is only relevant when you are ingesting.
CLAUDE.md is read on every task, so anything in it is paying rent on every unrelated job you ever do. From Bonus 2: five rules carry full weight, two hundred carry a fortieth.
It sits on the shelf, costing nothing, until the work matches what it is for.
Then it arrives, complete, with every step you wrote.
my-film/
.claude/
skills/
media-ingest/
SKILL.md
delivery-qc/
SKILL.md
A folder with a SKILL.md inside it. That is the whole structure.
---
name: media-ingest
description: Use when new footage arrives from a card, drive or download.
---
# Ingesting
1. Copy to `_originals/<date>_<card>/`. Never move. Never rename.
2. Checksum every file. Write `_originals/<date>_<card>/manifest.txt`.
3. Verify the copy against the manifest. **Stop if anything mismatches.**
4. Proxies to `proxies/`, DNxHR LB, 1920x1080, same basenames.
5. Append to `INGEST-LOG.md`: date, card, file count, total size.
Never write to `_originals/` after step 2. Never delete from a card.That one sentence is how it knows when to load.
| Weak | Strong |
|---|---|
| "For media stuff" | "Use when new footage arrives from a card, drive or download" |
| "Delivery helper" | "Use when exporting or checking a deliverable against a spec" |
Write it as when to use this, not as what this is. A description that describes the topic will load at the wrong times or never.
You already have the evidence: the last time you did the thing.
"I just finished ingesting these cards. Write it up as a procedure I can reuse: the exact steps in order, the things that must never happen, and when it should be used. Ask me about anything you are guessing at."
That last clause matters. The steps it guesses will be plausible and wrong in the details that are actually yours.
Run it on the next job and watch where it goes wrong.
Your written procedure is a first draft of something you have never actually articulated. The first run always reveals two steps you do automatically and never mentioned.
"That is not how I do step 4. I always verify before making proxies, never after. Fix the skill."
Every procedure has a line that matters more than all the steps:
Put the nevers at the bottom in their own paragraph, not buried in a step. They are the part that gets read under pressure.
One skill, one job.
| Good | Bad |
|---|---|
media-ingest | post-production |
delivery-qc | everything-about-finishing |
paper-edit | editing |
A large skill loads a large amount of irrelevant instruction whenever any part of it is relevant, which puts you back where you started.
1. Whatever you do most often. Ingest, or export, or setting up a new project.
2. Whatever you do rarely and get wrong. The annual archive. The delivery format you touch twice a year and re-learn every time.
3. Whatever went badly once. Turn the incident into the procedure that prevents it.
The procedure you follow every week is one you actually know.
The one you follow twice a year is one you reconstruct from memory, badly, under time pressure.
Worth stating plainly, since Bonus 6 is fresh:
A skill says how to do it well. A guard makes the bad thing impossible.
A skill can be ignored, misread, or not loaded. If something must never happen, it belongs in a guard, and the skill just explains why the guard is there.
A skill folder is a folder. Copy it into your next project and the procedure comes with it.
"Which of my skills are general to how I work, and which are specific to this film? Move the general ones up to my studio level."
Over a year this becomes your actual handbook, in a form that gets followed rather than filed.
Thirty minutes. Pick the thing you explain most often.
description saying when to use it. Ask me about anything you are guessing."*
Your way of working exists outside your head, and it gets followed when you are not in the room.
Connecting Your Other Tools. Letting it reach your drive, your notes and your generators, and the questions to ask before you connect anything.
Verified against Claude Code 2.1.220 · 2026-07-30.