بنقرة واحدة
doc-gen
Generate and maintain documentation with drift detection
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate and maintain documentation with drift detection
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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" })