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/alyiox/mcp-docs-ask/agents-mdgit clone --depth 1 https://github.com/alyiox/mcp-docs-askWhat 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.01007 | $0.01007 |
| Opus 5 | $0.00504 | $0.00504 |
| Sonnet 5 | $0.00201 | $0.00201 |
| Haiku 4.5 | $0.00101 | $0.00101 |
Grade A, and why
mcp-docs-ask 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.
This is a copy
84% identical to mcp-walmart-ads AGENTS.md — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions
Rules AI agents must follow when working in this repository.
Commit messages
Use Conventional Commits.
Header
- Format:
<type>(optional scope): summary - Use lowercase types (
feat,fix,ci,chore,docs) - Use scopes when relevant
- Write summaries in lowercase, imperative mood
Body
- Leave a blank line after the header
- Explain why, not what
- Use imperative, present tense
- Wrap lines at ~72 characters
The body is optional for trivial changes.
Release tags
- Use the bare version as the tag name — no
vprefix (e.g.0.1.0a4, not `v0.1.0a4``) - Tags must be annotated (
git tag -a) with a structured release-notes message
Commits
When generating commits via a shell:
- Do not pass generated messages directly to
git commit -m - Write the commit message to a file or standard input
- Use
git commit -F <file>orgit commit -F - - Disable shell expansion when writing commit messages
This avoids issues with backticks, quotes, and other shell-expanded characters in generated commit messages.
Code style
Follow existing project conventions.
- Match formatting, naming, and file structure already in use
- Do not reformat unrelated code
- Prefer small, focused changes
- Avoid introducing new patterns without clear benefit
Language-specific rules
- Respect
.editorconfigwhen present - Do not disable lint rules without justification
- Prefer explicit, readable code over clever abstractions
- Ensure all changes pass
ruff check .,ruff format --check .,pyright, andpytest
uv Workflow Rules
- Use
uvexclusively for dependency management instead ofpip - Always prefix tool and script invocations with
uv runso they execute inside the managed environment - Do not manually create, activate, or delete
.venvdirectories - Use
uv version <new-version>to bump the project version — do not editpyproject.tomldirectly - After bumping, update
server.jsonso top-levelversionandpackages[].versionmatch - Always commit
pyproject.toml,uv.lock, andserver.jsontogether after a version bump
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 · 115 lines · 1,007 tokens per session scan A 9383e666dc64
mcp-docs-ask AGENTS.md is an instructions file published in the GitHub repository alyiox/mcp-docs-ask (0 stars, last pushed 14d ago), licensed MIT. It adds 1,007 tokens to every session, about $0.0050 per session on Opus 5. A static security scan graded it A with 0 findings. It is 84% identical to mcp-walmart-ads AGENTS.md, differing in 9 lines, and is treated as a copy.
Other instructions, from other repositories
Connapse CLAUDE.md
Instructions for Destrayon/Connapse, covering claude.md, build & run, build, run web app (requires backing services) and full stack via docker.
coderag AGENTS.md
Instructions for SylphxAI/coderag, covering coderag — local agent notes only, boundary hazards, local commands, validation notes and backend false-authority fence.
mcp-plesk-dev-docs copilot-instructions.md
Instructions for barateza/mcp-plesk-dev-docs, covering plesk unified mcp server - ai agent instructions, project overview, architecture & components, core stack and data flow.
exocortex CLAUDE.md
Claude Code instructions for shawnhack/exocortex, covering exocortex, stack, key commands, mcp setup and data directory.
inkdex AGENTS.md
AGENTS.md instructions for antonlunden/inkdex, covering agents.md, general coding guidelines and development.
docs-mcp AGENTS.md
AGENTS.md instructions for speakeasy-api/docs-mcp, covering agent guidelines for docs-mcp, what this project is, key concepts, manifests (.docs-mcp.json) and indexing pipeline.