_create-render-worker

Create TypeScript background worker templates and Render Blueprint manifests in monorepos.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill create-render-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _create-render-worker
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/_create-render-worker
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill create-render-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tsx, typescript, @types/node.

What problem does it solve?

This skill automates the complex, multi-step process of scaffolding a long-running background worker and configuring the necessary infrastructure on Render, removing the need for manual setup.

Core Features & Use Cases

  • Automated Scaffolding: Instantly creates a TypeScript-ready worker package with graceful shutdown handling and necessary configuration files.
  • Infrastructure Generation: Automatically generates the required render.yaml file to enable Render's Blueprint-based deployment.
  • Use Case: When building a T3 stack application that requires a persistent background process like a queue consumer or a stream processor, this skill handles the entire setup from directory creation to deployment verification.

Quick Start

Invoke the create render worker skill to scaffold a new background worker package and generate the configuration for your monorepo.

Frequently Asked Questions about _create-render-worker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Render background worker deployment in a monorepo?

To automate Render background worker deployment in a monorepo, you can generate a TypeScript worker template and a Render Blueprint manifest. This scaffolding process creates the necessary directory structure and configuration files to enable automated cloud deployments.

What is the best way to scaffold a TypeScript background worker for Render?

Scaffolding a TypeScript background worker for Render involves generating a package with graceful shutdown handling and creating a render.yaml file. This approach removes manual setup by integrating local project management tools like pnpm and git to ensure consistent service lifecycle management.

Can I use Render Blueprints to configure a queue consumer in a T3 stack application?

Yes, you can use Render Blueprints to configure a queue consumer in a T3 stack application. The process generates a render.yaml file that defines the persistent background process, enabling automated deployment directly from your monorepo structure.

Does Render background worker automation require TypeScript and pnpm?

Render background worker automation requires TypeScript, tsx, and Node types to generate the worker template. It also integrates with local project management tools like pnpm and git to manage dependencies and maintain consistent service lifecycle management.

How does automated Render worker scaffolding handle service lifecycle management?

Automated Render worker scaffolding handles service lifecycle management by integrating Render REST APIs with local project management tools. This ensures consistent deployment and configuration updates directly from your monorepo environment.

What infrastructure is generated when creating a Render background worker?

Creating a Render background worker generates a TypeScript-ready worker package and a render.yaml Blueprint manifest. This generated infrastructure facilitates automated cloud deployments by defining the background service configuration within your monorepo.