Module Federation avatar

Module Federation

Official

@module-federation · West Coast

0Followers
|
48Public Repos
|
13Published Skills

Official plugins designed and developed by the authors of Webpack Module Federation

Skills Distribution
DomainDeveloper To...Frontend Architect.. (40%)Build System Optim.. (30%)Monorepo Governance (30%)

Agent Skills by Module Federation

Showing 13 vetted skills indexed across 1 GitHub repositories.

module-federationmodule-federation
2.6k

local-ci

Execute local CI parity commands and pnpm run ci:local jobs.

Official
Intermediate
module-federationmodule-federation
2.6k

changeset-pr

Create and verify `.changeset/*.md` files for pull requests in a monorepo.

Official
Advanced
module-federationmodule-federation
2.6k

gh-pr-metadata

Normalize GitHub Pull Request titles to conventional commit format and rewrite bodies to match repository templates.

Official
Intermediate
module-federationmodule-federation
2.6k

turborepo

Configure Turborepo monorepo build tasks, caching, and pipelines in turbo.json.

Official
Advanced
module-federationmodule-federation
2.6k

mf-bridge-check

Validate Module Federation Bridge API usage in producer export-app configurations.

Official
Intermediate
module-federationmodule-federation
2.6k

mf-context

Collect and aggregate Module Federation context from project and bundler configurations.

Official
Intermediate
module-federationmodule-federation
2.6k

mf-config-check

Validates Module Federation build configurations including plugin integration, async entry setup, and exposes paths via Node.js script analysis.

Official
Intermediate
module-federationmodule-federation
2.6k

mf-perf

Analyze Module Federation local development performance configurations for slow HMR and build speeds.

Official
Intermediate
module-federationmodule-federation
2.6k

mf-module-info

Fetch Module Federation metadata and analyze exposed, remote, and shared dependencies.

Official
Intermediate
module-federationmodule-federation
2.6k

mf-shared-deps

Analyze Module Federation shared dependency configurations to detect and report conflicts.

Official
Intermediate
module-federationmodule-federation
2.6k

mf-type-check

Diagnose TypeScript type issues in Module Federation setups.

Official
Intermediate
module-federationmodule-federation
2.6k

mf-integrate

Configure Module Federation for Rsbuild, Rspack, Webpack, Modern.js, Vite, and Next.js projects.

Official
Advanced
module-federationmodule-federation
2.6k

mf-docs

Retrieve and synthesize Module Federation documentation from module-federation.io.

Official
Intermediate

Frequently Asked Questions About Module Federation

FAQPage Schema
What 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.