·mf-context
{}

mf-context

Collects the current project's Module Federation context (MFContext) and outputs a structured summary. Serves as the data foundation for all MF diagnostic Skills; can also be called standalone to quickly understand the project's MF configuration.

14Installs·1Trend·@module-federation

Installation

$npx skills add https://github.com/module-federation/core --skill mf-context

How to Install mf-context

Quickly install mf-context AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/module-federation/core --skill mf-context
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: module-federation/core.

SKILL.md

View raw

Collect the following information step by step from $ARGUMENTS (defaults to the current working directory if empty), then output the aggregated MFContext.

Find config files in the following priority order (.ts / .mts take precedence over .js / .mjs / .cjs):

| 1 | module-federation.config.{ts,mts,js,mjs,cjs} | | 2 | rsbuild.config.{ts,mts,js,mjs,cjs} | | 3 | rspack.config.{ts,mts,js,mjs,cjs} | | 4 | modern.config.{ts,mts,js,mjs,cjs} | | 5 | next.config.{ts,mts,js,mjs,cjs} | | 6 | webpack.config.{ts,js} |

Collects the current project's Module Federation context (MFContext) and outputs a structured summary. Serves as the data foundation for all MF diagnostic Skills; can also be called standalone to quickly understand the project's MF configuration. Source: module-federation/core.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/module-federation/core --skill mf-context
Category
{}Data Analysis
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from module-federation/core

Quick answers

What is mf-context?

Collects the current project's Module Federation context (MFContext) and outputs a structured summary. Serves as the data foundation for all MF diagnostic Skills; can also be called standalone to quickly understand the project's MF configuration. Source: module-federation/core.

How do I install mf-context?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/module-federation/core --skill mf-context Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/module-federation/core