mf

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mf" with this command: npx skills add module-federation/core/module-federation-core-mf

MF — Module Federation All-in-One Skill

Step 1: Identify the sub-skill

Parse $ARGUMENTS and map to a reference file in the reference/ directory (same directory as this file):

Sub-command (case-insensitive)AliasesReference file
docsdoc, help, ?reference/docs.md
contextctx, info, statusreference/context.md
module-infomodule, remote, manifestreference/module-info.md
integrateinit, setup, addreference/integrate.md
type-checktypes, ts, dtsreference/type-check.md
shared-depsshared, deps, singletonreference/shared-deps.md
perfperformance, hmr, speedreference/perf.md
config-checkconfig, plugin, exposesreference/config-check.md
bridge-checkbridge, sub-appreference/bridge-check.md
runtime-errorruntime-code, runtime-008, runtime-001, remote-entryreference/runtime-error.md

If no explicit sub-command is found, detect intent from the full input:

Signal in inputReference file
Question about MF concepts, API, configuration optionsreference/docs.md
"integrate", "add MF", "setup", "scaffold", "new project"reference/integrate.md
"type error", "TS error", "@mf-types", "dts", "typescript"reference/type-check.md
"shared", "singleton", "duplicate", "antd", "transformImport"reference/shared-deps.md
"slow", "HMR", "performance", "build speed", "ts-go"reference/perf.md
"plugin", "asyncStartup", "exposes key", "config"reference/config-check.md
"bridge", "sub-app", "export-app", "createRemoteAppComponent"reference/bridge-check.md
"RUNTIME-001", "RUNTIME-008", "runtime error code", "remote entry load failed", "ScriptNetworkError", "ScriptExecutionError", "container missing", "window[remoteEntryKey]"reference/runtime-error.md
"manifest", "remoteEntry URL", "module info", "publicPath"reference/module-info.md
"context", "what is configured", "MF role", "bundler"reference/context.md

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 reference/ directory (same directory as this SKILL.md).

Execute all instructions in that file, passing the remaining arguments (everything after the sub-command token, or the full $ARGUMENTS if intent-detected) as ARGS.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

core

No summary provided by upstream source.

Repository SourceNeeds Review
Research

home assistant integration knowledge

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mtl-api-create

摩天轮开放接口二次封装技能。当用户需要对接摩天轮(MTL)开放平台接口、创建MTL HTTP接口、封装摩天轮API时触发。支持自动检测并添加mtl-open-sdk-consumer依赖、初始化ApiClient Bean、创建MtlRestController、根据原生接口定义生成HTTP接口代码。

Archived SourceRecently Updated
Coding

contactless-vital-signs-monitoring-analysis

Non-contact detection of heart rate, respiration, blood oxygen, and heart rate variability. No wearable devices are required; monitoring is achieved solely through camera footage. | 无感生命体征监测分析技能,非接触检测心率、呼吸、血氧、心率变异性,无需穿戴设备,通过摄像头画面即可监测

Archived SourceRecently Updated