How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-docs:doc-genThis 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" })
npx claudepluginhub p/battlefield-art-ruflo-docs-plugins-ruflo-docsRuns an interview-style session to sharpen a plan or design, producing ADRs and a glossary as you go.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility, animations, styling, testing, and CLI tooling.
Helps research, outline, and refine written content with citations and section-by-section feedback. Preserves your voice while improving hooks, flow, and clarity.
2plugins reuse this skill
First indexed Jun 13, 2026