What problem does it solve? Deploying the QuantMind quantitative trading platform involves 11+ Docker services, database initialization, and environment-specific pitfalls; this Skill gives an AI assistant a complete runbook covering pre-deployment checks, one-click deployment, health verification, troubleshooting, updates, and cloud GPU training node setup. ## Core Features & Use Cases - Guided Deployment: Step-by-step one-click, quick, and manual Docker Compose deployment with environment requirements, mirror source selection, and interactive prompt preparation. - Post-Deployment Verification: Ordered health checks for containers, PostgreSQL, Redis, backend API, login authentication, and frontend access, with the users-table check flagged as the most common failure point. - Troubleshooting & Updates: Diagnostic trees for deployment failures plus update.sh workflows covering code sync, image rebuilds, idempotent SQL patches, and version verification. - Use Case: A user tells the AI "help me deploy QuantMind" or "deployment failed, help me troubleshoot"; the AI follows the runbook to run quick-deploy.sh, verify the users table exists, test the login endpoint, and diagnose failures. ## Quick Start Ask the AI assistant to deploy QuantMind on your server or to diagnose why your QuantMind deployment failed.