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/lipdog/fossick-mcp/agents-mdgit clone --depth 1 https://github.com/Lipdog/fossick-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/lipdog/fossick-mcp/agents-md)<a href="https://agentmods.dev/instructions/lipdog/fossick-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/lipdog/fossick-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.00115 | $0.00115 |
| Opus 5 | $0.00057 | $0.00057 |
| Sonnet 5 | $0.00023 | $0.00023 |
| Haiku 4.5 | $0.00012 | $0.00012 |
Grade A, and why
fossick-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 5d 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
AGENTS.md
Agent instructions for fossick-mcp. This file is the universal entry point for AI coding agents (Claude Code, Cursor, OpenHands, Aider, etc.).
The full project instructions — architecture, file layout, key patterns, test recipes, and conventions — live in CLAUDE.md.
Claude Code resolves the @ import below automatically at load time. For other agents that don't recognize the @ syntax, open CLAUDE.md directly.
@CLAUDE.md
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.
- 5d ago First seen · 10 lines · 115 tokens per session scan A d91879a74e5b
fossick-mcp AGENTS.md is an instructions file published in the GitHub repository Lipdog/fossick-mcp (3 stars, last pushed 4mo ago), licensed MIT. It adds 115 tokens to every session, about $0.0006 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
grepai CLAUDE.md
Claude Code instructions for yoanbernabeu/grepai, covering claude.md, build and development commands, build the binary, run tests with race detection and run tests with coverage report.
sverklo CLAUDE.md
Instructions for sverklo/sverklo, covering sverklo development, using sverklo tools, project structure and build & test.
code-context AGENTS.md
AGENTS.md instructions for infino-ai/code-context, covering code-context: notes for ai agents, project overview, repo map, build, test, gates and conventions.
paparats-mcp CLAUDE.md
Claude Code instructions for IBazylchuk/paparats-mcp, covering paparats-mcp, this is a public repository, ids, architecture and typescript conventions.
mcp-gtags-server CLAUDE.md
Claude Code instructions for harshithsunku/mcp-gtags-server, covering claude.md, what this project is, layout, the 11 mcp tools (all in server.py, decorated @gtagstool) and cli.
codesift CLAUDE.md
Claude Code instructions for greglas75/codesift, covering tech stack, response hint codes, worktrees get their own registry name (2026-08-06), tool discovery (new — agents read this) and framework tool auto-loading (new).