Skills Development Generate and Manage Project Documentation

Generate and Manage Project Documentation

v20260716
doc-gen
This tool provides comprehensive functionality for generating, updating, and maintaining project documentation. It excels at detecting 'documentation drift' by comparing the current codebase against existing documentation, flagging any inconsistencies. Users can scope generation to specific APIs or the entire project, and set up recurring maintenance schedules using cron triggers.
Get Skill
147 downloads
Overview

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" })

Info
Category Development
Name doc-gen
Version v20260716
Size 1.06KB
Updated At 2026-07-18
Language