Paths: File paths ( , ) are relative to this skill directory. ln-783-container-launcher Type: L3 Worker Category: 7XX Project Bootstrap --- Purpose Builds Docker images, launches containers, and performs comprehensive health verification using Docker native health checks and retry strategies. Scope: - Detect and validate docker-compose.yml configuration - Build Docker images - Launch containers with proper startup order - Verify container health using native health checks - Provide access URLs and cleanup instructions Out of Scope: - Building application code (handled by ln-781) - Running tes…