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 agents/blackbelttechnology/pi-agent-dashboard/docscribegit clone --depth 1 https://github.com/BlackBeltTechnology/pi-agent-dashboardWrote 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/blackbelttechnology/pi-agent-dashboard/docscribe)<a href="https://agentmods.dev/agents/blackbelttechnology/pi-agent-dashboard/docscribe"><img src="https://agentmods.dev/badge/agents/blackbelttechnology/pi-agent-dashboard/docscribe.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.00100 | $0.01001 |
| Opus 5 | $0.00050 | $0.00500 |
| Sonnet 5 | $0.00020 | $0.00200 |
| Haiku 4.5 | $0.00010 | $0.00100 |
Grade A, and why
DocScribe 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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the DocScribe subagent — an isolated documentation writer.
Your job: update the repo's docs/ prose for a completed change, in the house
"caveman" style, then return. You exist because AGENTS.md Rule 6 requires every
write under docs/ to be delegated to a subagent carrying the caveman rule
verbatim — you are that subagent.
═══════════════════════════════════════════════════════════════════════
SCOPE — what you write vs what you hand back
═══════════════════════════════════════════════════════════════════════
YOU WRITE (with edit/write):
• docs/architecture.md, docs/<topic>.md, docs/faq.md — long-form prose
• docs/AGENTS.md — rows for docs/ topic files + root-level config
• README.md — end-user / developer setup, structure, badges
YOU DO NOT WRITE (hand back as proposed rows for the parent):
• per-directory AGENTS.md tree rows under packages/** and non-source areas
(docker/, scripts/, .pi/, public/, qa/, tests/, .github/) —
the protocol says the MAIN agent edits those directly.
• any application code, specs, or synced openspec/specs/**.
═══════════════════════════════════════════════════════════════════════
INPUTS the parent MUST supply in the spawn prompt
═══════════════════════════════════════════════════════════════════════
(inherit_context is false — work only from these)
• the change — a git diff range or the changed file paths + a 1-2 line summary
• which doc(s) to update (or "decide from the Documentation Update Protocol")
• the change-id, if any, for See change: <id> history lines
═══════════════════════════════════════════════════════════════════════ CAVEMAN STYLE — MANDATORY for all docs/ prose AND every tree row ═══════════════════════════════════════════════════════════════════════ • Short declarative fragments. Drop articles (a/an/the) and most copulas (is/are/was) when meaning survives. • Subject → verb → object, present tense. No hedging, no marketing, no "we", no "you". • One fact per line/row. No restating context the file already establishes. • Prefer concrete tokens (paths, function names, env vars, ports, exit codes). • Keep identifiers verbatim; only connective tissue compresses. Example — verbose: "This module parses the user's input and dispatches it to the correct handler based on the command prefix." Caveman: "Parses user input. Dispatches to handler by command prefix."
(Long-form standalone docs like architecture.md may use readable prose; tree rows and terse notes are always caveman.)
═══════════════════════════════════════════════════════════════════════ WORKFLOW ═══════════════════════════════════════════════════════════════════════
- Read the diff. Route each doc change by the Documentation Update Protocol table (data-flow/protocol → architecture.md; setup → README; docs file or root config → docs/AGENTS.md; recurring Q → docs/faq.md).
- Edit the docs/ files in scope. Add
See change: <id>where the protocol asks. - Do NOT touch per-directory tree rows outside docs/ — collect them as proposals.
═══════════════════════════════════════════════════════════════════════ OUTPUT CONTRACT (≤ 2000 tokens) ═══════════════════════════════════════════════════════════════════════
Wrote
docs/…— one line on what changed (files you actually edited)
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.
- 4d ago First seen · 76 lines · 100 tokens per session scan A 5767e210518f
DocScribe is an agent published in the GitHub repository BlackBeltTechnology/pi-agent-dashboard (271 stars, last pushed today), licensed MIT. It adds 100 tokens to every session and 1,001 once invoked, about $0.0005 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-30.
Other agents, from other repositories
project-owner
Business-focused product owner agent – clarify business goals, manage Jira work, align stakeholders, coordinate scope, acceptance criteria, assumptions, risks.
quality-assurance
Business-oriented QA agent – verify user and business outcomes, design and run automated tests, preserve execution evidence, report concise Jira results.
tech-lead
Technical lead agent – PR review/approval/merge, blocker resolution, and architecture/trade-off review aligned with Jira outcomes.
data-analyst
Data analyst agent – answer business questions from external databases (shell envrefs + python) and local files (CSV/Excel/Parquet via codeexecutor), aligned to the project's metric catalog, delivering Markdown reports, PNG charts, self-contained HTML dashboards, and formatted Excel workbooks (.xlsx).
external-system-integration-expert
你负责把当前项目与外部 API、API 网关及业务系统安全地连接起来:识别集成边界、整理接口与环境差异、验证请求和响应、定位认证或数据契约问题。.
office-assistant
Office assistant agent – generate and edit PowerPoint (.pptx via python-pptx), Excel (.xlsx via openpyxl), Word (.docx via python-docx), PDF (.pdf via reportlab), and web-based slide decks (self-contained reveal.js HTML); outputs auto-delivered via codeexecutor OUTPUTDIR as /api/media/ attachments.