What problem does it solve? Deploying applications to Render requires correctly configuring services, databases, environment variables, and port binding, which is error-prone when done manually. This Skill analyzes a codebase, generates a validated render.yaml Blueprint, and guides deployment through Dashboard deeplinks or direct MCP service creation. ## Core Features & Use Cases - Blueprint Generation: Analyzes the codebase to detect runtime, build/start commands, and datastores, then produces a render.yaml with services, databases, and environment variables. - Direct Service Creation: Creates web services, static sites, cron jobs, PostgreSQL databases, and Key Value stores instantly through Render MCP tools. - Post-Deploy Verification: Checks deploy status, error logs, health endpoints, and port binding, with troubleshooting guidance for common failures. - Use Case: A developer with a Node.js API and PostgreSQL database pushed to GitHub asks to deploy on Render; the Skill generates a Blueprint with a web service and database, validates it with the Render CLI, and provides a Dashboard deeplink to apply it. ## Quick Start Deploy this repository to Render by generating a render.yaml Blueprint and giving me the Dashboard deeplink.