Render OSS
Official@render-oss · United States of America
Render's Public Repos
Agent Skills by Render OSS
Showing 21 vetted skills indexed across 1 GitHub repositories.
render-migrate-from-heroku
Migrate Heroku apps to Render by generating a render.yaml blueprint from local project files.
render-blueprints
Author and validate render.yaml definitions against the official JSON Schema.
render-static-sites
Automate static site deployment and configuration on Render's global CDN.
render-keyvalue
Provision and configure Render Key Value instances with maxmemory policies and ipAllowList.
render-postgres
Configure and optimize Render Managed PostgreSQL databases for hosting apps.
render-cli
Automate Render CLI deployments, monitoring, and debugging with API key authentication.
render-private-services
Configure Render private services accessible only within the private network.
render-mcp
Configure and authenticate the Render MCP server for Cursor, Claude Code, and Codex.
render-disks
Attach and manage persistent SSD disks for Render services with mount paths and snapshots.
render-env-vars
Configure environment variables, secrets, and environment groups on Render.
render-scaling
Automate Render service scaling with manual counts and autoscaling rules.
render-workflows
Scaffold, develop, test, and deploy Render Workflows with Python or TypeScript SDKs.
render-debug
Diagnose Render deployment failures by analyzing build, deploy, and runtime logs.
render-cron-jobs
Configure and troubleshoot Render cron jobs with UTC schedules.
render-networking
Configure private networking and internal DNS for multi-service deployments on Render.
render-background-workers
Configure queue-based background workers on Render with render.yaml blueprints.
render-deploy
Analyze repositories and generate render.yaml blueprints for Render deployments.
render-web-services
Configure Render Web Services for port binding, TLS, domains, and health checks.
render-docker
Automate Docker container builds and deployments on Render compute services.
render-domains
Configure custom domains and DNS records for Render web services and static sites.
render-monitor
Monitor Render services in real-time using MCP tools or the Render CLI.
Frequently Asked Questions About Render OSS
FAQPage SchemaWhat specific infrastructure tasks can I perform using these definitions?▼
You can provision managed PostgreSQL databases, attach persistent SSD storage, configure custom TLS domains, and define private networking rules. These definitions enable full-stack environment management, including background worker queues, cron job scheduling, and environment variable security groups via standardized configuration files.
Which engineering personas benefit most from these configurations?▼
DevOps engineers, backend developers, and platform architects benefit from these configurations. They are designed for teams requiring reproducible infrastructure deployments, consistent environment parity across staging and production, and simplified management of containerized web services without manual dashboard intervention.
What are the prerequisites for deploying these configurations?▼
Deployment requires a valid account and an associated project repository containing a render.yaml blueprint. You must have authentication credentials configured for the environment to interact with the underlying infrastructure provider, ensuring that port bindings, health checks, and resource scaling rules are correctly mapped.