render-deploy

Analyze repositories and generate render.yaml blueprints for Render deployments.

Updated May 28, 2026
One-click install
npx skills add https://github.com/render-oss/render-codex-plugin --skill render-deploy-render-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-deploy
Source: https://github.com/render-oss/render-codex-plugin/tree/main/skills/render-deploy
Command: npx skills add https://github.com/render-oss/render-codex-plugin --skill render-deploy-render-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy and streamline deploying apps to Render by analyzing codebases, generating render.yaml blueprints, and surfacing dashboard deeplinks.

Core Features & Use Cases

  • Analyze repositories to determine runtimes, build/start commands, and required env vars.
  • Generate render.yaml blueprints for IaC deployments or enable Direct Creation via MCP tools.
  • Provide dashboard deeplinks to facilitate deployment, validation, and secret configuration.

Quick Start

Provide details about your repository and deployment target to generate a blueprint and a Render dashboard deeplink.

Frequently Asked Questions about render-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a render.yaml blueprint from my codebase?

The Skill analyzes your Git repository to determine runtimes, build commands, and required environment variables, then generates a render.yaml blueprint for Render deployment.

What is the difference between Blueprint and Direct Creation workflows for Render deployments?

Blueprint uses render.yaml for IaC deployments, while Direct Creation uses MCP tools to directly create services, databases, and secrets in your Render account.

Do I need a Git repository to deploy my app to Render?

Yes, a Git repository and access to a Render account are required to analyze the codebase and create services, databases, and secrets for deployment.

Can I use the Render CLI to validate my generated deployment blueprint?

Yes, generated render.yaml blueprints are validated via Render CLI or MCP tooling to ensure your deployment configuration is correct before launching.

What's the best way to configure environment variables for a Render deployment?

The Skill analyzes your repository for required environment variables and surfaces dashboard deeplinks to facilitate deployment, validation, and secret configuration.