ClaudeSuperPower

render-workflows

Skill

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 Workflo

Install

git clone https://github.com/render-oss/render-plugin-claude-code.git ~/.claude/skills/render-workflows

What is render-workflows?

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 time, scaffold a workflow service, add or modify workflow tasks, test workflows locally, or deploy workflows to Render.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~109 tokens of context used while enabled, before you invoke anything

Documentation

README · ~5 min read

Render Workflows

Render Workflows rapidly distribute computational work across multiple independent instances. Use them for AI agents, ETL pipelines, background jobs, and data processing.

How it works:

  1. Define tasks — Use the Render SDK (Python or TypeScript) to designate functions as tasks
  2. Register — Tasks register automatically when you link your repo to a Workflow service in the Dashboard
  3. Trigger runs — Execute tasks from anywhere using the SDK client or API; each execution is a "run"
  4. Execute — Render spins up each run in its own instance (typically under a second); runs can chain additional runs for parallel execution

Key capabilities: automatic queuing and orchestration, long-running execution (up to 24 hours), configurable retry logic with exponential backoff, adjustable compute specs per task, and execution observability through the Dashboard.

Render Workflows are in beta. The SDK and API may introduce breaking changes.

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.