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/afx-team/evjs/agents-mdgit clone --depth 1 https://github.com/afx-team/evjsWhat 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.01109 | $0.01109 |
| Opus 5 | $0.00554 | $0.00554 |
| Sonnet 5 | $0.00222 | $0.00222 |
| Haiku 4.5 | $0.00111 | $0.00111 |
Grade A, and why
evjs 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.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Repository instructions for coding agents working in the evjs monorepo.
Start here
- Read CONTRIBUTING.md for package ownership, contributor workflow, and focused validation.
- Read ARCHITECTURE.md before changing graph, build, runtime, bundler, or deployment ownership.
- Use docs/docs/ for public framework behavior.
The Page-and-Route authoring source of truth is the convention matrix in docs/docs/project-structure.md. Update its English and Chinese versions together whenever pages, API routes, server functions, examples, or scaffolds change.
Before editing, inspect the affected package, its tests, and the implementation source listed below. When prose and tested behavior disagree, fix the prose or the implementation rather than preserving the mismatch.
Source map
| Concern | Implementation source | Primary coverage |
|---|---|---|
| Page files and URL segments | packages/ev/src/_internal/build/conventions/page-route-conventions.ts |
discovery/page-routes.ts, packages/ev/tests/build-tools-page-routes.test.ts |
| API route files and URL segments | packages/ev/src/_internal/build/conventions/server-route-conventions.ts |
discovery/server-routes.ts, packages/ev/tests/build-tools-server-routes.test.ts |
| Global and route middleware | packages/ev/src/_internal/build/discovery/server-conventions.ts |
packages/ev/tests/build-tools-server-routes.test.ts, packages/ev/tests/commands.test.ts |
| Public configuration and routing mode | packages/ev/src/config/resolution.ts through packages/ev/src/config/index.ts |
packages/ev/tests/config.test.ts |
| Graph and build planning | packages/ev/src/_internal/build/graph/*, plan/* |
packages/ev/tests/build-tools-graph-plan.test.ts |
| Plugin settings and generated Page types | packages/ev/src/config/plugins.ts, _internal/build/plugins/settings.ts, typegen/plugin-types.ts |
packages/ev/tests/plugin-settings.test.ts, plugin-types.test.ts |
| Shared output contracts | packages/shared/src/manifest |
packages/shared/tests/manifest.test.ts |
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 · 85 lines · 1,109 tokens per session scan A 85e265548a0b
evjs AGENTS.md is an instructions file published in the GitHub repository afx-team/evjs (23 stars, last pushed 5d ago), licensed MIT. It adds 1,109 tokens to every session, about $0.0055 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
ronykit AGENTS.md
Instructions for clubpay/ronykit, covering agents.md, ai assistants, context map, contracts & schemas and project overview.
ai-coding-primer CLAUDE.md
Instructions for ammonhaggerty/ai-coding-primer, covering claude.md, repository structure, guidebook chapters, constraints and writing tone.
ronykit CLAUDE.md
Instructions for clubpay/ronykit: All agent and contributor instructions for this repository are maintained in AGENTS.md. Read that file first — it covers project layout, architecture, build commands, testing, intent/agent conventions, and git practices.
bm.md CLAUDE.md
Claude Code instructions for miantiao-me/bm.md, a project described as: 更好用的 Markdown 排版助手|一键适配微信公众号、网页与图片。.
nifra AGENTS.md
Instructions for nifrajs/nifra, covering agents.md - nifra quick reference for coding agents, 1 · define a route (typed, chainable), 2 · validate a body/query at the trust boundary (auto-422), 3 · read platform env (kv / d1 / secrets) and 4 · set status / headers, and the control-flow rule.
projectx CLAUDE.md
Instructions for proyecto26/projectx, covering projectx - full-stack e-commerce platform, project overview, tech stack, monorepo and backend (nestjs microservices).