using-jsdoc
Installation
SKILL.md
JSDoc Documentation Guide
Comprehensive guide for documenting JavaScript and TypeScript code using JSDoc standard comments.
Overview
JSDoc is a markup language for annotating JavaScript source code with type information and documentation. This skill provides:
- Complete JSDoc tag reference based on jsdoc.app
- Type expression syntax for both JavaScript and TypeScript
- Patterns for documenting functions, classes, types, and modules
- Best practices with good/bad examples
- Integration guidance for TypeScript projects