update-docs

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

242 stars

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

$curl -o ~/.claude/skills/update-docs/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/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

github-actions-docs

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

Windows 11 system management

docstring

242
from aiskillstore/marketplace

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

docs-write

242
from aiskillstore/marketplace

Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).

docs-review

242
from aiskillstore/marketplace

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

242
from aiskillstore/marketplace

Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.

gws-docs

242
from aiskillstore/marketplace

Read and write Google Docs.

gws-docs-write

242
from aiskillstore/marketplace

Google Docs: Append text to a document.

enact-docs-guide

242
from aiskillstore/marketplace

LLM guide for creating, publishing, and running Enact tools

pydanticai-docs

242
from aiskillstore/marketplace

Use this skill for requests related to Pydantic AI framework - building agents, tools, dependencies, structured outputs, and model integrations.