mf
Original:🇺🇸 English
Translated
7 scripts
All-in-one Module Federation skill. Use when the user asks anything about MF — concepts, configuration, runtime API, shared dependencies, type errors, runtime error code troubleshooting, slow builds, Bridge integration, or adding MF to an existing project.
22installs
Sourcemodule-federation/core
Added on
NPX Install
npx skill4agent add module-federation/core mfTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →MF — Module Federation All-in-One Skill
Step 1: Identify the sub-skill
Parse and map to a reference file in the directory (same directory as this file):
$ARGUMENTSreference/| Sub-command (case-insensitive) | Aliases | Reference file |
|---|---|---|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
If no explicit sub-command is found, detect intent from the full input:
| Signal in input | Reference file |
|---|---|
| Question about MF concepts, API, configuration options | |
| "integrate", "add MF", "setup", "scaffold", "new project" | |
| "type error", "TS error", "@mf-types", "dts", "typescript" | |
| "shared", "singleton", "duplicate", "antd", "transformImport" | |
| "slow", "HMR", "performance", "build speed", "ts-go" | |
| "plugin", "asyncStartup", "exposes key", "config" | |
| "bridge", "sub-app", "export-app", "createRemoteAppComponent" | |
| "RUNTIME-001", "RUNTIME-008", "runtime error code", "remote entry load failed", "ScriptNetworkError", "ScriptExecutionError", "container missing", "window[remoteEntryKey]" | |
| "manifest", "remoteEntry URL", "module info", "publicPath" | |
| "context", "what is configured", "MF role", "bundler" | |
If still ambiguous, show the user the sub-command table above and ask them to pick.
Step 2: Load and execute the reference
Read the matched file from the directory (same directory as this SKILL.md).
reference/Execute all instructions in that file, passing the remaining arguments (everything after the sub-command token, or the full if intent-detected) as .
$ARGUMENTSARGS