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/astral-sh/uv/agents-mdgit clone --depth 1 https://github.com/astral-sh/uvWhat 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.00445 | $0.00445 |
| Opus 5 | $0.00222 | $0.00222 |
| Sonnet 5 | $0.00089 | $0.00089 |
| Haiku 4.5 | $0.00044 | $0.00044 |
Grade A, and why
uv 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 today.
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
- Read CONTRIBUTING.md for guidelines on how to run tools
- ALWAYS ensure that new tests use the same style as existing tests for all parts of the test
- ALWAYS check whether the behavior of a new test is already covered by an existing test
- PREFER integration tests, e.g., at
it/...over unit tests - PREFER running specific tests over running the entire test suite
- PREFER
instasnapshots following patterns in nearby tests over substring assertions - When making changes for Windows from Unix, use
cargo xwin clippyto check compilation - NEVER perform builds with the release profile, unless asked or reproducing performance issues
- AVOID using
panic!,unreachable!,.unwrap(), unsafe code, and clippy rule ignores - PREFER patterns like
if letto handle fallibility - PREFER exhaustive
matchexpressions without wildcard (_) arms overmatches!, so new enum variants require explicit handling - ALWAYS write
SAFETYcomments following our usual style when writingunsafecode - PREFER
#[expect()]over[allow()]if clippy must be disabled - PREFER let chains (
if letcombined with&&) over nestedif letstatements - NEVER update all dependencies in the lockfile and ALWAYS use
cargo update --preciseto make lockfile changes - NEVER assume clippy warnings or test failures are pre-existing, it is very rare that
mainhas warnings - ALWAYS use
.github/automations-dispatch.jsonto trigger privileged workflows from GitHub webhook events instead of addingpull_request_targetworkflows - NEVER suppress the
dangerous-triggerssecurity lint; extend the automation dispatcher in a separate pull request if it does not support the required event - PREFER top-level imports over local imports or fully qualified names
- AVOID shortening variable names, e.g., use
versioninstead ofver, andrequires_pythoninstead ofrp - PREFER [
TypeName] references when writing Rust doc comments
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.
- today Changed · +2 lines · +29 tokens per session e62d09731b95
- yesterday First seen · 26 lines · 416 tokens per session scan A bb1f28e687cf
uv AGENTS.md is an instructions file published in the GitHub repository astral-sh/uv (89,308 stars, last pushed today), licensed Apache-2.0. It adds 445 tokens to every session, about $0.0022 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-30.
Other instructions, from other repositories
librosa AGENTS.md
Instructions for librosa/librosa, covering agent interaction policy for librosa, 1. automated platform interactions, 2. exception for project-authorized automation and 3. machine-readable directive.
packrehearsal AGENTS.md
Instructions for liyuqin606-del/packrehearsal, covering packrehearsal instructions for codex, mission, before editing, safety invariants and implementation expectations.
clawrium AGENTS.md
Instructions for ric03uec/clawrium, covering clawrium, how it works, why, who is this for and quickstart.
plane-cli AGENTS.md
Instructions for cpatrickalves/plane-cli, covering planecli, language, commands, structure and conventions.
agents
Always-loaded project anchor. Read this first. Contains project identity, non-negotiables, commands, and pointer to .mex/ROUTER.md for full context. Use GitNexus MCP tools for all structural and impact analysis.
temple8 AGENTS.md
Instructions for nullhack/temple8, covering agents.md, binding constraints, driving a state, parsimony and workflow.