local-dev-orchestration
Installation
SKILL.md
Local Development Orchestration
Orchestrate local development environments for multi-service architectures. Covers Docker Compose, Tilt, mise, and service dependency management tailored for Python/TypeScript stacks on macOS ARM64.
Core Principles
- Fast feedback loops -- hot-reload everything, minimize container rebuilds
- Production parity -- local env should mirror production as closely as possible
- One-command startup --
just uportilt upshould bring everything online - Isolated dependencies -- each service owns its runtime version via mise