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.md
source content

Hybrid Orchestrator

Use this skill to coordinate multi-step workflows safely.

Workflow

  1. Break task into tool-compatible steps.
  2. Define handoffs and checkpoints.
  3. Execute with validation gates.
  4. Summarize outcomes and errors.

Output expectations

  • Provide workflow graph and checkpoints.