Ruflo Docs
Plugin Verified ActiveDocumentation generation, API docs (JSDoc/TSDoc/OpenAPI), and drift detection — drives the `document` background worker via hooks_worker-dispatch; uses Haiku model for cost-efficient docs work
To streamline and automate the creation and maintenance of project documentation, ensuring code and documentation stay synchronized and reducing manual effort.
Features
- Automated documentation generation
- API documentation from JSDoc/TSDoc/OpenAPI
- Drift detection between code and docs
- Integration with background document worker
- Namespace coordination for drift state
Use Cases
- Automatically generate API reference docs from source code
- Detect and flag when documentation falls out of sync with code changes
- Ensure code and documentation remain consistent
- Streamline the documentation process for complex projects
Non-Goals
- Performing destructive file operations
- Managing user secrets
- Sending telemetry data over the network
Workflow
- Identify documentation needs
- Analyze source code for public APIs and existing docs
- Detect drift between code and docs
- Generate or update documentation
- Dispatch document worker for large-scale generation
Prerequisites
- `ruflo-core` plugin
- CLI v3.6+ (for specific invocations)
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-docs@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Context7 Plugin
100Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Claude Hud
100Real-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progress
Testing Handbook Skills
99Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)
Documentation Generation
97OpenAPI specification generation, Mermaid diagram creation, tutorial writing, API reference documentation