Install
openclaw skills install @goldath/micro-frontend-archMicro-frontend architecture design and implementation guide. Use when: designing micro-frontend architecture, choosing between Module Federation/qiankun/single-spa/wujie, splitting monolith into sub-apps, implementing style isolation, setting up inter-app communication, or deploying micro-frontends independently.
openclaw skills install @goldath/micro-frontend-arch| Scenario | Recommended |
|---|---|
| New project, Webpack 5 | Module Federation |
| Legacy jQuery/Vue2 migration | qiankun |
| Multi-framework coexistence | single-spa |
| Need JS sandbox + style isolation | wujie |