How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-docs:doc-gen [--target PATH][--target PATH]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate docs via MCP worker dispatch:
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" })
Runs an interactive grilling session that sharpens plans or designs and generates ADRs and glossary documentation.
Routes gstack requests to the correct skill (planning, review, QA, shipping, debugging, etc.). Use when invoking gstack without a specific skill or to determine which skill fits.
Generates Angular code and provides architectural guidance. Activates when creating projects, components, services, or discussing best practices for signals, forms, routing, SSR, accessibility, and testing.
6plugins reuse this skill
First indexed Jun 15, 2026
npx claudepluginhub p/ali7040-ruflo-docs-plugins-ruflo-docs