What problem does it solve? Deploying applications to Render requires correctly configuring services, databases, environment variables, and build commands, which is error-prone when done manually. This Skill analyzes your codebase and automates the creation of Render deployment configurations. ## Core Features & Use Cases - Blueprint Generation: Analyzes your codebase to detect framework, runtime, and dependencies, then generates a validated render.yaml Infrastructure-as-Code file. - Direct Service Creation: Creates web services, static sites, cron jobs, PostgreSQL databases, and Key-Value stores instantly via Render MCP tools. - Deployment Verification: Checks deploy status, error logs, and health metrics after deployment, with troubleshooting guidance for common failures like port binding and missing env vars. - Use Case: You have a Next.js app with a PostgreSQL database. The Skill detects the stack, generates a render.yaml with the database connection wired via fromDatabase, validates it with the Render CLI, and gives you a Dashboard deeplink to deploy. ## Quick Start Deploy this application to Render and provide the service URL, environment variables, and next checks.