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/cmd8/excalidraw-mcp/agents-mdgit clone --depth 1 https://github.com/cmd8/excalidraw-mcpWrote 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/cmd8/excalidraw-mcp/agents-md)<a href="https://agentmods.dev/instructions/cmd8/excalidraw-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/cmd8/excalidraw-mcp/agents-md.svg" alt="Measured on agentmods" 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 | $0.00327 | $0.00327 |
| Opus 5 | $0.00163 | $0.00163 |
| Sonnet 5 | $0.00065 | $0.00065 |
| Haiku 4.5 | $0.00033 | $0.00033 |
Grade A, and why
excalidraw-mcp 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.
What it actually says
IMPORTANT
- PREFER to keep things in one function unless composable or reusable
- DO NOT do unnecessary destructuring of variables
- DO NOT use
elsestatements unless necessary - DO NOT use
try/catchif it can be avoided - AVOID using
as Typecasting - AVOID
try/catchwhere possible - AVOID
elsestatements - AVOID using
anytype - AVOID
letstatements - AVOID
typeof x === 'string'checks when TypeScript already knows the type; usex != nullfor optional fields - USE
typeofchecks only for defensive parsing of untrusted JSON or when checking optional number/boolean fields (where truthiness fails for0/false) - PREFER single word variable names where possible
- ALWAYS run
pnpm fixandpnpm test:changedafter you finish the task - ALWAYS check with the user to approve the commit message before you run
git commit
TESTING
- PREFER testing the public API over internal helper functions
- ALWAYS analyze actual call sites to understand what inputs are possible before writing tests
- DO NOT test unreachable code paths (e.g., input validation for formats that callers never produce)
- PREFER meaningful coverage over 100% coverage
- ALWAYS follow this example file and folder structure when creating tests:
src/some_dir
├── moduleToTest.ts
└── tests
└── moduleToTest.tests.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 · 31 lines · 327 tokens per session scan A 118f6e9d1875
excalidraw-mcp AGENTS.md is an instructions file published in the GitHub repository cmd8/excalidraw-mcp (5 stars, last pushed 9mo ago), licensed MIT. It adds 327 tokens to every session, about $0.0016 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-31.
Other instructions, from other repositories
nitro-mcp-server copilot-instructions.md
Instructions for peterbud/nitro-mcp-server, covering copilot instructions for nitro mcp server, project overview, technology stack, code style & conventions and typescript.
ida-pro-mcp CLAUDE.md
Instructions for mrexodia/ida-pro-mcp, covering claude.md, what this project is, core implementation rules, ida thread safety and api conventions.
tableau-mcp CLAUDE.md
Instructions for tableau/tableau-mcp, covering claude.md, build & development commands, building, running the server and testing.
anytype-mcp CLAUDE.md
Instructions for anyproto/anytype-mcp, covering claude.md, common commands, development, testing and code quality.
RivalSearchMCP AGENTS.md
Instructions for damionrashford/RivalSearchMCP, covering agents.md, project overview, development commands, setup & running and install dependencies.
RivalSearchMCP CLAUDE.md
Instructions for damionrashford/RivalSearchMCP, covering claude.md, project overview, development commands, setup & running and set up pre-commit hooks.