Arnav Shah avatar

Arnav Shah

Community

@greenmartialarts · Cupertino, CA

2Followers
|
25Public Repos
|
21Published Skills

A 21-skill registry for deploying, configuring, migrating, and operating applications on the Render cloud platform, covering compute, databases, networking, and observability.

Skills Distribution
DomainCloud & Comp...Cloud Compute & De.. (40%)Managed Databases .. (20%)Infrastructure as .. (15%)Monitoring, Debugg.. (15%)

Agent Skills by Arnav Shah

Showing 21 vetted skills indexed across 1 GitHub repositories.

greenmartialartsgreenmartialarts

render-migrate-from-heroku

Migrates Heroku applications to Render by generating Blueprints and provisioning equivalent services.

Community
Advanced
greenmartialartsgreenmartialarts

render-blueprints

Authors and validates render.yaml Blueprints for Render infrastructure as code.

Community
Intermediate
greenmartialartsgreenmartialarts

render-static-sites

Deploys and configures static sites on Render's global CDN with routing and headers.

Community
Intermediate
greenmartialartsgreenmartialarts

render-keyvalue

Provisions and configures Render Key Value instances for caching, sessions, and job queues.

Community
Intermediate
greenmartialartsgreenmartialarts

render-postgres

Configures and manages Render Managed PostgreSQL connections, storage, replicas, and backups.

Community
Intermediate
greenmartialartsgreenmartialarts

render-cli

Automates Render service deploys, logs, SSH, and psql operations from the terminal.

Community
Intermediate
greenmartialartsgreenmartialarts

render-private-services

Configures Render private services for internal-only APIs, microservices, and gRPC servers.

Community
Intermediate
greenmartialartsgreenmartialarts

render-mcp

Configures the Render MCP server for AI coding tools with authentication and workspace selection.

Community
Intermediate
greenmartialartsgreenmartialarts

render-disks

Configures and manages persistent disks on Render services including mount paths, sizing, and snapshots.

Community
Intermediate
greenmartialartsgreenmartialarts

render-env-vars

Configures environment variables, secrets, and env groups on Render services.

Community
Intermediate
greenmartialartsgreenmartialarts

render-scaling

Configures autoscaling, instance counts, and plan types for Render services.

Community
Intermediate
greenmartialartsgreenmartialarts

render-workflows

Scaffolds, develops, tests, and deploys Render Workflows task services in Python or TypeScript.

Community
Advanced
greenmartialartsgreenmartialarts

render-debug

Diagnose failed Render deployments by analyzing logs, metrics, and PostgreSQL database state.

Community
Advanced
greenmartialartsgreenmartialarts

render-cron-jobs

Configures and troubleshoots scheduled cron job services on Render.

Community
Intermediate
greenmartialartsgreenmartialarts

render-networking

Configures private networking, internal DNS, and service discovery between Render services.

Community
Intermediate
greenmartialartsgreenmartialarts

render-background-workers

Configure Render background workers for queue-based job processing with graceful shutdown.

Community
Intermediate
greenmartialartsgreenmartialarts

render-deploy

Generates render.yaml Blueprints and deploys applications to Render via MCP or CLI.

Community
Advanced
greenmartialartsgreenmartialarts

render-web-services

Configure Render web services including port binding, health checks, domains, and deploy lifecycle.

Community
Intermediate
greenmartialartsgreenmartialarts

render-docker

Builds and deploys Docker containers on Render using Dockerfiles, multi-stage builds, and private registries.

Community
Intermediate
greenmartialartsgreenmartialarts

render-domains

Configures custom domains, DNS records, and TLS certificates for Render services.

Community
Intermediate
greenmartialartsgreenmartialarts

render-monitor

Monitor Render service health, performance metrics, logs, and database status.

Community
Intermediate

Frequently Asked Questions About Arnav Shah

FAQPage Schema
What 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.