Skills
Module Federation now exposes one unified mf skill.
You do not need to pick from a long list of separate skills, and you do not need to read the docs first and then translate them back to your agent. The simpler approach is to install this one skill and let the agent decide whether it should read docs, inspect config, or troubleshoot a problem.
If you have not read it yet, start with AI Quick Start.
Installation
After that, the main entry is:
If you cannot use the CLI, you can also copy the directory manually from GitHub:
How to use it
mf has one entry point, but it contains multiple capabilities. You can either provide an explicit sub-command or just ask in plain language.
With explicit sub-commands:
With natural language:
What mf supports
The most common workflows
1. Read the docs before answering
This is the most common use case, and the best place to start:
That makes the agent read the latest docs first instead of guessing from outdated memory.
2. Let the agent integrate it for you
If you want to add Module Federation to an existing project:
The agent will inspect your current project and decide what to do next.
3. Let the agent troubleshoot directly
If you already have a concrete problem:
At that point, the goal is not for you to manually investigate first. The goal is to let the agent start diagnosing immediately.
The one thing you really need to remember
You do not need to read the docs first and then tell the agent what to do.
Install mf, then let the agent read, inspect, decide, and act.