Help us improve
Share bugs, ideas, or general feedback.
Syncs documentation with the codebase by generating from source-of-truth files like package.json scripts, environment templates, API schemas, and source exports. Produces script references, environment docs, contributing guides, and runbooks.
npx claudepluginhub littlebearbond/everything-claude-codeHow this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:update-docsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Update Documentation Sync documentation with the codebase, generating from source-of-truth files. ## Step 1: Identify Sources of Truth | 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 | ## Step 2: Generate Script Reference 1. Read `package.json` (or `Makefile`, `Cargo.toml`, `pyproject.toml`) 2. Extract...
/update-docsSyncs documentation with the codebase by generating from source-of-truth files like package.json scripts, environment templates, API schemas, and source exports. Produces script references, environment docs, contributing guides, and runbooks.
/update-docsSynchronizes project documentation from source-of-truth files — generates script references, env variable docs, contributing guides, and runbooks while flagging stale content for review.
/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.
/docsManage project documentation: generate for targets, sync with code changes, validate links/references, check health metrics, update stale info via flags or natural language.
/docsValidate, generate, update, and check status of project documentation including links, accuracy, structure, and completeness. Produces quality scores and reports.
/update-docsSynchronizes and updates project documentation: README with features/changes, API docs with code, CHANGELOG entries, and docstrings. Optional specific focus area.
Share bugs, ideas, or general feedback.
Sync documentation with the codebase, generating from source-of-truth files.
| 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