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 produces a validated render.yaml Blueprint or direct service creation via Render MCP tools. ## Core Features & Use Cases - Blueprint Generation: Analyzes your codebase (Node.js, Python, Go, Ruby, Rust, Elixir, Docker, static sites) and generates a complete render.yaml with services, databases, cron jobs, and environment variables. - Direct Service Creation: Creates web services, static sites, cron jobs, PostgreSQL databases, and Key-Value stores instantly via Render MCP tools for single-service deployments. - Deployment Verification: Validates Blueprints with the Render CLI, generates Dashboard deeplinks, and checks deploy status, logs, and metrics after launch. - Use Case: You have a Next.js app with a PostgreSQL database. The Skill detects the framework, generates a render.yaml with the web service and database wired together, validates it, and gives you a one-click Dashboard deeplink to deploy. ## Quick Start Deploy my application to Render by analyzing this repo and generating a render.yaml Blueprint.