Best use case
update-docs is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. ドキュメント更新スキル(仕様書、設計書、README等の更新)
ドキュメント更新スキル(仕様書、設計書、README等の更新)
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "update-docs" skill to help with this workflow task. Context: ドキュメント更新スキル(仕様書、設計書、README等の更新)
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/update-docs/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How update-docs Compares
| Feature / Agent | update-docs | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
ドキュメント更新スキル(仕様書、設計書、README等の更新)
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Update Docs Skill - ドキュメント更新スキル ## 役割 プロジェクトドキュメントの更新を支援するスキルです。機能仕様書、DB設計書、エラーコード一覧、README等の更新を行います。 ## 実行フロー ### Phase 1: ドキュメントタイプ判定 #### document_type="feature" - 対象: `documents/features/[機能名]/specification.md` - 更新内容: 機能仕様書の更新 #### document_type="database" - 対象: `documents/architecture/database-design.md` - 更新内容: データベース設計の更新 #### document_type="errors" - 対象: `documents/development/error-codes.md` - 更新内容: エラーコード一覧の更新 #### document_type="readme" - 対象: `README.md` または各ディレクトリのREADME.md - 更新内容: README の更新 ### Phase 2: ドキュメント読み込み ```bash # ドキュメントファイルを読み込み cat [document_path] ``` ### Phase 3: 更新内容の適用 - update_content に基づいて更新 - 既存の構造を維持 - Markdown形式を保持 ### Phase 4: 更新確認 - 更新後のドキュメント内容を確認 - Markdown構文エラーがないか確認 ### Phase 5: 完了報告 ```markdown ## Update Docs 完了報告 ### 更新ドキュメント - **タイプ**: [document_type] - **パス**: [document_path] ### 更新内容 - [update_content] ### 次のステップ 変更内容を確認し、必要に応じてコミットしてください。 ```
Related Skills
github-actions-docs
Use when users ask how to write, explain, customize, migrate, secure, or troubleshoot GitHub Actions workflows, workflow syntax, triggers, matrices, runners, reusable workflows, artifacts, caching, secrets, OIDC, deployments, custom actions, or Actions Runner Controller, especially when they need official GitHub documentation, exact links, or docs-grounded YAML guidance.
daily-meeting-update
Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.
docs-architect
Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, architecture guides, or technical deep-dives.
claude-win11-speckit-update-skill
Windows 11 system management
docstring
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.
docs-write
Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).
docs-review
Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
langgraph-docs
Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.
gws-docs
Read and write Google Docs.
gws-docs-write
Google Docs: Append text to a document.
enact-docs-guide
LLM guide for creating, publishing, and running Enact tools
pydanticai-docs
Use this skill for requests related to Pydantic AI framework - building agents, tools, dependencies, structured outputs, and model integrations.