Arnav Shah
Community@greenmartialarts · Cupertino, CA
A 21-skill registry for deploying, configuring, migrating, and operating applications on the Render cloud platform, covering compute, databases, networking, and observability.
Agent Skills by Arnav Shah
Showing 21 vetted skills indexed across 1 GitHub repositories.
render-migrate-from-heroku
Migrates Heroku applications to Render by generating Blueprints and provisioning equivalent services.
render-blueprints
Authors and validates render.yaml Blueprints for Render infrastructure as code.
render-static-sites
Deploys and configures static sites on Render's global CDN with routing and headers.
render-keyvalue
Provisions and configures Render Key Value instances for caching, sessions, and job queues.
render-postgres
Configures and manages Render Managed PostgreSQL connections, storage, replicas, and backups.
render-cli
Automates Render service deploys, logs, SSH, and psql operations from the terminal.
render-private-services
Configures Render private services for internal-only APIs, microservices, and gRPC servers.
render-mcp
Configures the Render MCP server for AI coding tools with authentication and workspace selection.
render-disks
Configures and manages persistent disks on Render services including mount paths, sizing, and snapshots.
render-env-vars
Configures environment variables, secrets, and env groups on Render services.
render-scaling
Configures autoscaling, instance counts, and plan types for Render services.
render-workflows
Scaffolds, develops, tests, and deploys Render Workflows task services in Python or TypeScript.
render-debug
Diagnose failed Render deployments by analyzing logs, metrics, and PostgreSQL database state.
render-cron-jobs
Configures and troubleshoots scheduled cron job services on Render.
render-networking
Configures private networking, internal DNS, and service discovery between Render services.
render-background-workers
Configure Render background workers for queue-based job processing with graceful shutdown.
render-deploy
Generates render.yaml Blueprints and deploys applications to Render via MCP or CLI.
render-web-services
Configure Render web services including port binding, health checks, domains, and deploy lifecycle.
render-docker
Builds and deploys Docker containers on Render using Dockerfiles, multi-stage builds, and private registries.
render-domains
Configures custom domains, DNS records, and TLS certificates for Render services.
render-monitor
Monitor Render service health, performance metrics, logs, and database status.
Frequently Asked Questions About Arnav Shah
FAQPage SchemaWhat tasks can I accomplish with these Render skills?▼
You can deploy web services, static sites, Docker containers, cron jobs, and background workers; provision Managed PostgreSQL and Key Value (Valkey) instances; author render.yaml Blueprints; configure custom domains, TLS, env vars, persistent disks, autoscaling, and private networking; migrate from Heroku; and debug or monitor failed deployments.
Who are these Render skills designed for?▼
They target developers and platform engineers hosting applications on Render—teams deploying React/Vue/Hugo frontends, running Celery/Sidekiq/BullMQ workers, managing Postgres databases, wiring microservices over private networks, or migrating workloads off Heroku onto Render's platform.
What are the prerequisites for using these skills?▼
A Git repository on GitHub, GitLab, or Bitbucket is required for Blueprint sync. Render CLI v2.7.0+ is recommended for validation and operations (v2.11.0+ for Workflows scaffolding). The Render MCP server at mcp.render.com is optional but enables direct service creation, inspection, and verification.
Are these Render skills free and open source?▼
Yes, all 21 skills are released under the MIT license by Render. The skills themselves are free; underlying Render resources vary—static sites and Key Value offer free tiers, while private services, persistent disks, and paid Postgres plans require paid Render subscriptions.
How do I migrate from Heroku to Render using these skills?▼
The render-migrate-from-heroku skill reads your local Procfile, dependency files, and app config, then generates equivalent Render services. Optionally, the Heroku MCP server enriches migration with live config vars, add-ons, and dyno sizes, while Render MCP or Blueprint YAML creates the services.