mf-context

Collect and summarize a project's Module Federation configuration and roles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, structured overview of your project's Module Federation configuration, simplifying diagnostics and understanding of complex setups.

Core Features & Use Cases

  • Centralized Configuration: Aggregates key Module Federation details from various project files.
  • Dependency Mapping: Lists project dependencies and identifies the package manager.
  • Role Determination: Automatically detects if the project acts as a host, remote, or both.
  • Error & Build Data: Optionally includes recent error events and build artifacts for deeper analysis.
  • Use Case: Quickly understand how different micro-frontends are configured to communicate within your application.

Quick Start

Collect the current project's Module Federation context and output a structured summary.

Frequently Asked Questions about mf-context

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

FAQPage Schema
How do I summarize my project's Module Federation configuration?▼

To summarize Module Federation configuration, this skill parses your package.json and bundler files, aggregating MF roles, remotes, exposes, and shared dependencies into a structured overview for quick diagnostics.

What is the best way to understand my micro-frontend setup across different projects?▼

The best way to understand a micro-frontend setup is to aggregate the Module Federation context, which automatically determines if a project acts as a host, remote, or both and maps how different micro-frontends communicate.

How does Module Federation context collection handle error and build data?▼

Module Federation context collection optionally includes recent error events and build artifacts alongside basic project information and bundler configuration to support deeper diagnostic analysis.

Can I identify package manager and dependency mapping for my micro-frontends?▼

Yes, you can identify the package manager and list project dependencies as part of the Module Federation context summary, which parses package.json to map dependencies and aggregate key configuration details.