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/mxsm/rocketmq-rust/agents-mdgit clone --depth 1 https://github.com/mxsm/rocketmq-rustWhat 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.04246 | $0.04246 |
| Opus 5 | $0.02123 | $0.02123 |
| Sonnet 5 | $0.00849 | $0.00849 |
| Haiku 4.5 | $0.00425 | $0.00425 |
Grade A, and why
rocketmq-rust 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 yesterday.
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 — 296 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Scope and precedence
- This file applies to the whole repository unless a deeper
AGENTS.mdoverrides it. - Follow the nearest
AGENTS.mdfor files under standalone projects and dashboard subdirectories. - Direct user instructions in the current conversation take precedence over repository instructions.
- If repository instructions conflict, follow the more specific instruction and report the conflict in the final response.
Repository boundaries
- The repository root is the main Cargo workspace. The source of truth is the root
Cargo.toml[workspace].memberslist. - Root workspace validation does not cover standalone Cargo projects or Node/Vite/Docusaurus projects.
| Path | Role | Instruction owner |
|---|---|---|
rocketmq-dashboard/rocketmq-dashboard-common/ |
Root workspace member and shared dashboard crate | This file |
rocketmq-example/ |
Standalone Cargo project | rocketmq-example/AGENTS.md |
rocketmq-macros/tests/fixtures/renamed-consumer/ |
Standalone compile fixture for renamed codec dependencies | Its local AGENTS.md |
rocketmq-ai/rocketmq-mcp/ |
Standalone Rust MCP server | Its local AGENTS.md |
rocketmq-ai/rocketmq-sre/ |
Standalone AI SRE Rust workspace and UI | Its local AGENTS.md |
rocketmq-ai/rocketmq-sre/ui/ |
Standalone React/TypeScript/Vite AI SRE frontend | Its local AGENTS.md |
rocketmq-ai/rocketmq-sre/sdk/typescript/ |
Standalone read-only AI SRE TypeScript SDK | Its local AGENTS.md |
rocketmq-dashboard/rocketmq-dashboard-gpui/ |
Standalone Cargo project | Its local AGENTS.md |
rocketmq-dashboard/rocketmq-dashboard-tauri/ |
Standalone Node/Vite/Tauri frontend | Its local AGENTS.md |
rocketmq-dashboard/rocketmq-dashboard-tauri/src-tauri/ |
Standalone Rust backend | Its local AGENTS.md |
rocketmq-dashboard/rocketmq-dashboard-web/ |
Web Dashboard container, not a Cargo workspace root | Its local AGENTS.md |
rocketmq-dashboard/rocketmq-dashboard-web/backend/ |
Standalone Rust backend | Its local AGENTS.md |
rocketmq-dashboard/rocketmq-dashboard-web/frontend/ |
Standalone React/TypeScript/Vite frontend | Its local AGENTS.md |
rocketmq-website/ |
Standalone Docusaurus site | rocketmq-website/AGENTS.md |
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.
- yesterday First seen · 296 lines · 4,246 tokens per session scan A d0a2ae8a1f15
rocketmq-rust AGENTS.md is an instructions file published in the GitHub repository mxsm/rocketmq-rust (1,507 stars, last pushed yesterday), licensed Apache-2.0. It adds 4,246 tokens to every session, about $0.0212 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
rustfs AGENTS.md
Instructions for rustfs/rustfs, covering rustfs agent instructions, precedence, operating model, worktree and disk hygiene and change style.
rustfs CLAUDE.md
Instructions for rustfs/rustfs, covering rustfs — claude.md, commands, where to look (do not duplicate here) and domain conventions worth knowing up front.
greptimedb AGENTS.md
Instructions for GreptimeTeam/greptimedb, covering agents.md, core commands, repo map, read before changing code and high-signal entry points.
rustfs copilot-instructions.md
Instructions for rustfs/rustfs, a project described as: 🚀2.3x faster than MinIO for 4KB object payloads. RustFS is an open-source, S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph.
greptimedb CLAUDE.md
Instructions for GreptimeTeam/greptimedb, a project described as: The open-source observability database. One columnar engine for metrics, logs, and traces, on object storage.
whatsrust CLAUDE.md
Instructions for 199-biotechnologies/whatsrust, covering whatsrust, wa-rs dependency (separate repository), key files and patterns.