Render Deploy Purpose Use this skill to deploy applications to Render. It supports Git-backed deployments through Render Blueprints or direct MCP service creation, plus guidance for image-backed services when a minimal Git repo contains the Blueprint. Initial Decision Ask whether the user is deploying from a Git repo or a prebuilt Docker image. For Git-backed deployments, choose direct MCP creation for simple single-service apps and Blueprints for multi-service, database, worker, cron, private-service, monorepo, or reproducible infrastructure cases. Workflow 1. Confirm source path, Render wor…