Jsdoc Typescript Docs
Generates comprehensive JSDoc and TypeScript documentation from JavaScript/TypeScript code, enhancing project maintainability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add monkey1sai-jsdoc-typescript-docs npx -- -y @trustedskills/monkey1sai-jsdoc-typescript-docs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"monkey1sai-jsdoc-typescript-docs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/monkey1sai-jsdoc-typescript-docs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automatically generates JSDoc and TypeScript documentation from your codebase. It parses JavaScript and TypeScript files, extracts comments formatted according to JSDoc conventions, and outputs them in a structured format suitable for publishing as API reference materials. The generated documentation can be customized with themes and configurations.
When to use it
- Creating API Documentation: Quickly generate comprehensive documentation for your JavaScript or TypeScript libraries or APIs.
- Internal Developer Resources: Produce clear and concise documentation for internal teams working on complex projects.
- Automated Documentation Updates: Integrate into a CI/CD pipeline to keep documentation synchronized with code changes.
- Generating Readme Content: Extract key function descriptions and usage examples for inclusion in project README files.
Key capabilities
- Parses JavaScript and TypeScript files.
- Extracts JSDoc comments.
- Generates structured documentation output.
- Customizable themes and configurations.
Example prompts
- "Generate JSDoc documentation for the
src/directory." - "Create API reference documentation in Markdown format from my TypeScript project."
- "Document all functions in
lib/utils.jswith detailed descriptions."
Tips & gotchas
- Ensure your code uses proper JSDoc syntax for accurate extraction and documentation generation.
- The quality of the generated documentation depends heavily on the clarity and completeness of the JSDoc comments within your codebase.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.