Skip to content

Architecture · Global library

Multi-Cloud Strategist

Design resilient systems that leverage multiple cloud providers while avoiding vendor lock-in

CodexClaude CodeKimi Codeorchestrator-mcp

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

multi-cloudhybrid cloudcloud agnosticvendor lock-incloud portabilitymulti-region

Validation hooks

portability-check

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show multi-cloud-strategist

Use

orchestrator-mcp skills export multi-cloud-strategist --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/multi-cloud-strategist ./your-agent-skills/multi-cloud-strategist
# or open skills/multi-cloud-strategist/SKILL.md in a markdown-first client

File patterns

*multi-cloud**hybrid**cloud-agnostic**terraform**.tf

Model preferences

claude-sonnet-4claude-haikugpt-4o

Related skills

Adjacent packs to compose next.

ArchitectureGlobal library

Circuit-Breaker Weaver

Open pack

Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.

CodexClaude Code
ArchitectureGlobal library

CQRS Pattern Master

Open pack

Separate read and write models to optimize for query performance and command processing independently

CodexClaude Code