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/foritin/r-code/agents-mdgit clone --depth 1 https://github.com/foritin/r-codeWhat 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.00330 | $0.00330 |
| Opus 5 | $0.00165 | $0.00165 |
| Sonnet 5 | $0.00066 | $0.00066 |
| Haiku 4.5 | $0.00033 | $0.00033 |
Grade A, and why
r-code 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.
What it actually says
AGENTS.md — R-Code 仓库开发规约
本文件由 AI 编码代理在每次会话开始时自动读取。请先遵循以下约定,再开始任何任务。
工具使用速查(避免低级报错)
不同代理环境的工具名不同,按意图选工具,别混用:
- 按文件名找文件 → 用文件名/通配搜索(如
**/*.rs),不要用内容搜索工具找文件名 - 按内容搜文件 → 用内容搜索工具,并限定搜索根路径
- 搜网页 → 用网页搜索工具;不要拿网页搜索去搜本地仓库文件
通则
- 工具报 missing/required 参数时,按报错提示补参,不要重复原调用。
- 读写优先用专用文件工具(整读、精确替换),不用 shell 的 cat/type/find/ls,不做整文件重写式小改。
- 多个独立只读操作可在同一轮并行调用。
本仓库技术栈
- Rust / Tauri 桌面应用(Crates 位于
crates/,Tauri 入口在src-tauri/) - 文档位于
docs/,脚本位于scripts/ - 变更前先
git_status了解当前状态;提交遵循现有CHANGELOG.md与CONTRIBUTING.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 · 22 lines · 330 tokens per session scan A e15257871c26
r-code AGENTS.md is an instructions file published in the GitHub repository foritin/r-code (2 stars, last pushed 3d ago), licensed MIT. It adds 330 tokens to every session, about $0.0016 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
anarlog AGENTS.md
Instructions for fastrepl/anarlog, covering commands, pre-commit verification, guidelines, code style and cli tui command architecture.
vibe AGENTS.md
Instructions for thewh1teagle/vibe, covering claude development notes, tooling, validation, skills and execution mindset.
phase CLAUDE.md
Instructions for phase-rs/phase, covering claude.md, project overview, design principles — read this first, when in doubt and agent team orchestration standards.
Ataru AGENTS.md
Instructions for lovstudio/Ataru, covering agents.md, design system, quick rules, color palette and common patterns.
styleseed AGENTS.md
Instructions for bitjaru/styleseed, covering styleseed repository guide, before changing the engine, generated files, verification and pull requests and releases.
Ataru CLAUDE.md
Instructions for lovstudio/Ataru, covering claude.md, design system, quick rules, color palette and common patterns.