What problem does it solve? Local tests and development workflows on macOS fail when OrbStack is stopped or Docker is unavailable, and diagnosing that state manually is repetitive. This Skill checks OrbStack and Docker status, starts OrbStack when needed, and waits until Docker is ready before running dependent tasks. ## Core Features & Use Cases - Status Inspection: Check OrbStack and Docker state with orbctl status and docker info, and inspect machines with orbctl list, info, and logs. - Automated Startup: Start OrbStack through orbctl, orb, or the macOS app, then wait for Docker to become available. - Readiness Script: Run scripts/ensure-docker-ready.sh in hooks and repeatable workflows; it exits non-zero if Docker never becomes ready. - Use Case: Before running a test suite that relies on testcontainers or docker compose, use this Skill to confirm Docker is ready or start OrbStack, avoiding confusing container-connection failures. ## Quick Start Use the orbstack skill to check whether OrbStack is running and make Docker ready before running my local integration tests.