What problem does it solve? Deploying a repository to production on AWS EC2 or a VPS involves many error-prone steps—provisioning instances, configuring Nginx, managing processes with PM2, setting up SSL—and beginners often lack a clear end-to-end path tailored to their stack. ## Core Features & Use Cases - Repository Analysis: Detects architecture type (monorepo, full-stack, static site, microservices) and tech stack (Node.js, Python, Docker, databases) before generating a plan. - Complete E2E Instructions: Covers launching EC2 instances, SSH access, environment variables, database setup, Nginx reverse proxy, PM2 process management, firewall configuration, and Let's Encrypt SSL. - Stack Adaptation: Adjusts instructions for Next.js, Django + React, Docker-based projects, static sites, and alternative clouds like DigitalOcean, Linode, and Vultr. - Use Case: You cloned a full-stack repo with a React frontend and Express backend and want it live on AWS. The skill detects the architecture and outputs a numbered deployment plan with exact commands, verification steps, and troubleshooting guidance. ## Quick Start Analyze this repository and give me step-by-step instructions to deploy it to an AWS EC2 instance with SSL.