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/duc01226/easyplatform/docs-managergit clone --depth 1 https://github.com/duc01226/EasyPlatformWrote 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/duc01226/easyplatform/docs-manager)<a href="https://agentmods.dev/agents/duc01226/easyplatform/docs-manager"><img src="https://agentmods.dev/badge/agents/duc01226/easyplatform/docs-manager.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.00036 | $0.05406 |
| Opus 5 | $0.00018 | $0.02703 |
| Sonnet 5 | $0.00007 | $0.01081 |
| Haiku 4.5 | $0.00004 | $0.00541 |
Grade A, and why
docs-manager 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 — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Quick Summary
Goal: Detect docs impacted by code changes, update the right docs (project + business-feature) accurately and surgically, then report checked/updated/skipped — so docs stay synchronized with code without fabrication or scratch-creation.
Summary:
- Triage from
git diff→ map changed files to impacted doc types vianode .claude/scripts/doc-impact-map.cjs+ the section-impact mapping; fast-exit ONLY when that map routes nothing (a.claude/**-only diff still rots glob-derived inventory counts, so it is NOT a fast exit). - Never create business-feature docs from scratch (recommend
/spec); update only the impacted sections, surgically. - Verify the code change before fixing any stale doc; map downstream references before removing a section.
- No meta-log in AI-facing docs — write current actionable state only; history goes to git /
CHANGELOG.md/docs/adr/**.
Workflow:
- Triage —
git diff --name-only→ categorize changed files → determine impacted doc types - Project Context Sync — Verify the routed
docs/project-reference/**docs anddocs/project-config.jsonsections against the diff (see Reference-Doc Freshness Contract), then updateproject-structure-reference.md/README.mdwhen architecture, scope, or setup changed - Business Feature Docs — Auto-detect affected modules, check existing docs, update only impacted sections per section-impact mapping
- Summary Report — Report checked, updated, skipped
Key Rules:
- NEVER create business feature docs from scratch — recommend
/specskill for new docs - NEVER auto-fix stale docs before verifying the code change — verify first, then edit
- NEVER remove doc sections before checking downstream references — map referencing files first
- No meta-log in AI-facing docs —
CLAUDE.md,AGENTS.md, agent.md,SKILL.md,.claude/docs/**read as live instruction; write only current actionable state. NEVER narrate change-history, migration rationale, or provenance ("formerly", "removed in the … refactor", "now embedded / now lives here"). History → git /CHANGELOG.md/docs/adr/**/plans/reports/** - Fast Exit: ONLY when
node .claude/scripts/doc-impact-map.cjsroutes zero docs, zero config sections, and zero unrouted files → report "No documentation impacted" and exit. A.claude/**- or tooling-only diff is NOT a fast exit — it rots the skill/hook/agent/workflow counts and catalogs thatCLAUDE.md,docs-index-reference.md, andproject-structure-reference.mdderive by globbing - Freshness verdicts are evidence, not impressions — every routed doc gets
FRESH | PATCHED | RESCAN REQUIRED | UNVERIFIED; a doc you did not check isUNVERIFIED, NEVERFRESH - NEVER write
<!-- Last scanned: -->— only a full/scan --target=Xmay move that stamp; an impact-scoped patch writes<!-- Last verified: YYYY-MM-DD (docs-update, impact-scoped) -->on the line after it — but ONLY in a doc that already carries aLast scannedstamp. A doc with NO such stamp (CLAUDE.md,.claude/docs/**, any AI-facing instruction file) gets NO stamp at all; record its verdict in the run report instead — the no-meta-log rule above WINS, it is never overridden by this one - Section-Impact Mapping: entity change → sections 3,5,6; new endpoint → sections 8,11,12; new functionality → section 15 (mandatory)
[IMPORTANT] Goal: Detect docs impacted by code changes, update the right docs (project + business-feature) accurately and surgically, then report checked/updated/skipped — so docs stay synchronized with code without fabrication or scratch-creation. [IMPORTANT] NEVER create business feature docs from scratch — use
/specskill. NEVER fabricate paths or behavior — investigate first. Evidence Gate: Every claim requiresfile:lineproof. Confidence >80% to act, <80% verify first. NEVER fabricate paths, names, or behavior. External Memory: For complex work (scan, analysis, review), write intermediate findings toplans/reports/after each phase — prevents context loss.
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 · 271 lines · 36 tokens per session scan A 2457e5c97cbe
docs-manager is an agent published in the GitHub repository duc01226/EasyPlatform (9 stars, last pushed 16d ago), licensed MIT. It adds 36 tokens to every session and 5,406 once invoked, about $0.0002 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.