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 commands/edwardangert/docs-agent-plugin/healthgit clone --depth 1 https://github.com/EdwardAngert/docs-agent-pluginWhat 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.00027 | $0.01513 |
| Opus 5 | $0.00014 | $0.00757 |
| Sonnet 5 | $0.00005 | $0.00303 |
| Haiku 4.5 | $0.00003 | $0.00151 |
Grade A, and why
health 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 — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Check Documentation Health
Give the contributor a fast, honest read on the state of their documentation, and one clear place to start.
This is the orientation command: the first thing to run after installing the plugin, and the periodic pulse check afterward.
It is not the deep audit.
Health is fast and whole-repo, ends in a scorecard and a single recommendation, and should feel like a knowledgeable colleague skimming the docs and telling you what they'd fix first.
/docs-assist:audit is the follow-up when someone wants the full findings list.
The optional argument ($ARGUMENTS) is the docs directory. Detect it if not given.
Process
1. Establish What the Project Is
Speed matters more than completeness here. Sample; do not read everything.
- Read the README and manifest to learn what the project does and who uses it.
- For a large repo, fan out the
doc-reconsubagent and work from its project map instead of reading inline. - Resolve
.docs-assist/config if present (${CLAUDE_PLUGIN_ROOT}/skills/docs-assist/reference/config-resolution.md).
2. Score Four Dimensions
Assess each dimension from samples and cheap signals, not an exhaustive pass. Rate each solid, needs work, or missing, with one line of evidence.
- Coverage: does a doc exist for each thing users need? Compare the project's main features and entry points against the docs that exist. A missing README, quickstart, or install doc outweighs any number of polish issues.
- Freshness: are the docs still true? In a git repo, run the decay detector (
node ${CLAUDE_PLUGIN_ROOT}/assets/ci/docs-decay.mjs) and read its ranked queue: it scores every doc on related-source churn since the doc last changed,last-verifiedage, doc age, and opensme-attestedclaims, deterministically and with the reasons shown. It costs about two git calls per doc; for a docs set large enough that a full scan would break the fast-scorecard promise (hundreds of files), pass it the highest-traffic subdirectory instead of the whole tree, and say that's what you scanned. Outside a git repo, fall back to comparing doc modification dates andlast-verifiedfrontmatter against the code by hand. Either way, a doc describing a heavily changed area, untouched since, is the signal. The decay detector ranks which docs are worth a real trace; it does not perform one. It scores churn, not correctness, so a "solid" rating here means "nothing looks stale," not "every claim was checked against the code" (see${CLAUDE_PLUGIN_ROOT}/skills/docs-assist/reference/claim-verification.md); if the ranking surfaces genuinely high-risk docs, that is itself a "needs work" finding pointing at the full audit, not something health resolves on its own. - Consistency: do the docs agree with each other? If
.docs-assist/config.ymllistslint.tools, run them against the docs directory first and fold real findings (heading-level skips, missing blank lines, untagged fences, prose issues) straight into the rating; don't approximate what a configured linter would catch by reading files instead. Then spot-check what linters can't see: example values against each other and.docs-assist/reference.yml'sexample-variableentries, terms against itstermentries (see${CLAUDE_PLUGIN_ROOT}/skills/docs-assist/reference/terminology.md), and heading and frontmatter conventions across sibling docs. Iflint.toolsisn't set, note that as part of the rating rather than silently doing everything by hand. - Findability: can a reader (or an AI tool) get to the right doc? Check for an
llms.txtand whether it matches the docs, cross-references between related docs, and orphan docs nothing links to.
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 · 79 lines · 27 tokens per session scan A 77f874614674
health is a command published in the GitHub repository EdwardAngert/docs-agent-plugin (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 27 tokens to every session and 1,513 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.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
constitution
Create or update the project constitution from interactive or provided principle inputs.