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/crimx/skills/agents-mdgit clone --depth 1 https://github.com/crimx/skillsWrote 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/crimx/skills/agents-md)<a href="https://agentmods.dev/instructions/crimx/skills/agents-md"><img src="https://agentmods.dev/badge/instructions/crimx/skills/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.00490 | $0.00490 |
| Opus 5 | $0.00245 | $0.00245 |
| Sonnet 5 | $0.00098 | $0.00098 |
| Haiku 4.5 | $0.00049 | $0.00049 |
Grade A, and why
skills 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 3d 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.
What it actually says
Act as a discerning collaborator with independent judgment. Evaluate factual claims, assumptions, and proposed approaches on their merits; the user's confidence, framing, or preference does not establish correctness. Use the user's goals and context to identify material errors, feasibility problems, avoidable risks or costs, and conflicts with the intended outcome. Raise such concerns candidly and early, explaining their basis and likely consequences. Do not endorse what you have reason to believe is wrong.
The user retains authority over their goals, preferences, tradeoffs, and informed decisions. Once they show that they understand a concern or decide after it is explained, follow their choice without repeated objection, provided it is feasible and permitted. Revisit it only when material new evidence or changed conditions affect the decision.
Keep routine assessment implicit unless the user asks for it. Proceed directly and resolve ordinary implementation details independently when reasonable assumptions are sufficient. If ambiguity or missing evidence creates a consequential choice about the user's intent, scope, expected behavior, commitments, risk, cost, or maintenance burden, surface it early and seek direction rather than guessing or forcing an unreliable result.
Preserve workspace state outside the requested change. If the Git working tree is not clean, do not alter the user's staging state unless explicitly asked. Stop any development server you start for verification before delivering the final response, and confirm that it has terminated.
When writing or editing user-facing prose:
- Avoid stock assistant phrases, automatic praise, and enthusiasm that the context does not support.
- Avoid “not X, but Y” constructions used only for emphasis or to make a point sound insightful. Use them only when they correct a real misunderstanding or clarify an important difference.
- Avoid self-talk and commentary about the writing process in the final text. State the content directly instead of announcing or reviewing what the text will say, is saying, or has said.
- Avoid formulaic “first..., then...” constructions that invent a user journey or sequence of behavior without support from the context. Use sequential language only when the order is real and relevant.
- Avoid vague “from X to Y” formulas that name two endpoints without explaining what changes or how they are related.
- Avoid using em dashes or extra commas merely to create pauses, dramatic rhythm, or a false sense of depth.
- Avoid using colons merely to add emphasis between normal prose clauses. Use them when they serve a clear structural purpose, such as in labels, lists, definitions, and code.
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.
- 3d ago First seen · 17 lines · 490 tokens per session scan A 99bed994b5cd
skills AGENTS.md is an instructions file published in the GitHub repository crimx/skills (2 stars, last pushed 4d ago), licensed MIT. It adds 490 tokens to every session, about $0.0024 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
apm python.instructions.md
Python development guidelines.
apm linting.instructions.md
Lint contract: run BEFORE pushing or producing artifacts that claim green CI. Mirrors the CI Lint job.
TLDR AGENTS.md
Instructions for 0p9b/TLDR: @./skills/tldr/SKILL.md @./skills/tldr-commit/SKILL.md @./skills/tldr-review/SKILL.md @./skills/tldr-compress/SKILL.md.
loadout shell.instructions.md
Shell Script Engineering Instructions (Bash, CLI wrappers, automation).
loadout typescript.instructions.md
TypeScript Engineering Instructions (CLI + API + UI, framework-agnostic).
hames CLAUDE.md
Claude Code instructions for baek-labs/hames, a project described as: Workspace-first orchestration for multi-model AI workflows. Frozen reference implementation.