jsdoc
Installation
SKILL.md
JSDoc - Quick Reference
When NOT to Use This Skill
- TypeScript projects - Use the
jsdoc-tsdocskill for TSDoc and TypeScript-specific patterns - JSDoc generation config - This is for writing JSDoc comments, not configuring the tool
- Complex type systems - TypeScript provides better type checking than JSDoc annotations
- API documentation hosting - Use documentation platforms (TypeDoc, Docusaurus, etc.)
Deep Knowledge: Use
mcp__documentation__fetch_docswith technology:jsdocfor comprehensive tag reference, type expressions, and generation options.