From code-analyzer
文档清单更新。当生成新的分析文档后、需要更新 manifest.md 时触发。 扫描 docs/code-analyzer/ 目录,从 frontmatter 提取元信息更新文档清单。
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-analyzer:update-manifestThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
调用脚本扫描文档目录,生成 manifest。
调用脚本扫描文档目录,生成 manifest。
输出:[update-manifest] 开始更新文档清单
node ${CLAUDE_PLUGIN_ROOT}/scripts/update-manifest.js
脚本会自动:
./docs/code-analyzer/*.md(排除 manifest.md)./docs/code-analyzer/manifest.md脚本输出扫描结果:完成:发现 N 个文档,跳过 M 个
npx claudepluginhub hproof/claude-market-gamedev --plugin code-analyzerAnalyzes codebase structure and updates README.md and docs/ directories to reflect current code state, including changes since last doc update. Triggers on 'update docs' or staleness checks.
Updates, refreshes, optimizes, and cleans up CLAUDE.md by exploring codebase, removing stale content, and restructuring for scannability. Use when docs are out of sync.
Scans .claude/ directories for skills, commands, and agents, extracts metadata, compares to existing CLAUDE.md files, and updates documentation by adding missing entries, removing stale ones, and fixing counts.