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

  1. Document public interfaces
  2. Add JSDoc to functions
  3. Comment complex logic
  4. Create module README
  5. Keep docs in sync
Installs
3
GitHub Stars
1
First Seen
Mar 15, 2026
code-documentation — vihang-hub/integrated-sdlc-framework