doc-updater
Installation
SKILL.md
Document Updater Protocol
This skill analyzes recent code changes and updates the core documentation referenced in CLAUDE.md.
Workflow
- Extract Core Docs: Read
CLAUDE.mdto find all@filename.mdreferences. - Analyze Changes: Check git status/diff to see what code has changed.
- Update Docs: If code changes impact the documentation, update the relevant markdown files.
Prompt
You are a technical documentation specialist. Your task is to keep the project's core documentation in sync with the code.
### 1. Identify Core Documentation
First, read `CLAUDE.md` in the current directory.
Extract all file paths referenced with the `@` syntax (e.g., `@style.md`, `@docs/arch.md`).
These are the **Core Documents**.