Render Deploy
Skill Verifiziert AktivDeploy 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.
Funktionen
- Generates render.yaml Blueprints
- Supports Direct Creation via MCP
- Analyzes codebases for framework/runtime detection
- Provides comprehensive deployment examples
- Guides through prerequisites and configuration
Anwendungsfälle
- 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
Nicht-Ziele
- 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
Praktiken
- Infrastructure as Code
- Deployment Automation
- CI/CD Integration
- Cloud Deployment
Voraussetzungen
- 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/skillsFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
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 zum Bereitstellen, Entwickeln und Verwalten von Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containern, Queues, Workflows, Pipelines und Secrets Store. Laden Sie dies, bevor Sie `wrangler`-Befehle ausführen, um die korrekte Syntax und die besten Vorgehensweisen sicherzustellen. Bevorzugt die Abfrage von Cloudflare-Dokumenten gegenüber vortrainiertem Wissen.
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.