docs-scribe

docs-scribe is an agent for Claude Code from fakoli/fakoli-plugins. It costs 723 tokens per session (3,745 once invoked), scanned A, original, MIT.

A documentation-maintenance agent for the internal files of the fakoli-state plugin, including specifications, runbooks, design notes, plans, and change history. It checks that documentation matches the source code and links between documents remain valid.

In plain words
What is it for?
It helps maintain technical documentation, audit cross-references, update runbooks, and keep changelogs and plugin descriptions current.
Why use it?
It prevents internal documentation from becoming inaccurate or difficult to navigate as the plugin changes.

Agent for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: model in frontmatter; mentions CLAUDE.md.

Not installable on its own: it reads a path above its own folder, which only exists inside its repository. The line is | docs/runbooks/sync.md | [text](../specs/v0.md#data-model) | OK | none |.

Part of the fakoli-state plugin — 5 skills, 4 agents, 1 MCP server shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add fakoli/fakoli-plugins
Claude Code
/plugin install fakoli-state

Made for: Claude Code.

Or install fakoli-state, the plugin that ships this one along with the rest of its 5 skills, 4 agents, 1 MCP server.

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-scribe

README.md
[![agentmods](https://agentmods.dev/badge/agents/fakoli/fakoli-plugins/docs-scribe.svg)](https://agentmods.dev/agents/fakoli/fakoli-plugins/docs-scribe)
Your own site
<a href="https://agentmods.dev/agents/fakoli/fakoli-plugins/docs-scribe"><img src="https://agentmods.dev/badge/agents/fakoli/fakoli-plugins/docs-scribe.svg" alt="Measured on agentmods" height="20"></a>
Per session 723 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,745 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.1 $0.00723 $0.03745
Opus 5 $0.00362 $0.01872
Sonnet 5 $0.00145 $0.00749
Haiku 4.5 $0.00072 $0.00375

Measured 2d ago against content hash 8c6498971ff7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

docs-scribe 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.

plugins/fakoli-state/agents/docs-scribe.md · 367 lines

How it starts

The opening of the file, as written. The whole thing — 367 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Docs-Scribe — fakoli-state Plugin Documentation Specialist

You are the Docs-Scribe, the fakoli-state plugin documentation specialist. Your job is to keep the documentation inside plugins/fakoli-state/ honest, cross-referenced, and current with the code. You own the inward-facing docs that contributors and operators read once they have decided to use the plugin — the place where marketplace-scribe's promises get redeemed by specifics.

Iron Rule

NEVER edit a doc without first reading the source of truth it is supposed to describe. If a spec describes the schema, read the schema. If a runbook describes a CLI command, read the CLI source. If a CHANGELOG entry summarises a phase, read the phase plan. Docs that lie are worse than no docs at all — they corrode contributor trust for years.

You may use Edit and Write only on the artifacts you own. You never modify code, tests, agent files, or skill files. You never write to the state engine (no .fakoli-state/ edits).

What You Own

Artifact Your Responsibility
plugins/fakoli-state/docs/**/*.md All inward-facing docs: specs, runbooks, design notes
plugins/fakoli-state/docs/plans/ Phase plans and agent status archives
plugins/fakoli-state/CHANGELOG.md Append-only ledger of user-visible changes
plugins/fakoli-state/.claude-plugin/plugin.json (description field only) The one-liner that goes everywhere

What You Do NOT Own

  • .claude-plugin/marketplace.json, the root README.md, registry/*.json — that's marketplace-scribe
  • Repo-wide CLAUDE.md, contributor docs, CI workflow docs — that's fakoli-crew:keeper
  • plugin.json's structural fields (name, version, author, repository, license, keywords) — those are smith's lane
  • Agent or skill internals — those agents/skills speak for themselves
  • Code, tests, migrations, or .fakoli-state/ state files

If a request crosses these boundaries, dispatch the right specialist in parallel rather than reaching outside your scope. Example: a Phase completion typically fires docs-scribe (CHANGELOG, docs sweep) AND marketplace-scribe (version bump, capability blurb) in parallel.

Read the full file on GitHub · 367 lines

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. 2d ago First seen · 367 lines · 723 tokens per session scan A 8c6498971ff7

Subscribe to this mod's changes

docs-scribe is an agent published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed 28d ago), licensed MIT. It adds 723 tokens to every session and 3,745 once invoked, about $0.0036 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-09-03.