Sync documentation with the codebase, generating from source-of-truth files.
From clarcnpx claudepluginhub marvinrichter/clarc --plugin clarc/update-docsGenerates script references, env var docs from source files like package.json and .env.example, updates CONTRIBUTING.md and RUNBOOK.md, checks doc staleness, and shows update summary.
/update-docsUpdates implementation documentation: reviews specs/status/testing results, marks completed tasks, updates percentages, adds best practices/lessons to phase docs, CLAUDE.md, README.md.
/update-docsUpdates implementation documentation: reviews specs/status/testing results, marks completed tasks, updates percentages, adds best practices/lessons to phase docs, CLAUDE.md, README.md.
/update-docsSyncs documentation from package.json scripts and .env.example, generating docs/CONTRIB.md (dev workflow, scripts, env, testing) and docs/RUNBOOK.md (deployment, monitoring, issues, rollback). Identifies obsolete docs and shows diff.
/update-docsUpdates project docs: consolidates redundancies, debloats per style rules, detects AI slop, syncs capabilities, verifies accuracy via LSP. Supports --skip-* flags, --strict, --book-style.
/update-docsUpdates project documentation from source-of-truth files like package.json, .env.example, openapi.yaml, and Dockerfiles; generates script refs, env docs, contributing guide, runbook; checks staleness.
Sync documentation with the codebase, generating from source-of-truth files.
contributing — updates CONTRIBUTING.mdtour — generates/updates docs/onboarding/architecture-tour.mdchangelog — generates changelog entries from recent commits| Source | Generates |
|---|---|
package.json scripts | Available commands reference |
.env.example | Environment variable documentation |
openapi.yaml / route files | API endpoint reference |
| Source code exports | Public API documentation |
Dockerfile / docker-compose.yml | Infrastructure setup docs |
package.json (or Makefile, Cargo.toml, pyproject.toml)| Command | Description |
|---------|-------------|
| `npm run dev` | Start development server with hot reload |
| `npm run build` | Production build with type checking |
| `npm test` | Run test suite with coverage |
.env.example (or .env.template, .env.sample)| Variable | Required | Description | Example |
|----------|----------|-------------|---------|
| `DATABASE_URL` | Yes | PostgreSQL connection string | `postgres://user:pass@host:5432/db` |
| `LOG_LEVEL` | No | Logging verbosity (default: info) | `debug`, `info`, `warn`, `error` |
Generate or update docs/CONTRIBUTING.md with:
Generate or update docs/RUNBOOK.md with:
Documentation Update
──────────────────────────────
Updated: docs/CONTRIBUTING.md (scripts table)
Updated: docs/ENV.md (3 new variables)
Flagged: docs/DEPLOY.md (142 days stale)
Skipped: docs/API.md (no changes detected)
──────────────────────────────
<!-- AUTO-GENERATED --> markers around generated sections/code-review — review documentation changes/release — include doc updates in the next release