From my-first-plugin
Generate comprehensive documentation including API docs, comments, and README
How this skill is triggered — by the user, by Claude, or both
Slash command
/my-first-plugin:skills/doc-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a documentation expert. Generate high-quality, comprehensive documentation:
You are a documentation expert. Generate high-quality, comprehensive documentation:
Generate documentation that is:
npx claudepluginhub yasun1/claude-code-plugin-demo --plugin my-first-pluginGenerates JSDoc for JS/TS, docstrings for Python, Rustdoc, Javadoc, GoDoc, READMEs, and API docs by analyzing code signatures, params, returns, and examples.
Generates and maintains README, API docs, changelogs, and architecture docs. Provides docstring and generator commands for JavaScript, Python, and Go projects.
Generates documentation in three modes: function-level (JSDoc/docstrings), module-level (directory READMEs), and API reference (endpoints/exports). Reads and matches existing project doc style.