update-docs

update-docs is a command for Claude Code from joneqian/claude-skills-suite. It costs 0 tokens per session (163 once invoked), scanned C, a copy of update-docs, MIT.

A command that rebuilds project documentation from package.json and .env.example, the files that define project scripts and environment settings.

In plain words
What is it for?
Use it to generate contributor and operations guides, document scripts and environment variables, identify old documentation for review, and view a summary of the changes.
Why use it?
It reduces the chance that setup, testing, deployment, and troubleshooting instructions become outdated when the project configuration changes.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to generate contributor and operations guides, document scripts and environment variables, identify old documentation for review, and view a summary of the changes.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/joneqian/claude-skills-suite/update-docs
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.

Clone the repo
git clone --depth 1 https://github.com/joneqian/claude-skills-suite

Made for: Claude Code.

Wrote 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.

agentmods badge for update-docs

README.md
[![agentmods](https://agentmods.dev/badge/commands/joneqian/claude-skills-suite/update-docs/github.svg)](https://agentmods.dev/commands/joneqian/claude-skills-suite/update-docs)
Your own site
<a href="https://agentmods.dev/commands/joneqian/claude-skills-suite/update-docs"><img src="https://agentmods.dev/badge/commands/joneqian/claude-skills-suite/update-docs/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.

agentmods 80×15 button for update-docs

Your own site · 80×15
<a href="https://agentmods.dev/commands/joneqian/claude-skills-suite/update-docs"><img src="https://agentmods.dev/badge/commands/joneqian/claude-skills-suite/update-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 163 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00163
Opus 5 $0.00000 $0.00081
Sonnet 5 $0.00000 $0.00033
Haiku 4.5 $0.00000 $0.00016

Measured 9d ago against content hash 752fc73c254d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 9d 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 — 5 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 · 32 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. 9d ago First seen · 32 lines · 0 tokens per session scan C 752fc73c254d

Subscribe to this mod's changes

update-docs is a command published in the GitHub repository joneqian/claude-skills-suite (32 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 163 tokens. A static security scan graded it C with 1 finding (harvests environment variables). It is 91% identical to update-docs, differing in 5 lines, and is treated as a copy.