code-documentation
Installation
SKILL.md
Code Documentation
Purpose
Write clear documentation within code using JSDoc, inline comments, and README files.
When to Use
- Public function documentation
- Complex logic explanation
- API documentation
- Module overviews
Process
- Document public interfaces
- Add JSDoc to functions
- Comment complex logic
- Create module README
- Keep docs in sync