update-docs

ドキュメント更新スキル(仕様書、設計書、README等の更新)

25 stars

Best use case

update-docs is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

ドキュメント更新スキル(仕様書、設計書、README等の更新)

Teams using update-docs should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/update-docs/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/aiskillstore/marketplace/crearize/update-docs/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/update-docs/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How update-docs Compares

Feature / Agentupdate-docsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

stakeholder-update

25
from ComeOnOliver/skillshub

Stakeholder communication assistant for status updates, progress reports, and executive summaries. Use when the user needs to write a stakeholder update, status report, progress summary, or any upward communication. Triggers include "stakeholder update", "status update", "progress report", "update leadership", "weekly update", or "executive summary".

mkdocs-config-generator

25
from ComeOnOliver/skillshub

Mkdocs Config Generator - Auto-activating skill for Technical Documentation. Triggers on: mkdocs config generator, mkdocs config generator Part of the Technical Documentation skill category.

generating-api-docs

25
from ComeOnOliver/skillshub

Create comprehensive API documentation with examples, authentication guides, and SDKs. Use when creating comprehensive API documentation. Trigger with phrases like "generate API docs", "create API documentation", or "document the API".

data-catalog-updater

25
from ComeOnOliver/skillshub

Data Catalog Updater - Auto-activating skill for Data Pipelines. Triggers on: data catalog updater, data catalog updater Part of the Data Pipelines skill category.

defold-docs-fetch

25
from ComeOnOliver/skillshub

Fetches Defold manuals and documentation. Use when looking up how Defold features work, understanding concepts, components, workflows, platform setup, or needing guidance beyond API reference.

sindresorhus-log-update

25
from ComeOnOliver/skillshub

ALWAYS use when writing code importing "log-update". Consult for debugging, best practices, or modifying log-update, log update.

recipe-log-deal-update

25
from ComeOnOliver/skillshub

Append a deal status update to a Google Sheets sales tracking spreadsheet.

update-specification

25
from ComeOnOliver/skillshub

Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.

update-markdown-file-index

25
from ComeOnOliver/skillshub

Update a markdown file section with an index/table of files from a specified folder.

update-llms

25
from ComeOnOliver/skillshub

Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/

update-implementation-plan

25
from ComeOnOliver/skillshub

Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.

update-avm-modules-in-bicep

25
from ComeOnOliver/skillshub

Update Azure Verified Modules (AVM) to latest versions in Bicep files.