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 skills/crenshawdev/cadence/cad-capturenpx skills add crenshawdev/cadence --skill cad-capturegit clone --depth 1 https://github.com/crenshawdev/cadenceWrote 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/skills/crenshawdev/cadence/cad-capture)<a href="https://agentmods.dev/skills/crenshawdev/cadence/cad-capture"><img src="https://agentmods.dev/badge/skills/crenshawdev/cadence/cad-capture.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.00044 | $0.01468 |
| Opus 5 | $0.00022 | $0.00734 |
| Sonnet 5 | $0.00009 | $0.00294 |
| Haiku 4.5 | $0.00004 | $0.00147 |
Grade A, and why
cad-capture 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
-
Capture through the seam - one call, and the only way this command reaches
.planning/CAPTURE.md:node "${CLAUDE_PLUGIN_ROOT}/cadence-core/bin/planning.mjs" capture --kind <kind> --text-file <path> --phase <N>Write the sentence to a scratch file and pass the PATH, never interpolate it (caller-derived text -
cadence-core/references/conventions.md).--textremains for a human at a shell.Pass
--phaseonly with--kind todo, and leave it off entirely when step 1 found no phase. The seam owns every byte: it creates the file with its headings when absent, puts the bullet under the one heading that kind owns, stamps a note's date itself, and holds a lock so a concurrent writer cannot erase the line. Do not compose the bullet yourself and do not reach that file with any other tool - a second statement of the format is how the queue's writer and its reader drifted apart, and five filed items were lost to it.An
ok:falsereturn STOPS the capture: report itsreasonback with the user's own sentence, so nothing is lost and they can re-run it, and skip step 3. A bullet that did not land is never reported as captured.capture-lockedmeans another writer holds the queue at this instant, and running the call again is the whole fix. -
Persist - the project-directed arm only, never under
--cadence. Stage ONLY.planning/CAPTURE.mdand commitdocs: capture <kind>(protected-branch guard applies) - this never touches the user's in-flight changes. Report the one line captured and where. -
--cadence: the note is about Cadence itself. REPLACES steps 2-3.-
The queue sits beside the global config layer:
CAPTURE.mdin the directory part ofCADENCE_GLOBAL_CONFIGwhen that variable is set, in~/.claude/cadence/otherwise - the resolutioncadence-core/bin/lib/config-merge.mjsperforms for the config file. Never${CLAUDE_PLUGIN_ROOT}: the next upgrade orphans a write there. Resolve that path yourself and hand it to the same seam, which creates the file and its directory when absent, so one writer serves both queues:node "${CLAUDE_PLUGIN_ROOT}/cadence-core/bin/planning.mjs" capture --kind <kind> --text-file <path> --file <resolved dir>/CAPTURE.md -
The entry is the user's own sentence plus two fields, carried inside the
--text-filesentence and never a phase:<text> (host: <host>, command: /cad-<name>). HOST: this repo'soriginURL (git remote get-url origin), else the basename of the root fromgit rev-parse --show-toplevel, else the absolute working directory when this is not a repo -originfirst because a worktree and a detached checkout both still resolve through it. COMMAND: the/cad-*whose behaviour caused the friction, from the invocation when the user names one, asked for once when not. -
Quote nothing else from this tree - no diff, no file contents, no path out of the user's own work. There is no redaction machinery here, and this rule stands in for it.
-
Three rails. (a) NO commit - not in this repo, not in the global directory, which is not a working tree at all - so step 3 does not run. (b) Nothing is transmitted; a note meant for a maintainer who is not the user stays a manual export the user makes. (c) If that directory cannot be resolved (
homedir()throws under an arbitrary UID) or the seam refuses the path, say so and STOP - NEVER fall back to.planning/CAPTURE.md, since a note landing in the host repo is the failure this arm exists to close. Report the one line captured and the file it landed in.
-
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.
- 5d ago First seen · 106 lines · 44 tokens per session scan A 7acaaa57bbe4
cad-capture is a skill published in the GitHub repository crenshawdev/cadence (4 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 1,468 once invoked, about $0.0002 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-31.
Other skills, from other repositories
collaboration-platform-administration
Administers the email, chat, meeting and file-sharing platform the organization runs on — tenant and domain configuration, mail authentication and routing, phishing and spam controls, shared mailboxes and distribution groups, external sharing and guest access, permission sprawl in file storage, and retention and legal…
service-desk
Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…
onboarding-and-offboarding
Designs the joining and leaving experience — first-day readiness, ramp to productivity, knowledge capture, and clean exits. Use this to design or fix onboarding, shorten time to productivity, structure a leaver process, capture knowledge before someone leaves, or coordinate the access and asset steps around a joiner…
structure-swift-sources
Organize Swift source trees and oversized Swift files by feature, layer, and declaration group; split large files, normalize // MARK: sections, enforce plain-language block-comment file headers, and move TODO and FIXME text into ledger files. Use after format-swift-sources has established a clean formatting baseline.
tips-helpviewer-workflow
Discover local user-guide topics for installed Apple Mac apps through the Tips HelpViewer catalog, with app matching, installed-version capture, result verification, and authoritative fallback routing. Use when Codex needs task-specific help for an installed Apple app, needs to find a menu command through local Help…
ws
Create and run workstations - permanent areas for routine, repeated work (independent of projects). Actions - new WS, new subWS, new area, new routine, run, from project, list, overview. Hierarchy depth (2 or 3 levels) is fixed at creation.