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/dubbl-org/dubbl/agents-mdgit clone --depth 1 https://github.com/dubbl-org/dubblWhat 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.00349 | $0.00349 |
| Opus 5 | $0.00175 | $0.00175 |
| Sonnet 5 | $0.00070 | $0.00070 |
| Haiku 4.5 | $0.00035 | $0.00035 |
Grade A, and why
dubbl 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
Agent Rules
Build & Verification
- Do NOT run full builds (
npm run build,next build, etc.) - Use lint (
npm run lint) or typecheck (npx tsc --noEmit) instead for verification - Run dev server (
npm run dev) only when explicitly asked - This project uses Next.js -- all dev/build/start commands go through
next
MCP Server Conventions
- Every user-facing feature must have corresponding MCP tools
- Keep MCP tools updated when REST API routes change
- Tool descriptions must be clear for AI agents -- state input expectations (e.g. "amounts in cents") and what is returned
- All monetary amounts are in integer cents (e.g. $12.50 = 1250)
- MCP tools use direct DB access via Drizzle, not HTTP self-calls
- All tools are org-scoped via
AuthContextpassed at server creation time - Use
wrapTool()fromlib/mcp/errors.tsfor consistent error handling - Tool files live in
lib/mcp/tools/and export aregisterXTools(server, ctx)function - Register new tool files in
lib/mcp/tools/index.ts - Use
.describe()on every Zod field in tool input schemas - One tool per operation (no multi-purpose tools)
Database
- All schema changes require Drizzle migration files -- run
npx drizzle-kit generateafter modifying any file inlib/db/schema/ - Never use
npx drizzle-kit pushin production -- it applies changes directly without migrations - Migration files live in
drizzle/and must be committed alongside schema changes
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 · 349 tokens per session scan A 8d17262cc731
dubbl AGENTS.md is an instructions file published in the GitHub repository dubbl-org/dubbl (43 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 349 tokens to every session, about $0.0017 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
noxctl CLAUDE.md
Instructions for Magnus-Gille/noxctl, covering claude.md — noxctl, what is this?, cli-first in claude code, reading data and dry run first.
counterpoise-ledger CLAUDE.md
Instructions for jeffjjohnston/counterpoise-ledger, covering claude.md, project overview, development commands, essential commands and testing.
bukio-cli AGENTS.md
AGENTS.md instructions for erikvankempen/bukio-cli, covering agents.md — bukio-cli agent manual, 1. house rules (non-negotiable), 2. environment, 3. command quick reference and 3.1 jurisdiction profiles (16 markets).
counterpoise-ledger AGENTS.md
Instructions for jeffjjohnston/counterpoise-ledger: See CLAUDE.md for project instructions and AI coding assistant guidance.
lexware-office-mcp CLAUDE.md
Claude Code instructions for benethos-hub/lexware-office-mcp, covering working guidelines for claude, golden rules, environment, project layout and how to add or change a tool.
ledger AGENTS.md
AGENTS.md instructions for eternal-roman/ledger, covering ledger, zero-skip, non-negotiable, output contract and commands (when the host loads this plugin).