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/actual-software/actual-cli/claude-mdgit clone --depth 1 https://github.com/actual-software/actual-cliWhat 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.00526 | $0.00526 |
| Opus 5 | $0.00263 | $0.00263 |
| Sonnet 5 | $0.00105 | $0.00105 |
| Haiku 4.5 | $0.00053 | $0.00053 |
Grade A, and why
actual-cli 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 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.
This is a copy
91% identical to actual-cli AGENTS.md — 10 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 — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Architecture Decision Records
<adr_governance source="docs/adr/"> ADRs govern validated architectural standards for this project. Full ADR documents: @docs/adr/ </adr_governance>
Verification Protocol
<verification_protocol> All rules in this document follow the Verify → Fix → Repeat loop. </verification_protocol>
After generating or modifying code for any rule, Claude Code MUST:
- RUN the targeted verification command(s) in the rule's Verify block.
- CAPTURE the full command output (stdout + stderr).
- EVALUATE whether the Accept when criteria are satisfied.
- IF FAILING: diagnose the root cause, apply a fix, and re-run from step 1.
- IF PASSING: include the passing output as inline evidence before proposing further changes.
- MAX ITERATIONS: 5 attempts per rule. If still failing after 5 attempts, STOP and report the failure with all captured outputs.
ADR 1: Adopt Modular Library Architecture for Test and Benchmark Infrastructure
- Implement a modular library architecture where core functionality is organized into reusable library modules that can be consumed by benchmarks, tests, and test utilities. This decision establishes a clear separation between production code (src/), test utilities (src/testutil.rs), integration tests (tests/), and performance benchmarks (benches/), with each component importing and utilizing core library modules as needed. The architecture promotes code reuse by centralizing common test utilities in dedicated modules that can be shared across different testing contexts.
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 · 49 lines · 526 tokens per session scan A 9d1955774839
actual-cli CLAUDE.md is an instructions file published in the GitHub repository actual-software/actual-cli (7 stars, last pushed 5d ago), licensed MIT. It adds 526 tokens to every session, about $0.0026 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to actual-cli AGENTS.md, differing in 10 lines, and is treated as a copy.
Other instructions, from other repositories
hve-core workflows.instructions.md
GitHub Actions workflow conventions for hve-core.
kubevirt-tekton-tasks AGENTS.md
Instructions for kubevirt/kubevirt-tekton-tasks, covering kubevirt tekton tasks - project guide, jira task management, documentation, project structure and key relationships.
foundry-local cpp-ci-test-policy.instructions.md
Use when adding a new test fixture, modality, or model dependency to the C++ integration test suite, or when debugging unexpected GTESTSKIP messages in CI.
docker-zoneminder CLAUDE.md
Instructions for jantman/docker-zoneminder, covering claude.md, project overview, build and test, ci/cd and architecture.
Powershell-Copilot-Standards cicd.instructions.md
Sets up comprehensive CI/CD pipelines for PowerShell projects with automated testing and deployment.
local-ci CLAUDE.md
Claude Code instructions for redwoodjs/local-ci, covering local ci — agent instructions, rules, ci and code.