orchestrator
SKILL.md
Orchestrator Skill
What & When
What: Commands for managing specialized Claude AI agent sessions with optional agent blueprints and MCP server integration.
When to use:
- Delegate tasks to specialized sessions with different MCP configurations
- Run long-running operations that can be resumed later
- Use agent blueprints for specialized behavior (research, testing, etc.)
- Manage multiple concurrent agent conversations
- Work with persistent sessions using simple names (no session ID management)
Key Benefits:
- Session names instead of session IDs (simpler tracking)
- Automatic session management via backend APIs
- Built-in result extraction (no manual JSON parsing)
- Optional agent blueprints for specialized capabilities
- Sessions can be resumed (even after finished)