Architecture · Global library
Micro-Frontend Orchestrator
Decompose monolithic frontend systems into deployable micro-frontends without breaking route contracts or shared state.
CodexClaude CodeKimi Codeorchestrator-mcp
Best use case
Use Micro-Frontend Orchestrator when you need to decompose monolithic frontend systems into deployable micro-frontends without breaking route contracts or shared state, especially when the work is driven by micro frontend and module federation.
Trigger signals
micro frontendmodule federationroute integrity
Validation hooks
audit_bundle_sizeverify_route_integrity
Install surface
Copy the exact command path you need.
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show micro-frontend-orchestrator
Use
orchestrator-mcp skills export micro-frontend-orchestrator --to ./skillforge-packs
# copy the exported pack into your preferred agent environment
Export
cp -R skills/micro-frontend-orchestrator ./your-agent-skills/micro-frontend-orchestrator
# or open skills/micro-frontend-orchestrator/SKILL.md in a markdown-first client
File patterns
**/*.tsx**/vite.config.***/webpack*.js
Model preferences
deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudqwen2.5-coder:32b
Related skills
Adjacent packs to compose next.
Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.
CodexClaude Code
Separate read and write models to optimize for query performance and command processing independently
CodexClaude Code
Separate read and write models into typed CQRS flows with query optimization and command safety.
CodexClaude Code