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.
git clone --depth 1 https://github.com/strikersam/autonomous-ai-agencyWrote 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/commands/strikersam/autonomous-ai-agency/docs-update)<a href="https://agentmods.dev/commands/strikersam/autonomous-ai-agency/docs-update"><img src="https://agentmods.dev/badge/commands/strikersam/autonomous-ai-agency/docs-update/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/strikersam/autonomous-ai-agency/docs-update"><img src="https://agentmods.dev/badge/commands/strikersam/autonomous-ai-agency/docs-update.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00709 |
| Opus 5 | $0.00000 | $0.00354 |
| Sonnet 5 | $0.00000 | $0.00142 |
| Haiku 4.5 | $0.00000 | $0.00071 |
Grade A, and why
docs-update 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 6d 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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/docs-update — Documentation Agent
Keep documentation in sync with the codebase after code changes.
When to use
- After any PR that changes module behavior, API endpoints, or env vars
- When CLAUDE.md references feel stale
- When new features are added without documentation
- Monthly documentation health check
Steps
-
Identify what changed
git diff main..HEAD --name-only -
Map files to documentation
Changed File Docs to Update proxy.py(new endpoint)docs/api-surfaces.mdproxy.py(new env var)docs/configuration-reference.md,.env.examplerouter/docs/model-routing.md,router/CLAUDE.mdagent/loop.pydocs/architecture/agent-orchestration.md,agent/CLAUDE.mdagent/tools.pyagent/CLAUDE.mdNew service docs/architecture/overview.mdAuth change admin_auth.pyinline docs,docs/admin-dashboard.mdNew workflow docs/architecture/requirements.txtaudit/dependency-analysis.md -
Check changelog
- Is the change documented under
## [Unreleased]indocs/changelog.md? - If not, add an entry now
- Is the change documented under
-
Check API surfaces document
# Find new endpoints in proxy.py grep -n "@app\.\(get\|post\|put\|delete\|patch\)" proxy.py | \ grep -v "# already documented" -
Check configuration reference
# Find new env vars grep -n "os.environ.get" proxy.py backend/server.py | \ grep -v "already documented" | head -30 -
Update CLAUDE.md files
- Root
CLAUDE.md: if codebase map changes - Module
CLAUDE.md: if module contracts or invariants change AGENTS.md: if agent roles, commands, or security requirements change
- Root
-
Validate doc links
# Check for broken internal links grep -rn "\[.*\](docs/" *.md docs/*.md 2>/dev/null | while read line; do path=$(echo $line | grep -o '(docs/[^)]*)') path=${path:1:${#path}-2} if [ ! -f "$path" ]; then echo "BROKEN LINK: $line → $path" fi done
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.
- 6d ago First seen · 78 lines · 0 tokens per session scan A 6c181ce2b263
docs-update is a command published in the GitHub repository strikersam/autonomous-ai-agency (8 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 709 tokens. 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 commands, from other repositories
status
Display project status, active tracks, and next actions.
continue
Detects current wave progress for a feature and resumes at the next step. Scans docs/feature/ for artifacts.
portfolio
Show a read-only hub-wide portfolio of canonical Ideas and active Projects without duplicating topic-owned records.
amend-plan
Plan Amend - Discuss and apply amendments to a plan.json implementation plan.
dashboard-session-fork
Fork a session into a new one. Usage /dashboard:session-fork.
dashboard-session-hide
Hide a session from the dashboard list. Usage /dashboard:session-hide.