zero-to-running
Installation
SKILL.md
Zero-to-Running Developer Environment
Automate the creation of production-grade local development environments that start with a single command. This skill handles multi-service application stacks including frontend, backend, databases, caches, and orchestration.
Core Workflows
1. Initial Setup Script Generation
Generate the main setup script that orchestrates the entire environment:
# Target: make dev (or ./scripts/dev-up.sh)
# Requirements:
# - Check prerequisites (Docker, kubectl, etc.)
# - Load configuration
# - Start services in dependency order
# - Run health checks
# - Display status and access URLs