What problem does it solve?
This Skill ensures that your project's documentation (README.md, CLAUDE.md) accurately reflects the current state of your infrastructure code (compose files, Makefiles, scripts), preventing drift and maintaining clarity.
Core Features & Use Cases
- Automated Auditing: Diffs compose files against documentation tables, checks secret coverage, and verifies Makefile targets.
- Consistency Checks: Flags inconsistencies in network documentation, middleware definitions, and upgrade procedures.
- Use Case: After adding a new service to your Docker Compose setup, run this Skill to automatically verify that the service is correctly documented in your README and that all its environment variables are listed in the secrets section.
Quick Start
Run the docs skill to audit documentation against the current infrastructure.