What problem does it solve?
Keeps project documentation synchronized with code, configuration, and service changes by identifying affected files and performing minimal, pattern-preserving edits so docs never drift from implementation.
Core Features & Use Cases
- Dependency-driven identification: Match change types (ports, services, agents, endpoints, log paths) against a dependency matrix to produce a precise list of affected docs.
- Surgical edits: Read each target Markdown file completely, copy existing entry patterns, and modify only the exact lines required without reformatting or changing heading levels.
- Consistency and reporting: Validate format conventions, preserve tables and headings, and produce a concise report listing every edited file and the single-line change summary.
- Use Case: When a Docker service port or a new agent is introduced, use this Skill to update .claude reference docs, rules, and skill indexes without rewriting files.
Quick Start
Update documentation to reflect a new Docker service named metrics running on port 9100 and return a one-line summary for each file you edited.