What problem does it solve?
This Skill automates the creation of various types of documentation, from inline code comments to comprehensive API references and user guides, reducing the manual effort and ensuring consistency.
Core Features & Use Cases
- Inline Documentation: Generates JSDoc/docstrings for functions, including parameters, returns, and exceptions.
- API References: Creates detailed documentation for API endpoints, including request/response schemas and usage examples.
- User Guides: Develops user-focused tutorials and implementation patterns.
- Use Case: A developer needs to document a new authentication module. They can use this skill to generate inline comments for the code, create an API reference for the endpoints, and produce a brief user guide explaining how to integrate it.
Quick Start
Use the sc-document skill to generate inline documentation for the file src/auth/login.js.