render-oss/render-cursor-plugin

Cursor plugin for Render

0Stars on the repository
27Mods indexed here, across every type
13d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

render-oss/render-cursor-plugin

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 (Redis), or choose between workers and cron jobs for…

0 13d ago A 118 tokens

render-blueprints

02

render-oss/render-cursor-plugin

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…

0 13d ago A 91 tokens

render-cli

03

render-oss/render-cursor-plugin

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…

0 13d ago D 107 tokens

render-cron-jobs

04

render-oss/render-cursor-plugin

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…

0 13d ago A 93 tokens

render-debug

05

render-oss/render-cursor-plugin

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.

0 13d ago A 56 tokens

render-deploy

06

render-oss/render-cursor-plugin

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.

0 13d ago C 49 tokens

render-disks

07

render-oss/render-cursor-plugin

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…

0 13d ago A 98 tokens

render-docker

08

render-oss/render-cursor-plugin

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…

0 13d ago A 80 tokens

render-domains

09

render-oss/render-cursor-plugin

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…

0 13d ago A 101 tokens

render-env-vars

10

render-oss/render-cursor-plugin

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.

0 13d ago A 60 tokens

render-keyvalue

11

render-oss/render-cursor-plugin

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 Redis, Key Value, Valkey, a cache, session store, job queue backend, or needs to configure maxmemory policy, ipAllowList, connection strings, or internal vs external…

0 13d ago A 111 tokens

render-mcp

12

render-oss/render-cursor-plugin

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…

0 13d ago A 107 tokens

render-oss/render-cursor-plugin

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…

0 13d ago C 100 tokens

render-monitor

14

render-oss/render-cursor-plugin

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.

0 13d ago A 43 tokens

render-networking

15

render-oss/render-cursor-plugin

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…

0 13d ago A 57 tokens

render-postgres

16

render-oss/render-cursor-plugin

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…

0 13d ago A 83 tokens

render-oss/render-cursor-plugin

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…

0 13d ago A 96 tokens

render-scaling

18

render-oss/render-cursor-plugin

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.

0 13d ago A 65 tokens

render-static-sites

19

render-oss/render-cursor-plugin

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…

0 13d ago A 121 tokens

render-web-services

20

render-oss/render-cursor-plugin

Skill Claude CodeCodex

Configures Render web services—port binding, TLS, health checks, custom domains, auto-deploy, PR previews, persistent disks, and deploy lifecycle. Use when the user needs to set up a web service, fix health check failures, add a custom domain, configure zero-downtime deploys, or troubleshoot port binding issues.

0 13d ago A 71 tokens

render-workflows

21

render-oss/render-cursor-plugin

Skill Claude CodeCodex

Sets up, develops, tests, and deploys Render Workflows. Covers first-time scaffolding (via CLI or manual), SDK installation (Python or TypeScript), task patterns (retries, subtasks, fan-out), local development, Dashboard deployment, and troubleshooting. Use when a user wants to set up Render Workflows for the first…

0 13d ago C 95 tokens