mf-context

Installation
SKILL.md

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

1. Basic Info

Read {projectRoot}/package.json and extract:

  • name: project name
  • Merge dependencies + devDependencies into a full dependency map

Detect the package manager (check files in order):

  • pnpm-lock.yaml → pnpm
  • yarn.lock → yarn
  • package-lock.json → npm

2. Bundler & MF Config

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

Related skills

More from module-federation/core

Installs
66
GitHub Stars
2.5K
First Seen
Mar 6, 2026