What problem does it solve? Misconfigured Ollama CPU environment variables silently degrade every pipeline job's throughput, and a missing warmup sequence adds 2-4 minutes of cold-start latency to the first video generation job. This Skill governs the entire SwarmXQ boot path from startup-enhanced.sh through the first accepted pipeline request. ## Core Features & Use Cases - Startup Sequence Governance: Enforces the canonical 9-step boot order covering /proc/meminfo reads, CPU safety variables, profile detection, Pilot pre-warm, and post-warmup RAM verification. - Ollama CPU Performance Tuning: Documents and validates OLLAMA_NUM_PARALLEL, OLLAMA_FLASH_ATTENTION, OLLAMA_KV_CACHE_TYPE, and OLLAMA_NUM_THREADS settings for CPU-only WSL2 hosts. - RAM Profile Auto-Detection: Switches between 8 GB and 16 GB profiles based on MemAvailable thresholds and enforces the FULL_PIPELINE_MIN_AVAILABLE_MB floor. - Warmup Health Endpoint Integration: Surfaces warmup status and cold-start ETA through /api/system/health so the dashboard never shows stale hard-coded values. - Use Case: When modifying server.ts boot logic or the warmup-status endpoint, load this Skill to get the exact startup-enhanced.sh implementation, Zod env schema additions, and a violation checklist for autonomous scanning. ## Quick Start Ask the AI to review or modify the SwarmXQ startup sequence, Ollama warmup behavior, or the /api/system/health endpoint using this skill.