mf-bridge-check

Validate Module Federation Bridge producer exports and consumer API usage.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/brGuirra/funkonation --skill mf-bridge-check-brguirra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mf-bridge-check
Source: https://github.com/brGuirra/funkonation/tree/main/.agents/skills/mf-bridge-check
Command: npx skills add https://github.com/brGuirra/funkonation --skill mf-bridge-check-brguirra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses instability and errors in micro-frontend sub-app integration by verifying correct Module Federation Bridge usage.

Core Features & Use Cases

  • Producer Verification: Checks if producers correctly export export-app according to the Bridge specification.
  • Consumer Guidance: Recommends using official Bridge APIs for consumers, discouraging direct URL manipulation.
  • Use Case: When a micro-frontend application is crashing or behaving unexpectedly after integration, this Skill can diagnose whether the issue stems from incorrect Module Federation setup.

Quick Start

Use the mf-bridge-check skill to analyze the module federation configuration for the project located at /path/to/project.

Frequently Asked Questions about mf-bridge-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify Module Federation Bridge integration in a micro-frontend project?

To verify Module Federation Bridge integration, you need a tool that checks producer exports and consumer API usage. This skill validates adherence to Bridge specifications by analyzing your project configuration to ensure seamless sub-app communication.

Why does my micro-frontend application crash after Module Federation integration?

Micro-frontend application crashes after integration often stem from incorrect Module Federation setup. Diagnosing the issue involves checking if producers correctly export `export-app` and whether consumers avoid direct URL manipulation by using official Bridge APIs.

How do I check if producers correctly export `export-app` for Module Federation?

Checking if producers correctly export `export-app` involves validating the module federation configuration against Bridge specifications. This skill analyzes your project to confirm producers follow the required export patterns for stable sub-app integration.

Can I use direct URL manipulation for consumer APIs in a micro-frontend architecture?

Direct URL manipulation for consumer APIs is discouraged in micro-frontend architectures. You should use official Bridge APIs instead to ensure seamless sub-app communication and prevent integration instability or unexpected application behavior.

What is the best way to diagnose integration instability in a Module Federation micro-frontend?

Diagnosing integration instability in a Module Federation micro-frontend requires verifying Bridge API usage. This skill checks producer exports and consumer API adherence to Bridge specifications, identifying configuration errors causing sub-app communication failures.