jsdoc-gen

Installation
SKILL.md

JSDoc Generator

Your exported functions have no documentation. This tool adds JSDoc or TSDoc comments to all your exports without touching the actual code logic.

One command. Zero config. Just works.

Quick Start

npx ai-docs src/ --style jsdoc

What It Does

  • Adds JSDoc/TSDoc comments to exported functions and classes
  • Describes parameters, return values, and exceptions
  • Preserves all existing code and comments
  • Works on files, directories, or glob patterns
Installs
5
First Seen
Mar 21, 2026
jsdoc-gen from skills.volces.com