devops-infrastructure

Installation
SKILL.md

DevOps Infrastructure

Overview

Manual infrastructure changes are incidents waiting to happen. Unversioned configs are undocumented debt.

Core principle: EVERY piece of infrastructure is defined in code, stored in version control, and deployed through automation.

Violating the letter of this process is violating the spirit of infrastructure engineering.

The Iron Law

NO MANUAL INFRASTRUCTURE CHANGES - EVERYTHING IS CODE, VERSIONED, AND REVIEWABLE

If you clicked through a console UI to create it, it doesn't exist yet. Write the code.

When to Use

Installs
3
Repository
lv416e/dotfiles
GitHub Stars
5
First Seen
Feb 28, 2026
devops-infrastructure — lv416e/dotfiles