documentation-updater
Installation
SKILL.md
Documentation Updater
Maintain project documentation (README, operational guides, reference docs) as a first-class part of shipping changes. Keep documentation accurate and executable as code evolves.
When to use
Activate this Skill when:
- A change alters how to run/test locally (development environment setup, containerization, bootstrapping).
- You add/remove/change environment variables, secrets, or configuration files.
- You change environment/deployment assumptions used by scripts or tools.
- You add/modify operational scripts (deployment, data seeding, logging, maintenance tasks).
- You update integrations with external services or APIs.
- You modify infrastructure setup or deployment processes.