Best use case
Use LLM Chain Composer when you need to compose sophisticated LLM chains with conditional routing, parallel execution, and state management, especially when the work is driven by LLM chain and pipeline.
AI/ML · Global library
Compose sophisticated LLM chains with conditional routing, parallel execution, and state management
Best use case
Use LLM Chain Composer when you need to compose sophisticated LLM chains with conditional routing, parallel execution, and state management, especially when the work is driven by LLM chain and pipeline.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show llm-chain-composerUse
orchestrator-mcp skills export llm-chain-composer --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/llm-chain-composer ./your-agent-skills/llm-chain-composer
# or open skills/llm-chain-composer/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Tune provider routing policy for quality, cost ceilings, and fallback behavior across multiple model subscriptions.
Design robust communication protocols for agent systems with message schemas, serialization, and delivery guarantees
Manage complete agent lifecycles from initialization through graceful shutdown with health monitoring, scaling, and resource optimization