Help us improve
Share bugs, ideas, or general feedback.
Synchronizes documentation from package.json scripts and .env.example: generates docs/CONTRIB.md (dev workflow, scripts, env setup, tests) and docs/RUNBOOK.md (deploy, monitoring, issues, rollback), flags outdated docs, shows diff summary.
npx claudepluginhub codelably/harmony-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) 从单一事实来源(Source-of-truth)同步文档: 1. 读取 `package.json` 中的 `scripts` 章节 - 生成脚本参考表 - 包含来自注释的说明描述 2. 读取 `.env.example` - 提取所有环境变量 - 记录变量用途与格式 3. 生成 `docs/CONTRIB.md`,内容包含: - 开发工作流(Development workflow) - 可用脚本 - 环境搭建 - 测试流程 4. 生成 `docs/RUNBOOK.md`,内容包含: - 部署流程 - 监控与告警 - 常见问题与修复 - 回滚流程 5. 识别过时文档: - 查找 90 天以上未修改的文档 - 列出清单以供人工核查 6. 显示差异(diff)摘要 单一事实来源(Single source of truth):`package.json` 和 `.env.example`
/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-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 source-of-truth files (scripts, schemas, routes, exports) generating reference tables, contributing guides, runbooks, and env docs with staleness checks.
/fec-doc-syncSynchronizes front-end project documentation (README, env vars, API routes, deployment steps) from code sources of truth, then runs consistency checks.
/docsManage project documentation: generate for targets, sync with code changes, validate links/references, check health metrics, update stale info via flags or natural language.
/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.
Share bugs, ideas, or general feedback.
从单一事实来源(Source-of-truth)同步文档:
读取 package.json 中的 scripts 章节
读取 .env.example
生成 docs/CONTRIB.md,内容包含:
生成 docs/RUNBOOK.md,内容包含:
识别过时文档:
显示差异(diff)摘要
单一事实来源(Single source of truth):package.json 和 .env.example