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/adadiamonds/agent-tools/agents-mdgit clone --depth 1 https://github.com/adadiamonds/agent-toolsWhat 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.01026 | $0.01026 |
| Opus 5 | $0.00513 | $0.00513 |
| Sonnet 5 | $0.00205 | $0.00205 |
| Haiku 4.5 | $0.00103 | $0.00103 |
Grade B, and why
agent-tools AGENTS.md scanned grade B with 1 finding 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.
Reads MCP configurationmediumAgent snooping
mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.
- `mcp.json` servers must have `type` and an absolute `https` `url` (for `streamable-http` / `sse`); no secrets in headers. How it starts
The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidance for AI coding agents working in this repository.
What this repository is
adadiamonds/agent-tools is the official, public Ada Diamonds plugin for AI agents. It contains no application code. It is:
plugin.json: an Agent Plugins 1.0.0 manifest.mcp.json: the two Ada Diamonds MCP servers (ada-diamondsathttps://www.adadiamonds.com/mcp,ada-diamonds-docsathttps://www.adadiamonds.com/mcp/docs), Streamable HTTP, anonymous.skills/<name>/SKILL.md: four Agent Skills:ada-diamonds-shopping: search the catalog and quote a complete ring (setting plus loose diamond, USD).ada-diamonds-api: the public REST API reference (endpoints, auth, scopes, sandbox key, rate limits, errors, versioning).ada-diamonds-mcp: connecting to and using the MCP servers from Claude Code, Claude Desktop, Cursor, ChatGPT, or any client.ada-diamonds-commerce: agentic checkout (ACP checkout sessions, product feed, UCP discovery, sandbox vs live, webhooks).
scripts/validate.mjs: the test suite. Plain Node, no dependencies.
The live source of truth for every fact in the skills is https://www.adadiamonds.com/developers (also served as markdown with Accept: text/markdown), https://www.adadiamonds.com/openapi.json, and https://www.adadiamonds.com/agents.md. When a skill and the live docs disagree, the live docs win; fix the skill.
How to use the skills here
Consumers install them with npx skills add adadiamonds/agent-tools (see README). Inside this repo, when you are asked a question about Ada Diamonds' API or checkout, read the relevant SKILL.md before answering; do not answer from memory.
Editing rules
- Keep every fact consistent with the live docs above. Do not invent endpoints, parameters, scopes, or prices.
- Prices in every example are US dollars as decimals, never cents.
- An engagement ring is a setting plus a loose diamond, priced separately. Every example that quotes a ring must show both numbers and the sum.
- Frontmatter:
namemust equal the directory name;descriptionnon-empty and at most 1024 characters, written as "what it does and when to use it"; keeplicense: MITandmetadata.homepage. Single-line values only (no YAML block scalars). - Keep each
SKILL.mdunder 500 lines. Long tables go inreferences/inside the same skill directory and are linked relatively. - Only the keys allowed by the Agent Plugins closed schema may appear in
plugin.json($schema,name,version,description,author,homepage,repository,license,keywords,extensions). Skills and MCP servers are never declared inline inplugin.json. mcp.jsonservers must havetypeand an absolutehttpsurl(forstreamable-http/sse); no secrets in headers.- Prose style: no em dashes; use commas, periods, or parentheses.
- Bump
versioninplugin.jsonand add a line toCHANGELOG.mdfor any user-visible change.
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 · 55 lines · 1,026 tokens per session scan B 457e4dc0e18f
agent-tools AGENTS.md is an instructions file published in the GitHub repository adadiamonds/agent-tools (2 stars, last pushed 5d ago), licensed MIT. It adds 1,026 tokens to every session, about $0.0051 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
intervals-icu-mcp CLAUDE.md
Instructions for hhopke/intervals-icu-mcp, covering claude.md, project overview, development commands, architecture (quick reference) and tool categories.
ai-toolkit AGENTS.md
Instructions for pipefy/ai-toolkit, covering repository guidelines, documentation map, project structure, import namespace migration: pipefysdk → pipefy and src/pipefysdk/init.py (transitional shim).
flyto-core CLAUDE.md
Instructions for flytohub/flyto-core, covering claude notes, cross-agent handoff and shared code intelligence.
Plonk AGENTS.md
Instructions for ostapondo/Plonk, covering agent rules, layout, adding a module, build & verify and code style.
rosetta AGENTS.md
Instructions for tikoci/rosetta, covering codex instructions for rosetta, first reads, development defaults and mcp and client config.
pharo-smalltalk-interop-mcp-server CLAUDE.md
Instructions for mumez/pharo-smalltalk-interop-mcp-server, covering claude.md, project overview, development setup, environment variables and common commands.