Borrowing it
Nothing to install: this file belongs to theogravity/bun-elysiajs-starter-turbo-monorepo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/theogravity/bun-elysiajs-starter-turbo-monorepo/main/AGENTS.mdgit clone --depth 1 https://github.com/theogravity/bun-elysiajs-starter-turbo-monorepoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/theogravity/bun-elysiajs-starter-turbo-monorepo/agents-md)<a href="https://agentmods.dev/instructions/theogravity/bun-elysiajs-starter-turbo-monorepo/agents-md"><img src="https://agentmods.dev/badge/instructions/theogravity/bun-elysiajs-starter-turbo-monorepo/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/theogravity/bun-elysiajs-starter-turbo-monorepo/agents-md"><img src="https://agentmods.dev/badge/instructions/theogravity/bun-elysiajs-starter-turbo-monorepo/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.04299 | $0.04299 |
| Opus 5 | $0.02150 | $0.02150 |
| Sonnet 5 | $0.00860 | $0.00860 |
| Haiku 4.5 | $0.00430 | $0.00430 |
Grade C, and why
bun-elysiajs-starter-turbo-monorepo AGENTS.md scanned grade C with 1 finding 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 11d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
"clean": "rm -rf .turbo node_modules dist .hashes.json", How it starts
The opening of the file, as written. The whole thing — 407 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
How this project is laid out and how to work in it.
Read this first
Most of the detail lives next to the code. Start here, then open the file for the area you are touching:
| If you are working on... | Read |
|---|---|
| API routes, services, repositories, migrations, tests | apps/backend/AGENTS.md |
| React routes, components, data fetching | apps/frontend/AGENTS.md |
| Error codes and the API error contract | packages/backend-errors/README.md |
| The typed API client | packages/backend-client/README.md |
| Writing a migration | apps/backend/src/db/migrations/README.md |
| Browser-level tests across both apps | e2e/AGENTS.md |
apps/backend/AGENTS.md opens with "Conventions you will get wrong if you don't
read this". That is literal — it covers four things that are invisible in the
surrounding code and fail at runtime rather than at compile time. Read them before
your first edit.
Repo-wide conventions (code style, dependency pinning, testing, verification,
security posture) are in .claude/rules/.
How these files reach a coding agent
AGENTS.md is the source of truth and the format most coding agents read directly.
Claude Code reads CLAUDE.md instead, so each AGENTS.md has a one-line
CLAUDE.md beside it that imports it:
CLAUDE.md -> @AGENTS.md (loads at session start)
e2e/CLAUDE.md -> @AGENTS.md (loads when an e2e file is read)
apps/backend/CLAUDE.md -> @AGENTS.md (loads when a backend file is read)
apps/frontend/CLAUDE.md -> @AGENTS.md (loads when a frontend file is read)
Nested imports load on demand, so an agent planning work in an app before opening
any of its files should read that app's AGENTS.md explicitly.
Put documentation in AGENTS.md, never in CLAUDE.md. The CLAUDE.md files
are bridges and must stay one line, or the two formats will drift. An import is
used rather than a CLAUDE.md -> AGENTS.md symlink because symlink creation on
Windows needs Administrator rights or Developer Mode, which would break this
template for anyone cloning it there.
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.
- 11d ago First seen · 407 lines · 4,299 tokens per session scan C a50e1fd736c4
bun-elysiajs-starter-turbo-monorepo AGENTS.md is an instructions file published in the GitHub repository theogravity/bun-elysiajs-starter-turbo-monorepo (2 stars, last pushed 14d ago), licensed MIT. It adds 4,299 tokens to every session, about $0.0215 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).