ワンクリックで
doc-gen
Automated documentation generation and auditing. Use when extracting comments, generating READMEs, or finding undocumented code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automated documentation generation and auditing. Use when extracting comments, generating READMEs, or finding undocumented code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Advanced git operations including committing, pushing, and branch management. Use this when you need to persist changes to the remote repository.
Build and maintain Excalidraw architecture diagrams. Use this when the user asks to "draw", "diagram", or "visualize" an architecture or process.
Automated code review and quality checks. Use when you need to review changes, find TODOs, or identify complex files.
Hunt for weird, hacky, or funny code snippets and add them to the Hall of Weirdness (MUSEUM.md).
Tools for automated refactoring and codebase cleanup. Use when renaming things, moving files, or consolidating logic.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
| name | doc-gen |
| description | Automated documentation generation and auditing. Use when extracting comments, generating READMEs, or finding undocumented code. |
Doc Gen helps keep your codebase documented and easy to understand.
scripts/extract_docs.sh <file> to pull JSDoc or Python docstrings from a source file.scripts/check_undocumented.sh <file> to identify functions or classes that are missing documentation.check_undocumented.sh on a file to find gaps.extract_docs.sh to gather all existing documentation for a summary or README update.