core
Share code and modules across independent JavaScript applications at runtime
All Skills in This Repository (13)
Pure Emerald Level Indicatorslocal-ci
Execute local CI parity commands and pnpm run ci:local jobs.
changeset-pr
Create and verify `.changeset/*.md` files for pull requests in a monorepo.
gh-pr-metadata
Normalize GitHub Pull Request titles to conventional commit format and rewrite bodies to match repository templates.
turborepo
Configure Turborepo monorepo build tasks, caching, and pipelines in turbo.json.
mf-bridge-check
Validate Module Federation Bridge API usage in producer export-app configurations.
mf-context
Collect and aggregate Module Federation context from project and bundler configurations.
mf-config-check
Validates Module Federation build configurations including plugin integration, async entry setup, and exposes paths via Node.js script analysis.
mf-perf
Analyze Module Federation local development performance configurations for slow HMR and build speeds.
mf-module-info
Fetch Module Federation metadata and analyze exposed, remote, and shared dependencies.
mf-shared-deps
Analyze Module Federation shared dependency configurations to detect and report conflicts.
mf-type-check
Diagnose TypeScript type issues in Module Federation setups.
mf-integrate
Configure Module Federation for Rsbuild, Rspack, Webpack, Modern.js, Vite, and Next.js projects.
Frequently Asked Questions
FAQPage SchemaHow to install Module Federation core?▼
Run `npx skills add module-federation/core --all -g -y` in your terminal to install all skills in this suite globally.
What is Module Federation used for?▼
It lets separate JavaScript applications share code and dependencies at runtime, so teams can split one large frontend into independent micro-frontend apps.
How is Module Federation 2.0 different from webpack 5 federation?▼
It adds a runtime plugin system, dynamic type hints, a manifest, and Chrome devtools on top of the standard module sharing built into webpack 5.
Does Module Federation work with Rspack and webpack?▼
Yes. It provides plugins for both webpack and Rspack, plus runtime support for frameworks like Next.js and React Native Metro.
Can AI agents work in this repository?▼
Yes. The AGENTS.md and CLAUDE.md files give agents exact build, test, and CI commands plus rules for parallelizing coding tasks safely.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core