en un clic
doc-gen
Generate and maintain documentation with drift detection
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Generate and maintain documentation with drift detection
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Run one Codex-managed autopilot iteration using Ruflo MCP or CLI state
Use learned patterns and current state to predict the optimal next Codex action
Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task
Initialize a new Ruflo project with MCP tools, hooks, and agent configuration
Observe Ruflo swarm status from Codex with bounded checks
Initialize a Ruflo swarm and coordinate Codex-native follow-up work
| name | doc-gen |
| description | Generate and maintain documentation with drift detection |
| argument-hint | [--target PATH] |
| allowed-tools | Bash(npx *) mcp__claude-flow__hooks_worker-dispatch mcp__claude-flow__memory_store Read Write |
Generate docs via MCP worker dispatch:
mcp__claude-flow__hooks_worker-dispatch({ trigger: "document" })
Detect drift by comparing current code against existing docs and flagging inconsistencies.
For continuous doc maintenance, use an external scheduler or CI job to trigger the document worker periodically.
Scoped generation:
npx @claude-flow/cli@latest hooks worker dispatch --trigger document --scope apinpx @claude-flow/cli@latest hooks worker dispatch --trigger document --scope fullStore the approach: mcp__claude-flow__memory_store({ key: "doc-pattern", value: "APPROACH", namespace: "patterns" })