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/dorylab/dory/agents-mdgit clone --depth 1 https://github.com/dorylab/doryWhat 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.01955 | $0.01955 |
| Opus 5 | $0.00978 | $0.00978 |
| Sonnet 5 | $0.00391 | $0.00391 |
| Haiku 4.5 | $0.00196 | $0.00196 |
Grade A, and why
dory 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 — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Overview
This repository is a Yarn workspace monorepo for Dory.
apps/web: main product applicationapps/admin: admin applicationapps/electron: Electron wrapper for the web apppackages/auth-core: shared auth package
Most product work happens in apps/web.
Product Model
The product has two runtime forms:
- Desktop
- Web self-hosting
These are runtime variants of the same apps/web application, not two separate frontends.
- Runtime is determined by
DORY_RUNTIMEandNEXT_PUBLIC_DORY_RUNTIME - Do not scatter direct runtime env checks in feature code
- Use
apps/web/lib/runtime/runtime.tsas the runtime helper layer - Direct runtime env reads are only allowed inside the runtime helper layer or boot/injection code such as Electron startup
Core Source Areas
Treat these as the primary source of truth:
apps/web/appapps/web/componentsapps/web/libapps/web/lib/databaseapps/web/lib/database/postgres/schemasapps/web/lib/database/postgres/implapps/web/lib/connection/driversapps/web/lib/utils/ensure-connection.tsapps/web/hooksapps/web/sharedapps/admin/appapps/admin/libapps/electron/mainpackages/i18n/srcpackages/auth-core/srctests/e2e
Avoid editing generated or local artifact paths unless the task explicitly targets them:
**/.next/****/node_modules/**apps/web/dist-scriptsapps/web/releaseapps/web/.tmpapps/web/localdataapps/electron/distapps/electron/dist-electronapps/electron/dist/mac-arm64playwright-reporttest-results
Commands
Run from the repository root unless workspace-local execution is more appropriate.
yarnyarn devyarn admin:devyarn electron:devyarn buildyarn admin:buildyarn electron:buildyarn lintyarn typecheckyarn format:checkyarn format:writeyarn test:e2e
Useful workspace commands:
yarn workspace web run lintyarn workspace web run typecheckyarn workspace admin run lintyarn workspace admin run typecheck
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 · 228 lines · 1,955 tokens per session scan A cfa1204de3b4
dory AGENTS.md is an instructions file published in the GitHub repository dorylab/dory (280 stars, last pushed 4d ago), licensed Apache-2.0. It adds 1,955 tokens to every session, about $0.0098 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
mcp CLAUDE.md
Instructions for comcpwork/mcp, covering mcp 项目开发要求, 零、文档规范, 一、强制要求(must do), 1. 成功证明要求 and 2. 命名规范.
mcp-toolbox GEMINI.md
Gemini CLI instructions for googleapis/mcp-toolbox, covering mcp toolbox context & style guide, project overview, tech stack, key directories and development workflow.
whodb AGENTS.md
Instructions for clidey/whodb, covering whodb development guide, git commits — hard rule, terminology, non-negotiable rules and behavioral guidelines.
jitsu AGENTS.md
Instructions for jitsucom/jitsu, covering jitsu — agent guidelines, project overview, repository structure, go (/bulker) and node.js / typescript.
openlit AGENTS.md
Instructions for openlit/openlit, covering openlit agent rules, ce/oss boundary, extension points, project hierarchy and ui and security.
Tracely-ai CLAUDE.md
Claude Code instructions for Jwuthri/Tracely-ai, covering claude.md, commands, architecture, hard rules and gotchas.