update-docs

A command that updates project documentation from the files that define the project’s scripts and environment settings.

In plain words
What is it for?
Use it to document package scripts and environment variables, generate contributor and operations guides, and identify old documentation for review.
Why use it?
It keeps setup, development, testing, deployment, and troubleshooting instructions aligned with the current project configuration.

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/rohirik/claude-code-config/update-docs
Clone the repo
git clone --depth 1 https://github.com/RohiRIK/claude-code-config
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 183 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin 91% copy Near-identical to another mod 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.00007 $0.00183
Opus 5 $0.00003 $0.00092
Sonnet 5 $0.00001 $0.00037
Haiku 4.5 $0.00001 $0.00018

Measured 2d ago against content hash d215174373ba, 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
Origin

This is a copy

91% identical to update-docs — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

commands/update-docs.md · 37 lines

What it actually says

Update Documentation

Sync documentation from source-of-truth:

  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

Single source of truth: package.json and .env.example

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 · 37 lines · 7 tokens per session scan C d215174373ba

Subscribe to this mod's changes

update-docs is a command published in the GitHub repository RohiRIK/claude-code-config (10 stars, last pushed 1mo ago), licensed MIT. It adds 7 tokens to every session and 183 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). It is 91% identical to update-docs, differing in 4 lines, and is treated as a copy.