render-oss

81 mods across 5 repositories, 346 stars between them.

cli AGENTS.md

01

render-oss/cli

Instructions file CodexOpenCode

Instructions for render-oss/cli, covering repository guidelines, project overview, before you code, boundaries and when uncertain.

112 3d ago A 1,902 tokens original Apache-2.0

render-plugins

02

render-oss/skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: render.

77 13d ago A tokens not measured original MIT

skills

03

render-oss/skills

Plugin Claude Code

Deploy, debug, monitor, and migrate applications on Render cloud platform with intelligent Blueprint generation, error diagnosis, and Heroku migration.

77 13d ago A tokens not measured original MIT

render

04

render-oss/skills

MCP server Claude CodeCodexCursor +2

MCP server "render", hosted remotely at mcp.render.com, as configured in render-oss/skills.

77 13d ago A tokens not measured original MIT

PreToolUse

05

render-oss/skills

Hook

Runs before the agent uses a tool for Bash tool calls, executing auto-approve-render.sh. From render-oss/skills.

77 13d ago A tokens not measured copy · 64% MIT

render-oss/skills

Skill Claude CodeCodex

Sets up and configures background workers on Render for queue-based job processing. Use when the user needs to process async jobs, consume from a queue, run Celery/Sidekiq/BullMQ/Asynq/Oban workers, handle graceful shutdown with SIGTERM, wire a worker to Key Value, or choose between workers and cron jobs for…

77 13d ago A 116 tokens original MIT

render-blueprints

07

render-oss/skills

Skill Claude CodeCodex

Authors and validates render.yaml Blueprints for Render infrastructure. Use when the user needs to write or edit a render.yaml, wire services together with fromDatabase/fromService/fromGroup, set up projects and environments for multi-service apps, configure preview environments, validate against the schema, or fix…

77 13d ago A 91 tokens original MIT

render-cli

08

render-oss/skills

Skill Claude CodeCodex

Installs and uses the Render CLI for deploys, logs, SSH, psql, Blueprint validation, and automation. Use when the user needs to run Render CLI commands, script deploys in CI/CD, authenticate with an API key, query services non-interactively, or troubleshoot CLI auth issues. Trigger terms: render CLI, render login…

77 13d ago D 107 tokens original MIT

render-cron-jobs

09

render-oss/skills

Skill Claude CodeCodex

Configures and troubleshoots scheduled tasks on Render using cron job services. Use when the user needs to run something on a schedule, write a cron expression, set up a periodic job, migrate from Heroku Scheduler, choose between cron jobs and background workers, or fix a cron that isn't firing. Trigger terms: cron…

77 13d ago A 93 tokens original MIT

render-debug

10

render-oss/skills

Skill Claude CodeCodex

Debug failed Render deployments by analyzing logs, metrics, and database state. Identifies errors (missing env vars, port binding, OOM, etc.) and suggests fixes. Use when deployments fail, services won't start, or users mention errors, logs, or debugging.

77 13d ago A 56 tokens original MIT

render-deploy

11

render-oss/skills

Skill Claude CodeCodex

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.

77 13d ago C 49 tokens copy · 91% MIT

render-disks

12

render-oss/skills

Skill Claude CodeCodex

Attaches and manages persistent disks on Render services—mount paths, sizing, snapshots, file transfers, and single-instance constraints. Use when the user needs persistent storage, file uploads, a custom database on disk, CMS media storage, or needs to understand why their service can't scale horizontally or use…

77 13d ago A 98 tokens original MIT

render-docker

13

render-oss/skills

Skill Claude CodeCodex

Builds and deploys Docker containers on Render—Dockerfiles, multi-stage builds, Blueprint Docker fields, private registries, layer caching, and platform constraints. Use when the user mentions Docker, Dockerfile, container images, multi-stage builds, container registry, GHCR, ECR, BuildKit, dockerContext, runtime…

77 13d ago A 80 tokens original MIT

render-domains

14

render-oss/skills

Skill Claude CodeCodex

Configures custom domains and TLS certificates on Render—DNS setup, CNAME records, apex domains, wildcard domains, and certificate troubleshooting. Use when the user needs to add a custom domain, configure DNS, set up HTTPS/TLS, troubleshoot certificate issuance, disable the onrender.com subdomain, or add a wildcard…

77 13d ago A 101 tokens original MIT

render-env-vars

15

render-oss/skills

Skill Claude CodeCodex

Configures environment variables, secrets, and env groups on Render. Use when the user needs to set env vars, wire secrets between services, create env groups, use generateValue, set sync: false, or troubleshoot missing or incorrect environment variable values in Blueprints or the Dashboard.

77 13d ago A 60 tokens original MIT

render-keyvalue

16

render-oss/skills

Skill Claude CodeCodex

Provisions and configures Render Key Value (Redis-compatible Valkey 8) instances for caching, session storage, and job queues. Use when the user needs Key Value, uses Redis or Valkey, or needs a cache, session store, or job queue backend, or needs to configure maxmemory policy, ipAllowList, connection strings, or…

77 13d ago A 115 tokens original MIT

render-mcp

17

render-oss/skills

Skill Claude CodeCodex

Connects and configures the Render MCP server for AI coding tools—setup per tool (Cursor, Claude Code, Codex), authentication, workspace selection, tool catalog, and troubleshooting. Use when MCP is not configured, listservices() fails, the user asks about Render MCP setup, or an action skill needs MCP but it's not…

77 13d ago A 107 tokens original MIT

render-oss/skills

Skill Claude CodeCodex

Migrate from Heroku to Render by reading local project files and generating equivalent Render services. Triggers: any mention of migrating from Heroku, moving off Heroku, Heroku to Render migration, or switching from Heroku. Reads Procfile, dependency files, and app config from the local repo. Optionally uses Heroku…

77 13d ago C 100 tokens original MIT

render-monitor

19

render-oss/skills

Skill Claude CodeCodex

Monitor Render services in real-time. Check health, performance metrics, logs, and resource usage. Use when users want to check service status, view metrics, monitor performance, or verify deployments are healthy.

77 13d ago A 43 tokens original MIT

render-networking

20

render-oss/skills

Skill Claude CodeCodex

Connects Render services over the private network—internal DNS, service discovery, and cross-service communication. Use when the user needs to wire services together, resolve internal hostnames, troubleshoot connectivity between services, configure environment isolation, or understand which services can reach each…

77 13d ago A 57 tokens original MIT

render-postgres

21

render-oss/skills

Skill Claude CodeCodex

Sets up and optimizes Managed PostgreSQL on Render—connection strings (internal vs external), creation constraints, storage autoscaling, connection limits, high availability, read replicas, backups, and MCP inspection. Use when the user mentions Postgres, PostgreSQL, Render database, connection string, DATABASEURL…

77 13d ago A 83 tokens original MIT

render-oss/skills

Skill Claude CodeCodex

Configures Render private services—internal-only apps that accept traffic exclusively from other Render services over the private network. Use when the user needs an internal API, microservice, gRPC server, sidecar, or any service that should not be publicly accessible. Also use when choosing between a private service…

77 13d ago A 96 tokens original MIT

render-scaling

23

render-oss/skills

Skill Claude CodeCodex

Scales Render services—configures autoscaling targets, chooses instance types, sets manual instance counts, and optimizes cost. Use when the user needs to handle more traffic, set up autoscaling, pick the right instance type, reduce costs, or troubleshoot scaling behavior like slow scale-down or stuck instances.

77 13d ago A 65 tokens original MIT

render-static-sites

24

render-oss/skills

Skill Claude CodeCodex

Deploys and configures static sites on Render's global CDN—build commands, publish paths, SPA routing, redirects, custom headers, and PR previews. Use when the user needs to deploy a static site, set up a React/Vue/Hugo/Gatsby frontend, configure SPA fallback routing, add redirect rules, customize response headers, or…

77 13d ago A 121 tokens original MIT