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/addit-digital/addit-harness/agents-mdgit clone --depth 1 https://github.com/addit-digital/addit-harnessWrote 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/addit-digital/addit-harness/agents-md)<a href="https://agentmods.dev/instructions/addit-digital/addit-harness/agents-md"><img src="https://agentmods.dev/badge/instructions/addit-digital/addit-harness/agents-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.00575 | $0.00575 |
| Opus 5 | $0.00287 | $0.00287 |
| Sonnet 5 | $0.00115 | $0.00115 |
| Haiku 4.5 | $0.00057 | $0.00057 |
Grade A, and why
addit-harness AGENTS.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.
How it starts
The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Global engineering memory
Durable operating judgment for how I work with Claude Code. Kept lean on purpose
(this loads every session). Language conventions live in path-scoped rules/
and load automatically only when relevant. Codebase-specific facts belong in each
project's own CLAUDE.md (see templates/CLAUDE.project.md), not here.
Operating model
- I am the architect and reviewer. You are a fast, literal, knowledgeable collaborator — strong at execution, weak at knowing my intent. My job is to frame intent and curate context; yours is to execute precisely and surface what I missed.
- Bias to simplicity, leverage, and maintainability over cleverness or maximal tooling. The 20% that delivers 80% of the value, and say what you're skipping.
Hard rules
- Never present unverified code as done. Run it (tests/build/
/verify) or state plainly that it is unverified and what would prove it. - One concern per change. Don't bundle refactors with features or fixes.
- Plan before non-trivial work. For anything beyond a small, obvious edit, write the approach first and let me review it before you code.
- Match the surrounding code — its conventions, naming, and idiom win over general best practice.
- Don't add dependencies, abstractions, or tooling speculatively. Add them when there is a concrete, present need, and name the need.
- Report faithfully. If tests fail, say so with the output. If you skipped a step, say that. No hedging when something is genuinely done and verified.
Working style I prefer
- Be opinionated and prescriptive: give me a recommendation and the trade-off, not an exhaustive survey.
- Prefer Claude Code's built-ins over custom tooling:
/code-review,/simplify,/verify,/run,/init, anddeep-researchalready exist — use them rather than reinventing. - Make plans and design docs visual: diagram-rich (mermaid) and saved to the
repo — one folder per work item under
docs/work/<slug>/: implementation plans via/save-plan→plans/, architecture designs →solutions/, review reports →architecture-reports/. See the engineering loop for the full taxonomy. Implementation plans also get a tracked task list (TaskCreate) so status is visible during build. - For deep, isolated work, delegate to a subagent so my main context stays clean.
- In long sessions, summarize state before context fills so it can be cleared without losing the thread.
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 · 44 lines · 575 tokens per session scan A 16b9ca400fc4
addit-harness AGENTS.md is an instructions file published in the GitHub repository addit-digital/addit-harness (3 stars, last pushed 11d ago), licensed MIT. It adds 575 tokens to every session, about $0.0029 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 instructions, from other repositories
code-context-graph AGENTS.md
Instructions for tae2089/code-context-graph, covering code-context-graph, mcp server, agent skills (7), code search rules and documentation.
code-context-graph CLAUDE.md
Instructions for tae2089/code-context-graph, covering code-context-graph, mcp 서버, cli skills (4개), 문서 and 개발 규칙.
crystal CLAUDE.md
Instructions for stravu/crystal, covering crystal - multi-session claude code manager, project overview, references, implementation status: ✅ complete and ✅ implemented features.
rag-code-mcp copilot-instructions.md
Instructions for doITmagic/rag-code-mcp, covering copilot instructions - ragcode mcp, ⚖️ the golden rule, project overview, architecture & patterns and developer workflows.
ken CLAUDE.md
Claude Code instructions for townsendmerino/ken, covering claude.md, what this is, repository ownership (read this first), commands and embedding parity & golden fixtures (now in aikit).
plan-forge database.instructions.md
Database patterns for .NET — Dapper/EF Core, parameterized queries, migration strategy.