How to install api-docs
npx skills add https://github.com/ruvnet/ruflo --skill api-docsClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from ruvnet/ruflo.
name: api-docs description: Generate API documentation from source code with JSDoc and OpenAPI support argument-hint: "<source-path>" allowed-tools: Bash(npx *) mcp__claude-flow__hooks_worker-dispatch Read Write Grep
Generate API documentation from TypeScript/JavaScript source:
- Scan exports: Find all public functions, classes, and interfaces
- Extract JSDoc: Parse
@param,@returns,@throws,@exampleannotations - Generate missing docs: Add JSDoc for undocumented public APIs
- OpenAPI spec: For HTTP endpoints, generate OpenAPI 3.0 definitions
Dispatch via MCP: mcp__claude-flow__hooks_worker-dispatch({ trigger: "document", scope: "api" })
Conventions:
- Every public export must have a JSDoc comment
- Include
@paramwith type and description - Include
@returnswith type and description - Include
@throwsfor known error conditions - Include
@examplefor non-obvious usage
Related skills
More from ruvnet/ruflo and the wider catalog.
AG
agent-arch-system-design
ruvnet/ruflo
Agent skill for arch-system-design - invoke with $agent-arch-system-design
1.1k installs
AG
agent-workflow
ruvnet/ruflo
Agent skill for workflow - invoke with $agent-workflow
1.1k installsAudited
WO
workflow-automation
ruvnet/ruflo
>
1.1k installs
SE
security-audit
ruvnet/ruflo
>
1.1k installs
AG
agent-swarm
ruvnet/ruflo
Agent skill for swarm - invoke with $agent-swarm
998 installsAudited
AG
agent-spec-mobile-react-native
ruvnet/ruflo
Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native
979 installsAudited