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.
/plugin marketplace add fakoli/fakoli-plugins/plugin install fakoli-stateWrote 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/agents/fakoli/fakoli-plugins/docs-scribe)<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>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.1 | $0.00723 | $0.03745 |
| Opus 5 | $0.00362 | $0.01872 |
| Sonnet 5 | $0.00145 | $0.00749 |
| Haiku 4.5 | $0.00072 | $0.00375 |
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.
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 rootREADME.md,registry/*.json— that'smarketplace-scribe- Repo-wide
CLAUDE.md, contributor docs, CI workflow docs — that'sfakoli-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.
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 · 367 lines · 723 tokens per session scan A 8c6498971ff7
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.
Other agents, from other repositories
gitlab-ci-specialist
Design and maintain GitLab CI/CD pipelines for build, scan, deploy, promote, and rollback.
keycloak-specialist
Configure Keycloak IAM with OIDC, Auth.js/Next.js integration, realm setup, and hardening.
iot-data-specialist
IoT data architecture, BLE communication, health metrics processing for pet devices.
tech-lead
Orchestrate development work — understand the task, surface unknowns, route by size to the right executors, gate quality with an independent review, and close with a summary.
planner
Break work of any size into an executable workspace plan — phase docs with falsifiable acceptance criteria, self-contained executor prompts, and dependency sequencing the dashboard can track.
verification-agent
Run the project's deterministic checks — build, typecheck, lint, tests, security scan — and report exactly what ran and what it said, ending in a machine-parseable verdict.