ワンクリックで
documentation
Generate and update documentation, READMEs, and API docs from code
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate and update documentation, READMEs, and API docs from code
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Review pull requests for code quality, security, and correctness
Review pull requests for code quality, security, and correctness
End-to-end shipping workflow — tests, PR creation, review request. Unified pr-create + pr-complete.
Periodic cross-agent learning consolidation — review what worked, what didn't, propagate insights
Break down complex problems through structured analytical frameworks
Persist and recall context across sessions — critical for continuity
| name | documentation |
| version | 1.0.0 |
| description | Generate and update documentation, READMEs, and API docs from code |
| uses | ["synthesis/content-generation"] |
| requires | {"tools":[],"env":[]} |
| security | {"risk_level":"write","capabilities":["file:read","file:write"],"requires_approval":false} |
Generate, update, and maintain documentation from code — READMEs, API docs, guides, changelogs, and inline documentation. Good documentation bridges the gap between code and understanding.
This is an agent-handled skill (handler: type: agent). When document is invoked, you (the agent) apply the methodology below using your reasoning capabilities. There is no backing code — you follow these instructions directly. The tool schema in tool.yaml defines the external contract; this document guides how you fulfill it.
| Type | Purpose | Audience |
|---|---|---|
| README | Project overview, quick start | New developers, users |
| API docs | Endpoint/function reference | Developers integrating |
| Setup guide | Installation, configuration | New team members |
| Architecture doc | System design, decisions | Maintainers, architects |
| Changelog | Version history, changes | Users, developers |
| Inline docs | Code-level explanation | Maintainers |
| Tutorial | Step-by-step learning | New users |
Read the code/system being documented:
Calibrate content to who will read it:
Follow established conventions:
README structure:
API doc structure (per endpoint/function):
Every piece of documentation should include:
Documentation must match the current code:
## Documentation: [Target]
### Type
- Document type: [README/API/guide/changelog/inline]
- Audience: [who will read this]
### Source Analysis
- Files read: [list]
- Key interfaces: [list]
- Prerequisites: [list]
### Document Created/Updated
- Path: [file path]
- Sections: [list of sections]
- Examples: [count]
### Verification
- Examples tested: [yes/no]
- Matches code: [yes/no]
- Reviewed for accuracy: [yes/no]
# increment counter on counter += 1 add noise, not value. Document WHY, not WHAT.Documentation is complete when: