Local Docker Compose development loop for Eve-compatible apps, with handoff to staging deploys.
Eve Local Dev Loop (Docker Compose) Use this skill to run and test the app locally with Docker Compose, then hand off to Eve for staging deploys. Preconditions A compose.yaml or docker-compose.yml exists in the repo. The Eve manifest (.eve/manifest.yaml) reflects the same services and ports. Local Run # Start local services (DB + migrations) docker compose up -d # Start API in dev mode (hot reload) cd apps/api && npm run dev
don't have the plugin yet? install it then click "run inline in claude" again.