infrastructure
Installation
SKILL.md
Infrastructure as Code
Core Principle
Infrastructure is code. Version it, test it, review it, automate it.
Infrastructure should be defined declaratively, stored in version control, reviewed like code, and deployed automatically. Manual infrastructure changes lead to drift, inconsistency, and production issues. Treat your infrastructure with the same rigor as application code.