# Skill Synergy Orchestrator

> Combines multiple skills into synergistic pipelines. Use for: combine skills, skill pipeline, chain skills, skill synergy.

- Skill: `stijnman/skill-synergy-orchestrator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/skill-synergy-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/skill-synergy-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/skill-synergy-orchestrator

---

# Skill Synergy Orchestrator
## When to Use

- User says **combine skills** or task matches this capability
- User says **skill pipeline** or task matches this capability
- User says **chain skills** or task matches this capability
- User says **skill synergy** or task matches this capability

## Workflow

1. Identify skill chain for goal (e.g. research -> synthesize -> verify).
2. Define handoff data between skills.
3. Run pipeline; catch failures at each stage.
4. Tune order based on bottleneck-resolver feedback.

## Integrations

- `adaptive-workflow-composer`
- `multi-agent-orchestrator`
- `tool-discovery-engine`

## Error Handling

| Failure | Response |
|---------|----------|
| Skill missing | Substitute or install via skill-creation-enabler. |

## Gotchas

- privacy-redactor should run before any external-facing skill.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.

