Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Generate and maintain documentation with drift detection
Generate docs via MCP worker dispatch:
mcp__claude-flow__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:
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" })
npx skills add ruvnet/ruflo --skill doc-genHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.