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/claude-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.00499 | $0.00499 |
| Opus 5 | $0.00249 | $0.00249 |
| Sonnet 5 | $0.00100 | $0.00100 |
| Haiku 4.5 | $0.00050 | $0.00050 |
Grade A, and why
dory CLAUDE.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
Dory - Claude Code Guidelines
Project Structure
- Monorepo managed by Yarn 4 (Berry) workspaces
apps/web— Next.js web app (main product)apps/admin— Next.js admin panelapps/electron— Electron desktop apppackages/auth-core— Shared auth package
Package Manager
- Yarn 4 — use
yarncommands, NOTnpmorpnpm yarn workspace <name> <cmd>to run workspace-specific commandsyarn installto install dependenciesyarn workspace web typecheckto check types
shadcn/ui
- Components live in
apps/web/registry/new-york-v4/ui/ - Chart demos live in
apps/web/registry/new-york-v4/charts/ - To add/update components:
yarn dlx shadcn@latest add <component-name> --overwrite - To update multiple:
yarn dlx shadcn@latest add comp1 comp2 comp3 --overwrite - shadcn CLI may pin dependency versions (remove
^) or change versions — reviewpackage.jsonafter running - shadcn CLI installs to default path; if components are in a custom directory, you may need to move files after
Dependency Upgrades
- Use
npx npm-check-updates --workspacesto check for outdated dependencies across all workspaces - Use
yarn npm auditto check for known vulnerabilities - For TypeScript major upgrades: run
npx @andrewbranch/ts5to6 --fixBaseUrl <tsconfig>and--fixRootDir <tsconfig>to verify config compatibility - When upgrading packages that have shadcn wrappers (recharts, react-day-picker, react-resizable-panels), update via
yarn dlx shadcn@latest add <component> --overwriteto get compatible wrapper code - Always run
yarn workspace web typecheckafter upgrades to catch breaking changes - Prefer
^prefix for dependency versions in package.json
Code Style
- All git commits, PR titles, and branch names must be in English
- TypeScript strict mode is enabled across all workspaces
- ESLint with flat config (
eslint.config.mjs)
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 · 41 lines · 499 tokens per session scan A 108d0f0e0a9c
dory CLAUDE.md is an instructions file published in the GitHub repository dorylab/dory (280 stars, last pushed 5d ago), licensed Apache-2.0. It adds 499 tokens to every session, about $0.0025 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. 命名规范.
graphjin AGENTS.md
AGENTS.md instructions for dosco/graphjin, covering graphjin agent guide, architectural overview, directory structure & responsibilities, build commands and coding guidelines.
databasement CLAUDE.md
Claude Code instructions for David-Crty/databasement, covering claude.md, project overview, development commands, setup and installation and running the application.
openlit AGENTS.md
AGENTS.md instructions for openlit/openlit, covering openlit agent rules, ce/oss boundary, extension points, project hierarchy and ui and security.
cli AGENTS.md
Instructions for planetscale/cli, covering planetscale cli — agent guide, public repository safety, concepts, flag placement and correct.
Tracely-ai CLAUDE.md
Claude Code instructions for Jwuthri/Tracely-ai, covering claude.md, commands, architecture, hard rules and gotchas.