ruvnet/ruflo776 installs
api-docs
Generate API documentation from source code with JSDoc and OpenAPI support
How do I install this agent skill?
npx skills add https://github.com/ruvnet/ruflo --skill api-docsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill automates the generation of API documentation from source code. Its primary security risk is indirect prompt injection, where malicious instructions embedded in the code comments or strings being analyzed could influence the agent's behavior.
- Socketwarn
1 alert: gptAnomaly
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/ruvnet/ruflo/api-docs">View api-docs on skillZs</a>