jsdoc-tsdoc
JavaScript and TypeScript documentation generation using JSDoc and TSDoc. Parse source code, generate API documentation, validate coverage, and integrate with TypeDoc for comprehensive developer documentation.
npx skills add a5c-ai/babysitter --skill jsdoc-tsdoc --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# JSDoc/TSDoc Skill Generate and validate JavaScript and TypeScript documentation using industry-standard JSDoc and TSDoc conventions with TypeDoc integration. ## Capabilities - Parse JSDoc comments from JavaScript source code - Parse TSDoc comments from TypeScript source code - Generate API documentation with TypeDoc - Validate documentation coverage and completeness - Enforce documentation standards with ESLint plugins - Support custom JSDoc/TSDoc tags - Type inference and documentation alignment - Generate multiple output formats (HTML, Markdown, JSON) ## Usage Invoke this skill when you need to: - Document JavaScript/TypeScript libraries and APIs - Generate API reference documentation - Audit documentation coverage - Set up automated documentation pipelines - Validate doc comments match implementation ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | projectPath | string | Yes | Root path of the JS/TS project | | entryPoints | array | No | Specific files/directories to document | | outputDir | string | No | Documentation output directory (default: docs) | | outputFormat | string | No | html, markdown, json (default: html) |
- Capabilities
- Usage
- Inputs
- Input Example
- Output Structure
- JSDoc Comment Patterns
- Function Documentation
- Class Documentation
- TSDoc Comment Patterns
- Package Documentation
- Function with Overloads
- Interface Documentation
- TypeDoc Configuration
- typedoc.json
What does the jsdoc-tsdoc skill do?
JavaScript and TypeScript documentation generation using JSDoc and TSDoc. Parse source code, generate API documentation, validate coverage, and integrate with TypeDoc for comprehensive developer documentation.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill jsdoc-tsdoc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
