Scans your TypeScript or JavaScript codebase to extract JSDoc comments and generate API documentation, including OpenAPI 3.0 specs for HTTP endpoints. It finds public exports, parses parameter and return type annotations, and can fill in missing documentation where needed. The skill enforces conventions like requiring JSDoc comments on all public APIs and including examples for complex usage. Honestly, this is most useful when you've inherited a codebase with spotty documentation or need to quickly bootstrap API docs from existing code comments. It won't write your documentation strategy for you, but it handles the tedious extraction and formatting work.
npx skills add https://github.com/ruvnet/ruflo --skill api-docs