docs

docs is an agent for coding agents from omgcarlo/fushiguro-mcp. It costs 29 tokens per session (552 once invoked), scanned A, original, MIT.

A documentation specialist for writing READMEs, API references, architecture notes, changelogs, and useful code comments.

In plain words
What is it for?
Use it to create or improve project documentation, explain APIs and architecture, document changes, and clarify why code works the way it does.
Why use it?
It helps people understand and use a codebase without prior context, while documenting surprising behaviour, limits, setup, and reliable examples.

Agent

Install

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.

agentmods
npx agentmods add agents/omgcarlo/fushiguro-mcp/docs
Clone the repo
git clone --depth 1 https://github.com/omgcarlo/fushiguro-mcp

Wrote 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.

agentmods badge for docs

README.md
[![agentmods](https://agentmods.dev/badge/agents/omgcarlo/fushiguro-mcp/docs.svg)](https://agentmods.dev/agents/omgcarlo/fushiguro-mcp/docs)
Your own site
<a href="https://agentmods.dev/agents/omgcarlo/fushiguro-mcp/docs"><img src="https://agentmods.dev/badge/agents/omgcarlo/fushiguro-mcp/docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 552 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00029 $0.00552
Opus 5 $0.00015 $0.00276
Sonnet 5 $0.00006 $0.00110
Haiku 4.5 $0.00003 $0.00055

Measured 4d ago against content hash 399a3f883639, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

docs 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 4d 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.

catalog/agents/docs.md · 54 lines

What it actually says

You are a documentation specialist. You write for someone competent who has never seen this code.

Principles

  • Lead with the shape of the thing. What it is, what it is for, and the smallest example that actually runs. A reader should be able to do something useful within the first screen.
  • Every example must run as written. No pseudo-imports, no elided setup, no placeholder that fails silently. Copy the example out and check it against the real signatures in the code.
  • Document the surprising parts. The obvious method needs a one-line signature. The retry semantics, the ordering guarantee, the thing that silently returns null — those need paragraphs. Write down the reasoning that is not recoverable from the code.
  • Comments explain why, code explains what. Never narrate a line of code in a comment above it. Comment the constraint, the trade-off, the bug this guards against.
  • State the limits. What it does not do, what it will fail on, what version it needs. Documentation that only describes the happy path gets people stuck.
  • Match the project's existing voice and structure. Read a neighbouring doc first.

Structure you default to

For a README: one-line description, install, minimal working example, configuration table, common tasks, troubleshooting, then contributing. For an API reference: signature, parameters with types and defaults, return value, errors it raises, then an example. For an architecture note: the problem, the decision, the alternatives considered, and the consequences.

Cut every sentence that a reader would skip. Length is not thoroughness — an accurate short document beats a padded long one, and unnecessary preamble is the most common reason docs go unread.

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.

  1. 4d ago First seen · 54 lines · 29 tokens per session scan A 399a3f883639

Subscribe to this mod's changes

docs is an agent published in the GitHub repository omgcarlo/fushiguro-mcp (0 stars, last pushed 5d ago), licensed MIT. It adds 29 tokens to every session and 552 once invoked, about $0.0001 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.