mbruhlermbruhlerCommunity·8 Agent Skills Included

claude-orchestration

Multi-step workflow orchestration with parallel execution and checkpoints

Builds and runs multi-step workflows that chain agents in sequence, parallel, or conditional branches using plain language or simple syntax. Eliminates manual coordination of repetitive processes like testing, code review, deployment, and data scraping. Adds checkpoints, error recovery, scheduling, and reusable templates so complex automations run reliably end to end.
npx skills add mbruhler/claude-orchestration --all -g -y

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-orchestration?

Run `npx skills add mbruhler/claude-orchestration --all -g -y` in your terminal to install all skills in this suite globally.

How to automate multi-step tasks with workflows?

Describe your process in plain English, and the suite generates a workflow that chains agents sequentially, in parallel, or with conditional branches, then executes it with live progress tracking.

Can workflows pause for human review?

Yes. You can insert checkpoints anywhere in a workflow to review outputs, approve deployments, or retry failed steps before continuing.

Does it support scheduled background runs?

Yes. Add a schedule directive to any workflow file and it runs automatically at set times, with fallback behaviors for unattended checkpoints.

Can I reuse workflows across projects?

Yes. Save any workflow as a template or pull proven workflows from the community registry instead of writing them from scratch.

Related Repositories in Software Engineering

View All in Software Engineering