Claude-skill-registry hybrid-orchestrator
Coordinate multi-tool workflows with guardrails; use when asked to chain retrieval, analysis, and action steps.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/hybrid-orchestrator" ~/.claude/skills/majiayu000-claude-skill-registry-hybrid-orchestrator && rm -rf "$T"
manifest:
skills/data/hybrid-orchestrator/SKILL.mdsource content
Hybrid Orchestrator
Use this skill to coordinate multi-step workflows safely.
Workflow
- Break task into tool-compatible steps.
- Define handoffs and checkpoints.
- Execute with validation gates.
- Summarize outcomes and errors.
Output expectations
- Provide workflow graph and checkpoints.