Render Deploy
技能 已验证 活跃Deploy 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.
功能
- Generates render.yaml Blueprints
- Supports Direct Creation via MCP
- Analyzes codebases for framework/runtime detection
- Provides comprehensive deployment examples
- Guides through prerequisites and configuration
使用场景
- 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
非目标
- 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
工作流
- 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
实践
- Infrastructure as Code
- Deployment Automation
- CI/CD Integration
- Cloud Deployment
先决条件
- 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
安装
npx skills add openai/skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
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,用于部署、开发和管理 Workers、KV、R2、D1、Vectorize、Hyperdrive、Workers AI、Containers、Queues、Workflows、Pipelines 和 Secrets Store。在运行 wrangler 命令之前加载,以确保正确的语法和最佳实践。倾向于从 Cloudflare 文档中检索信息,而不是依赖预训练的知识。
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.