From claude-code-starter
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.
npx claudepluginhub lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
为代码自动添加文档注释,省去手写文档的麻烦。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
为代码自动添加文档注释,省去手写文档的麻烦。
如果用户指定了文件或函数,直接读取。
如果没有指定,问:
你想给哪段代码加文档?可以告诉我文件名、函数名或类名。
查看项目中已有的文档注释,了解:
如果项目没有已有文档,根据语言社区惯例选择最常用的格式。
为目标代码生成文档注释,包括:
规则:
展示生成的文档,询问用户:
文档生成好了,要我写入文件吗?
用户确认后写入。