plugins/code-analyzer/skills/update-manifest/SKILL.md
文档清单更新。当生成新的分析文档后、需要更新 manifest.md 时触发。 扫描 docs/code-analyzer/ 目录,从 frontmatter 提取元信息更新文档清单。
npx skillsauth add hproof/claude-market-gamedev update-manifestInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
调用脚本扫描文档目录,生成 manifest。
输出:[update-manifest] 开始更新文档清单
node ${CLAUDE_PLUGIN_ROOT}/scripts/update-manifest.js
脚本会自动:
./docs/code-analyzer/*.md(排除 manifest.md)./docs/code-analyzer/manifest.md脚本输出扫描结果:完成:发现 N 个文档,跳过 M 个
tools
和用户玩猜数字游戏
tools
向用户问好并显示当前系统信息。 当用户输入 /hello 或说"你好"、"打个招呼"、"显示系统信息"时触发。 适用于用户想要了解当前环境或测试插件是否正常工作。
tools
模块深度分析。当用户要求"分析 XX 模块"、"深入分析 XX"、"XX 模块的结构和依赖"时触发。 对指定模块进行结构和关键流程的综合分析,包括目录结构、类关系、依赖和关键流程。
tools
项目整体代码扫描。当用户要求"分析项目结构"、"扫描项目"、"了解项目模块分布"时触发。 识别模块分布(第三方库、底层模块、业务模块),明确各模块边界和层级关系。