Start, stop, or check Pixel Detective services on this machine. Use when the user asks to start Pixel Detective, start backend only, start full stack, restart, stop, or check Docker, Qdrant, ML, UMAP, or frontend status, or to provide a specific Pixel Detective page URL.
Use this skill to run Pixel Detective locally with the right subset of services.
powershell -ExecutionPolicy Bypass -File skills\\start-pixel-detective\\scripts\\start_pixel_detective.ps1 -Mode fullpowershell -ExecutionPolicy Bypass -File skills\\start-pixel-detective\\scripts\\start_pixel_detective.ps1 -Mode backend -UseGpuUmapfrontend/package.json and start_pixel_detective.ps1.docker versiondocker compose version.\start_pixel_detective.ps1docker compose up -d qdrant_dbdocker compose -f backend/gpu_umap_service/docker-compose.dev.yml up -d --builduvicorn backend.ml_inference_fastapi_app.main:app --port 8001 --reloaduvicorn backend.ingestion_orchestration_fastapi_app.main:app --port 8002 --reloaddocker compose up -d qdrant_dbcd frontend then npm run devWhen launching uvicorn or npm, use new terminal windows so the main session stays responsive.
docker compose psdocker compose downpowershell -ExecutionPolicy Bypass -File skills\\start-pixel-detective\\scripts\\start_pixel_detective.ps1 -Mode full-Mode backend -UseGpuUmap-Mode frontend -Open -Page /search-Open is required to open a browser; -Page alone will not open anything.