Best use case
Use Multi-Cloud Strategist when you need to design resilient systems that leverage multiple cloud providers while avoiding vendor lock-in, especially when the work is driven by multi-cloud and hybrid cloud.
Architecture · Global library
Design resilient systems that leverage multiple cloud providers while avoiding vendor lock-in
Best use case
Use Multi-Cloud Strategist when you need to design resilient systems that leverage multiple cloud providers while avoiding vendor lock-in, especially when the work is driven by multi-cloud and hybrid cloud.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show multi-cloud-strategistUse
orchestrator-mcp skills export multi-cloud-strategist --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/multi-cloud-strategist ./your-agent-skills/multi-cloud-strategist
# or open skills/multi-cloud-strategist/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.
Separate read and write models to optimize for query performance and command processing independently
Separate read and write models into typed CQRS flows with query optimization and command safety.