Module Federation
Official@module-federation · West Coast
Official plugins designed and developed by the authors of Webpack Module Federation
Agent Skills by Module Federation
Showing 13 vetted skills indexed across 1 GitHub repositories.
local-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.
mf-docs
Retrieve and synthesize Module Federation documentation from module-federation.io.
Frequently Asked Questions About Module Federation
FAQPage SchemaWhat specific tasks are enabled by these configurations?▼
These configurations enable validation of federated build setups, analysis of shared dependency conflicts, performance profiling of local development environments, and synchronization of metadata across distributed frontend projects. They ensure consistency in module exposure, remote entry points, and type safety across complex multi-project architectures.
Which personas benefit from these technical capabilities?▼
Frontend architects, platform engineers, and monorepo maintainers benefit from these capabilities. These professionals manage large-scale distributed web applications and require standardized build pipelines, rigorous dependency management, and performance monitoring to maintain stability across multiple federated micro-frontends.
What are the prerequisites for implementing these configurations?▼
Implementation requires an existing project utilizing Webpack, Rspack, Rsbuild, or Vite with Module Federation enabled. Users must have a Node.js environment and familiarity with monorepo structures, specifically Turborepo, to integrate these validation and analysis tasks into their existing build and deployment pipelines.