技能 编程开发 文档生成、维护与漂移检测

文档生成、维护与漂移检测

v20260716
doc-gen
该工具提供全面的文档生成、更新和维护能力。它核心功能之一是执行“文档漂移检测”,通过比较代码库和现有文档,自动识别并标记任何不一致之处。支持按API或整个项目范围生成文档,并可设置定时任务进行持续维护。
获取技能
147 次下载
概览

Generate docs via MCP worker dispatch: mcp__plugin_ruflo-core_ruflo__hooks_worker-dispatch({ trigger: "document" })

For continuous doc maintenance via CronCreate: CronCreate({ schedule: "0 */2 * * *", prompt: "Run document worker" })

Detect drift by comparing current code against existing docs and flagging inconsistencies.

Scoped generation:

  • API docs: npx @claude-flow/cli@latest hooks worker dispatch --trigger document --scope api
  • Full project: npx @claude-flow/cli@latest hooks worker dispatch --trigger document --scope full

Store the approach: mcp__plugin_ruflo-core_ruflo__memory_store({ key: "doc-pattern", value: "APPROACH", namespace: "patterns" })

信息
Category 编程开发
Name doc-gen
版本 v20260716
大小 1.06KB
更新时间 2026-07-18
语言