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/orionstarai/easycode/agents-mdgit clone --depth 1 https://github.com/OrionStarAI/EasyCodeWhat 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.00278 | $0.00278 |
| Opus 5 | $0.00139 | $0.00139 |
| Sonnet 5 | $0.00056 | $0.00056 |
| Haiku 4.5 | $0.00028 | $0.00028 |
Grade A, and why
EasyCode 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 2d 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
AGENTS.md
本文档定义 AI Agent 在本项目中工作时必须遵守的规则。
规则
1. CLI / Core 模块开发:测试驱动开发(TDD)【最重要】
在 packages/cli 和 packages/core 中开发需求时,必须采用 TDD 模式:
- 先写测试 —— 明确预期行为,定义输入输出
- 再写实现 —— 让测试通过
- 重构 —— 在测试保护下优化代码
例外情况(可 skip 测试):
- 纯 UI 渲染逻辑(Ink 组件的视觉效果)
- 与终端交互、TTY 行为强相关的代码
- 第三方 SDK 的简单透传调用
- 一次性脚本、临时调试代码
- 难以 mock 的系统级 IO(如真实文件系统、网络底层)
不必教条。当某段逻辑确实难以测试、或测试成本远高于价值时,可以跳过,但需要在 PR/commit 说明中简要注明原因。
判断标准: 如果一段逻辑包含分支、状态、数据转换或业务规则 —— 必须有测试。
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.
- 2d ago First seen · 26 lines · 278 tokens per session scan A b3f1bebe0c16
EasyCode AGENTS.md is an instructions file published in the GitHub repository OrionStarAI/EasyCode (421 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 278 tokens to every session, about $0.0014 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
vibe-coding-prompt-template backend.instructions.md
Instructions for KhazP/vibe-coding-prompt-template: Read AGENTS.md, agentdocs/techstack.md, and agentdocs/codepatterns.md.
cherry-studio AGENTS.md
AGENTS.md instructions for CherryHQ/cherry-studio, a project described as: AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs.
spellbook AGENTS.md
Instructions for majiayu000/spellbook, covering spellbook agent contract, routing, scope rules, threads long-run guardrails and validation.
tree-sitter-analyzer CLAUDE.md
Instructions for aimasteracc/tree-sitter-analyzer, covering ruflo — claude code configuration, rules, test quality rules — locked (2026-06-28), t-1: no new test files for existing plugins (blocker) and t-2: no weak assertions — ratchet-enforced (blocker).
crystal CLAUDE.md
Instructions for stravu/crystal, covering crystal - multi-session claude code manager, project overview, references, implementation status: ✅ complete and ✅ implemented features.
project-careti CLAUDE.md
Instructions for caretive-ai/project-careti, covering project overview, important: 세션 시작 시 필수 작업, operations, desktop (tauri) and 빌드 순서.