render
Installation
SKILL.md
Render — Cloud Application Platform
Overview
Render, the modern cloud platform for deploying web applications, APIs, databases, and background workers. Helps developers configure Render services using render.yaml Infrastructure as Code, set up auto-deploy from Git, manage environment variables, and optimize for production workloads.
Instructions
Infrastructure as Code
Define all services in a single render.yaml:
# render.yaml — Complete application infrastructure
services:
# Web service — auto-deployed from Git
Related skills