claude-orchestration
Multi-step workflow orchestration with parallel execution and checkpoints
All Skills in This Repository (8)
Pure Emerald Level Indicatorsorchestration:creating-workflows
Translate natural-language prompts into executable multi-agent orchestration workflows.
managing-agents
Coordinate orchestration agent lifecycles including creation, execution, promotion, and cleanup.
debugging-workflows
Diagnose and fix workflow execution issues with actionable remediation steps.
orchestration:executing-workflows
Execute orchestration workflows with ASCII visualization and checkpoint steering.
using-templates
Apply workflow templates to automate common automation tasks.
using-orchestration
Coordinate multi-agent workflows with sequential, parallel, and conditional execution.
designing-syntax
Design custom operators, checkpoints, conditions, and loops for workflow syntax.
managing-temp-scripts
Create and execute temporary scripts in /tmp/workflow-scripts with automatic cleanup.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core