/update-docs

A documentation updater that builds contributor and operations guides from project files such as package.json and .env.example.

In plain words
What is it for?
Use it to document scripts, environment settings, development, testing, deployment, monitoring, troubleshooting and rollbacks.
Why use it?
It reduces the gap between how a project actually works and what its documentation says. It also identifies older documentation for manual review.

Command

Install

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.

agentmods
npx agentmods add commands/mckruz/claude-code-mastery/update-docs
Clone the repo
git clone --depth 1 https://github.com/MCKRUZ/claude-code-mastery
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 233 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00029 $0.00233
Opus 5 $0.00015 $0.00117
Sonnet 5 $0.00006 $0.00047
Haiku 4.5 $0.00003 $0.00023

Measured 2d ago against content hash b68ecec043be, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

/update-docs scanned grade C with 1 finding 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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

- Extract all environment variables
cursor-export/commands/update-docs.md · 41 lines

What it actually says

Update Documentation

Sync documentation from source-of-truth files to keep docs accurate and current.

Workflow

  1. Read package.json scripts section

    • Generate scripts reference table
    • Include descriptions from comments
  2. Read .env.example

    • Extract all environment variables
    • Document purpose and format
  3. Generate docs/CONTRIB.md with:

    • Development workflow
    • Available scripts
    • Environment setup
    • Testing procedures
  4. Generate docs/RUNBOOK.md with:

    • Deployment procedures
    • Monitoring and alerts
    • Common issues and fixes
    • Rollback procedures
  5. Identify obsolete documentation:

    • Find docs not modified in 90+ days
    • List for manual review
  6. Show diff summary

Source of Truth

Single source of truth: package.json and .env.example. All generated documentation derives from these files.

Changes

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.

  1. 2d ago First seen · 41 lines · 29 tokens per session scan C b68ecec043be

Subscribe to this mod's changes

/update-docs is a command published in the GitHub repository MCKRUZ/claude-code-mastery (11 stars, last pushed 4mo ago), licensed MIT. It adds 29 tokens to every session and 233 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.