What problem does it solve? Choosing a hosting platform and running the correct deploy commands is error-prone and repetitive. This Skill auto-detects the right platform from your project files and executes the deployment with cost-optimized recommendations. ## Core Features & Use Cases - Auto-Detection: Identifies the deployment target from config files like vercel.json, wrangler.toml, fly.toml, or an existing docs/deployment.md. - Cost-Optimized Recommendations: Ranks 15 platforms (Vercel, Netlify, Cloudflare, Railway, Fly.io, Render, Heroku, TOSE.sh, Github Pages, AWS, GCP, Digital Ocean, Vultr, Coolify, Dokploy) by free tier and pricing. - Post-Deploy Documentation: Creates or updates docs/deployment.md with the production URL, deploy command, environment variables, and rollback steps. - Use Case: You have a Next.js app with no deployment config. The Skill detects the framework, recommends Vercel or Cloudflare based on cost, runs the CLI deploy, verifies the URL, and writes the deployment doc. ## Quick Start Ask the assistant to deploy the current project to production and let it auto-detect the best hosting platform.