skills/smithery.ai/doc-updater

doc-updater

Installation
SKILL.md

Document Updater Protocol

This skill analyzes recent code changes and updates the core documentation referenced in CLAUDE.md.

Workflow

  1. Extract Core Docs: Read CLAUDE.md to find all @filename.md references.
  2. Analyze Changes: Check git status/diff to see what code has changed.
  3. 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**.
Installs
2
First Seen
Mar 25, 2026
doc-updater from smithery.ai