deploying-infra
Installation
SKILL.md
Deploy Infrastructure
Usage
/deploying-infra --dry-run # Validate only (default)
/deploying-infra --apply staging # Apply to staging
/deploying-infra --apply production # Apply to production (requires confirmation)
--dry-run runs steps 1–5 (validation only). --apply runs all 8 steps.
Step 1: Parse Arguments
Default: --dry-run (safe mode)