What problem does it solve?
Produces up-to-date technical documentation that stays consistent with the current codebase, avoiding stale READMEs, incorrect API docs, and missing inline guidance.
Core Features & Use Cases
- Documentation generation across formats: Creates README content, JSDoc/TSDoc comments, API documentation, and changelogs for version updates.
- Code-aligned accuracy: Reads and understands the actual source code to capture behavior, parameters, return values, side effects, and error conditions so the docs match reality.
- Use cases: Documenting a function with proper JSDoc/TSDoc, generating a project README for an Express/API service, and producing changelog entries for a release.
Quick Start
Tell the Skill what you want to document (for example, the module or function name and the doc type like README, JSDoc/TSDoc, API docs, or changelog) and provide the relevant code or repository connection so it can generate copy-paste-ready documentation that matches the current implementation.