✍️ ドキュメント
API仕様書やシステム構成図、READMEファイル
📺 まず動画で見る(YouTube)
▶ 【最新版】Claude(クロード)完全解説!20以上の便利機能をこの動画1本で全て解説 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing.
🇯🇵 日本人クリエイター向け解説
API仕様書やシステム構成図、READMEファイル
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o documentation.zip https://jpskill.com/download/2782.zip && unzip -o documentation.zip && rm documentation.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/2782.zip -OutFile "$d\documentation.zip"; Expand-Archive "$d\documentation.zip" -DestinationPath $d -Force; ri "$d\documentation.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
documentation.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
documentationフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Documentation で、自社の新サービスを紹介する記事を書いて
- › Documentation で、SNS投稿用に短く言い直して
- › Documentation を使って、過去の記事を最新版にアップデート
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Documentation Workflow Bundle
Overview
Comprehensive documentation workflow for generating API documentation, architecture documentation, README files, code comments, and technical content from codebases.
When to Use This Workflow
Use this workflow when:
- Creating project documentation
- Generating API documentation
- Writing architecture docs
- Documenting code
- Creating user guides
- Maintaining wikis
Workflow Phases
Phase 1: Documentation Planning
Skills to Invoke
docs-architect- Documentation architecturedocumentation-templates- Documentation templates
Actions
- Identify documentation needs
- Choose documentation tools
- Plan documentation structure
- Define style guidelines
- Set up documentation site
Copy-Paste Prompts
Use @docs-architect to plan documentation structure
Use @documentation-templates to set up documentation
Phase 2: API Documentation
Skills to Invoke
api-documenter- API documentationapi-documentation-generator- Auto-generationopenapi-spec-generation- OpenAPI specs
Actions
- Extract API endpoints
- Generate OpenAPI specs
- Create API reference
- Add usage examples
- Set up auto-generation
Copy-Paste Prompts
Use @api-documenter to generate API documentation
Use @openapi-spec-generation to create OpenAPI specs
Phase 3: Architecture Documentation
Skills to Invoke
c4-architecture-c4-architecture- C4 architecturec4-context- Context diagramsc4-container- Container diagramsc4-component- Component diagramsc4-code- Code diagramsmermaid-expert- Mermaid diagrams
Actions
- Create C4 diagrams
- Document architecture
- Generate sequence diagrams
- Document data flows
- Create deployment docs
Copy-Paste Prompts
Use @c4-architecture-c4-architecture to create C4 diagrams
Use @mermaid-expert to create architecture diagrams
Phase 4: Code Documentation
Skills to Invoke
code-documentation-code-explain- Code explanationcode-documentation-doc-generate- Doc generationdocumentation-generation-doc-generate- Auto-generation
Actions
- Extract code comments
- Generate JSDoc/TSDoc
- Create type documentation
- Document functions
- Add usage examples
Copy-Paste Prompts
Use @code-documentation-code-explain to explain code
Use @code-documentation-doc-generate to generate docs
Phase 5: README and Getting Started
Skills to Invoke
readme- README generationenvironment-setup-guide- Setup guidestutorial-engineer- Tutorial creation
Actions
- Create README
- Write getting started guide
- Document installation
- Add usage examples
- Create troubleshooting guide
Copy-Paste Prompts
Use @readme to create project README
Use @tutorial-engineer to create tutorials
Phase 6: Wiki and Knowledge Base
Skills to Invoke
wiki-architect- Wiki architecturewiki-page-writer- Wiki pageswiki-onboarding- Onboarding docswiki-qa- Wiki Q&Awiki-researcher- Wiki researchwiki-vitepress- VitePress wiki
Actions
- Design wiki structure
- Create wiki pages
- Write onboarding guides
- Document processes
- Set up wiki site
Copy-Paste Prompts
Use @wiki-architect to design wiki structure
Use @wiki-page-writer to create wiki pages
Use @wiki-onboarding to create onboarding docs
Phase 7: Changelog and Release Notes
Skills to Invoke
changelog-automation- Changelog generationwiki-changelog- Changelog from git
Actions
- Extract commit history
- Categorize changes
- Generate changelog
- Create release notes
- Publish updates
Copy-Paste Prompts
Use @changelog-automation to generate changelog
Use @wiki-changelog to create release notes
Phase 8: Documentation Maintenance
Skills to Invoke
doc-coauthoring- Collaborative writingreference-builder- Reference docs
Actions
- Review documentation
- Update outdated content
- Fix broken links
- Add new features
- Gather feedback
Copy-Paste Prompts
Use @doc-coauthoring to collaborate on docs
Documentation Types
Code-Level
- JSDoc/TSDoc comments
- Function documentation
- Type definitions
- Example code
API Documentation
- Endpoint reference
- Request/response schemas
- Authentication guides
- SDK documentation
Architecture Documentation
- System overview
- Component diagrams
- Data flow diagrams
- Deployment architecture
User Documentation
- Getting started guides
- User manuals
- Tutorials
- FAQs
Process Documentation
- Runbooks
- Onboarding guides
- SOPs
- Decision records
Quality Gates
- [ ] All APIs documented
- [ ] Architecture diagrams current
- [ ] README up to date
- [ ] Code comments helpful
- [ ] Examples working
- [ ] Links valid
Related Workflow Bundles
development- Development workflowtesting-qa- Documentation testingai-ml- AI documentation
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.