From jeremylongshore-claude-code-plugins-plus-skills
Generates JSDoc comments for functions, classes, and methods with TypeScript support. Useful for improving code documentation and API docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:jsdoc-comment-generatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for jsdoc comment generator tasks within the Technical Documentation domain.
This skill provides automated assistance for jsdoc comment generator tasks within the Technical Documentation domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with jsdoc comment generator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Technical Documentation skill category. Tags: documentation, markdown, api-docs, readme, technical-writing
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigGenerates clear code documentation using language-specific standards like JSDoc, Python docstrings, JavaDoc, and inline comments.
Generates JSDoc for JS/TS, docstrings for Python, Rustdoc, Javadoc, GoDoc, READMEs, and API docs by analyzing code signatures, params, returns, and examples.
Automatically generates documentation comments and docstrings for code functions/classes, matching project style or language conventions like Google/NumPy for Python, JSDoc for JS/TS, godoc for Go.