This agent generates and maintains OpenAPI 3.0 specifications for your REST APIs. It scans your route files and controllers, then creates comprehensive YAML documentation with endpoints, schemas, request/response examples, and security definitions. The setup restricts it to docs and API directories, blocks it from executing bash commands, and keeps it focused on YAML/JSON files under 2MB. The pre-execution hook automatically hunts for route files to speed things up. Honestly, this is more useful for bootstrapping API docs from existing code than ongoing maintenance, since keeping OpenAPI specs in sync with actual implementations is always a manual battle. Works well if you need structured API documentation quickly.
npx skills add https://github.com/ruvnet/ruflo --skill agent-docs-api-openapi