From ruflo-docs
Generate API documentation from source code with JSDoc and OpenAPI support
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-docs:api-docs <source-path><source-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 API documentation from TypeScript/JavaScript source:
Generate API documentation from TypeScript/JavaScript source:
@param, @returns, @throws, @example annotationsDispatch via MCP: mcp__claude-flow__hooks_worker-dispatch({ trigger: "document", scope: "api" })
Conventions:
@param with type and description@returns with type and description@throws for known error conditions@example for non-obvious usage19plugins reuse this skill
First indexed Jun 15, 2026
Showing the 6 earliest of 19 plugins
npx claudepluginhub dsj7419/claude-flow --plugin ruflo-docsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.