Render Deploy
Skill Verified ActiveDeploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.
Streamline and automate the process of deploying applications to Render's cloud platform, from initial configuration to successful deployment.
Features
- Generates render.yaml Blueprints
- Supports Direct Creation via MCP
- Analyzes codebases for framework/runtime detection
- Provides comprehensive deployment examples
- Guides through prerequisites and configuration
Use Cases
- Deploying a new application to Render
- Setting up Infrastructure-as-Code for Render deployments
- Migrating an application to Render's platform
- Configuring databases and services on Render
Non-Goals
- Deploying pre-built Docker images directly (users guided to Dashboard/API)
- Managing Render infrastructure outside of deployment configuration
- Performing deep code analysis beyond what's needed for deployment configuration
Workflow
- Analyze codebase for deployment needs
- Choose deployment method (Blueprint or Direct Creation)
- Generate `render.yaml` or use MCP commands
- Configure environment variables, databases, and services
- Commit and push configuration to Git repository
- Validate configuration
- Deploy via Render Dashboard deeplink or MCP
- Verify deployment status, logs, and health
Practices
- Infrastructure as Code
- Deployment Automation
- CI/CD Integration
- Cloud Deployment
Prerequisites
- Access to a Render account
- A Git repository pushed to GitHub, GitLab, or Bitbucket
- MCP tools configured (preferred) or Render CLI installed
- Render API key or CLI authentication
Installation
npx skills add openai/skillsRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Azure Deploy
100Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: "run azd up", "run azd deploy", "execute deployment", "push to production", "push to cloud", "go live", "ship it", "bicep deploy", "terraform apply", "publish to Azure", "launch on Azure". DO NOT USE WHEN: "create and deploy", "build and deploy", "create a new app", "set up infrastructure", "create and deploy to Azure using Terraform" — use azure-prepare for these.
Ops Fires
100Production incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.
Ci Cd Pipeline Builder
100CI/CD Pipeline Builder
Wrangler
100Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
Devops
100Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.
Ship Gate
100Pre-production audit that scans a codebase for security, database, deployment, code quality, AI/LLM, dependency, frontend, and observability issues. Intercepts deploy commands and blocks until critical items pass. Stack-agnostic. Use for "run ship gate", "am I ready to ship", "pre-launch audit", "can I deploy", "push to production", "go live checklist", "preflight check". Not for CI/CD setup or infra provisioning.