render-oss/skills

Render Agent Skills

79

stars

32

commits

Shell

primary language

Sep 5, 2026

updated

README

Render Skills for AI Agents

A catalog of 21 skills that teach AI coding tools how to deploy, operate, and debug apps on Render. Each skill is a self-contained SKILL.md plus references that any compatible agent can use.

Use this repo to:

  • Install Render skills into your AI tool (Claude Code, Codex, Cursor, OpenCode)
  • Browse what each skill does and link straight to its docs
  • Contribute new skills or improve existing ones

Compatibility

FeatureClaude CodeCodexOpenCodeCursor
Skill prompts (SKILL.md)
Render CLI commands
Render MCP tools
Auto-approval hooks

Installation

The recommended way to install Render skills is the Render CLI:

render skills install

Other useful commands:

render skills          # interactive management
render skills list     # show installed skills
render skills update   # update installed skills

Other ways to install

  • Skills CLI: npx skills add render-oss/skills
  • Claude Code plugin: /plugin marketplace add render-oss/skills then /plugin install render@skills
  • Manual: copy any directory from skills/ into your tool's skills path (~/.claude/skills/, ~/.codex/skills/, ~/.config/opencode/skills/, or ~/.cursor/skills/)

Prerequisites

  • A Render account with the Render MCP server configured, or the Render CLI installed
  • A RENDER_API_KEY environment variable
  • A Git repository on GitHub, GitLab, or Bitbucket for any deploy-related skill

Skills catalog

Get started

SkillWhat it helps with
render-mcpSet up and troubleshoot the Render MCP server
render-cliInstall and use the Render CLI for deploys, logs, SSH, and automation
render-deployDeploy applications to Render
render-blueprintsAuthor and validate render.yaml Blueprints

Service types

SkillWhat it helps with
render-web-servicesConfigure public web services, health checks, and TLS
render-private-servicesDesign internal-only services on Render's private network
render-static-sitesDeploy static sites, SPAs, redirects, and custom headers
render-background-workersSet up queue-based background workers and graceful shutdown
render-cron-jobsConfigure scheduled jobs and cron expressions
render-workflowsSet up and develop Render Workflows

Build and runtime

SkillWhat it helps with
render-dockerBuild and deploy Docker-based services
render-env-varsManage env vars, secrets, and env groups
render-disksAttach and manage persistent disks

Networking and access

SkillWhat it helps with
render-domainsConfigure custom domains and troubleshoot TLS
render-networkingConnect services over Render's private network

Data services

SkillWhat it helps with
render-postgresOperate Managed PostgreSQL, backups, replicas, and connections
render-keyvalueProvision and tune Render Key Value

Operate and scale

SkillWhat it helps with
render-monitorCheck service health, metrics, and logs
render-debugDiagnose failed deploys, startup issues, and runtime errors
render-scalingConfigure autoscaling, instance sizing, and cost tradeoffs
render-migrate-from-herokuMigrate Heroku apps to Render

Trying it out

Once installed, ask your agent things like:

  • "Deploy my application to Render."
  • "Debug why my Render service won't start."
  • "Is my Render service healthy?"
  • "Set up a private service for this internal API."
  • "Add a cron job that runs every night."
  • "Configure custom domains for this web service."
  • "Migrate my Heroku app to Render."

Auto-approval hooks (Claude Code)

The repo ships hook configuration that lets Claude Code auto-approve safe, read-only Render CLI operations:

  • Listing services: render services list, render services -o json
  • Reading logs: render logs -r, render logs --raw
  • Checking workspaces: render workspace current, render workspace list

Anything that changes infrastructure still requires explicit approval, including deploys, restarts, service creation and deletion, configuration changes, and workspace changes.

Contributing

Add a new skill

  1. Create skills/your-skill-name/ with a SKILL.md.

  2. Add supporting files as needed: references/, assets/, and evals.json.

  3. Add frontmatter at the top of SKILL.md:

    ---
    name: your-skill-name
    description: One sentence describing when an agent should use this skill.
    license: MIT
    compatibility: Prerequisites and requirements
    metadata:
      author: Render
      version: "1.0.0"
      category: deployment
    ---
    
  4. Keep SKILL.md short and action-oriented. Move depth into references/.

  5. Test locally with your target tool.

For reference, look at render-deploy, render-debug, render-monitor, or render-workflows.

Repository structure

skills/
├── .github/workflows/   # CI
├── hooks/               # Auto-approval hook config for Claude Code
├── scripts/             # Install and helper scripts
├── skills/              # 21 skill directories
├── README.md
└── LICENSE

Support

License

MIT License. See LICENSE.

Contributors

mosslilley

11 commits

R4ph-t

7 commits

tejchilli

6 commits

StephenBarlow

3 commits

render-oss/skills

Render Agent Skills

79

stars

32

commits

Shell

primary language

Sep 5, 2026

updated

README

Render Skills for AI Agents

A catalog of 21 skills that teach AI coding tools how to deploy, operate, and debug apps on Render. Each skill is a self-contained SKILL.md plus references that any compatible agent can use.

Use this repo to:

  • Install Render skills into your AI tool (Claude Code, Codex, Cursor, OpenCode)
  • Browse what each skill does and link straight to its docs
  • Contribute new skills or improve existing ones

Compatibility

FeatureClaude CodeCodexOpenCodeCursor
Skill prompts (SKILL.md)
Render CLI commands
Render MCP tools
Auto-approval hooks

Installation

The recommended way to install Render skills is the Render CLI:

render skills install

Other useful commands:

render skills          # interactive management
render skills list     # show installed skills
render skills update   # update installed skills

Other ways to install

  • Skills CLI: npx skills add render-oss/skills
  • Claude Code plugin: /plugin marketplace add render-oss/skills then /plugin install render@skills
  • Manual: copy any directory from skills/ into your tool's skills path (~/.claude/skills/, ~/.codex/skills/, ~/.config/opencode/skills/, or ~/.cursor/skills/)

Prerequisites

  • A Render account with the Render MCP server configured, or the Render CLI installed
  • A RENDER_API_KEY environment variable
  • A Git repository on GitHub, GitLab, or Bitbucket for any deploy-related skill

Skills catalog

Get started

SkillWhat it helps with
render-mcpSet up and troubleshoot the Render MCP server
render-cliInstall and use the Render CLI for deploys, logs, SSH, and automation
render-deployDeploy applications to Render
render-blueprintsAuthor and validate render.yaml Blueprints

Service types

SkillWhat it helps with
render-web-servicesConfigure public web services, health checks, and TLS
render-private-servicesDesign internal-only services on Render's private network
render-static-sitesDeploy static sites, SPAs, redirects, and custom headers
render-background-workersSet up queue-based background workers and graceful shutdown
render-cron-jobsConfigure scheduled jobs and cron expressions
render-workflowsSet up and develop Render Workflows

Build and runtime

SkillWhat it helps with
render-dockerBuild and deploy Docker-based services
render-env-varsManage env vars, secrets, and env groups
render-disksAttach and manage persistent disks

Networking and access

SkillWhat it helps with
render-domainsConfigure custom domains and troubleshoot TLS
render-networkingConnect services over Render's private network

Data services

SkillWhat it helps with
render-postgresOperate Managed PostgreSQL, backups, replicas, and connections
render-keyvalueProvision and tune Render Key Value

Operate and scale

SkillWhat it helps with
render-monitorCheck service health, metrics, and logs
render-debugDiagnose failed deploys, startup issues, and runtime errors
render-scalingConfigure autoscaling, instance sizing, and cost tradeoffs
render-migrate-from-herokuMigrate Heroku apps to Render

Trying it out

Once installed, ask your agent things like:

  • "Deploy my application to Render."
  • "Debug why my Render service won't start."
  • "Is my Render service healthy?"
  • "Set up a private service for this internal API."
  • "Add a cron job that runs every night."
  • "Configure custom domains for this web service."
  • "Migrate my Heroku app to Render."

Auto-approval hooks (Claude Code)

The repo ships hook configuration that lets Claude Code auto-approve safe, read-only Render CLI operations:

  • Listing services: render services list, render services -o json
  • Reading logs: render logs -r, render logs --raw
  • Checking workspaces: render workspace current, render workspace list

Anything that changes infrastructure still requires explicit approval, including deploys, restarts, service creation and deletion, configuration changes, and workspace changes.

Contributing

Add a new skill

  1. Create skills/your-skill-name/ with a SKILL.md.

  2. Add supporting files as needed: references/, assets/, and evals.json.

  3. Add frontmatter at the top of SKILL.md:

    ---
    name: your-skill-name
    description: One sentence describing when an agent should use this skill.
    license: MIT
    compatibility: Prerequisites and requirements
    metadata:
      author: Render
      version: "1.0.0"
      category: deployment
    ---
    
  4. Keep SKILL.md short and action-oriented. Move depth into references/.

  5. Test locally with your target tool.

For reference, look at render-deploy, render-debug, render-monitor, or render-workflows.

Repository structure

skills/
├── .github/workflows/   # CI
├── hooks/               # Auto-approval hook config for Claude Code
├── scripts/             # Install and helper scripts
├── skills/              # 21 skill directories
├── README.md
└── LICENSE

Support

License

MIT License. See LICENSE.

Contributors

mosslilley

11 commits

R4ph-t

7 commits

tejchilli

6 commits

StephenBarlow

3 commits

Languages

Shell

100.0%