What problem does it solve? Deploying applications to Render requires correctly configuring services, databases, environment variables, and port binding, and mistakes in render.yaml or missing Git remotes cause failed deployments. This Skill guides the full deployment workflow from codebase analysis to post-deploy verification. ## Core Features & Use Cases - Blueprint Generation: Analyze a codebase to detect framework, runtime, build/start commands, and datastores, then generate a validated render.yaml Infrastructure-as-Code file. - Direct Service Creation: Create web services, static sites, cron jobs, PostgreSQL databases, and Key-Value stores instantly via Render MCP tools. - Deployment Verification: Check deploy status, scan error logs, verify health endpoints, and triage common failures like port binding and missing env vars. - Use Case: You have a Next.js app with a PostgreSQL database on GitHub. The Skill detects the Node runtime, generates a render.yaml with a web service and database, validates it with the Render CLI, and gives you a Dashboard deeplink to deploy. ## Quick Start Deploy my application to Render by analyzing this repo and generating a render.yaml Blueprint.