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 the 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 covering web, worker, cron, static, and private services plus PostgreSQL and Redis databases. - Direct Service Creation: Creates single services, static sites, cron jobs, and databases instantly through Render MCP tools without committing a Blueprint file. - Validation and Triage: Validates Blueprints with the Render CLI, verifies deployments via logs and metrics, and maps common error signatures to fixes. - Use Case: You have a Next.js frontend with a Fastify API and a Python worker in a monorepo. The Skill detects all three services, generates a multi-service render.yaml with a PostgreSQL database, validates it, and gives you a Dashboard deeplink to deploy. ## Quick Start Ask the assistant to deploy this repository to Render and it will analyze the codebase, generate the Blueprint, and provide the deployment deeplink.