mf-module-info

Installation
SKILL.md

Step 1: Parse $ARGUMENTS:

  • First token → <module-name>
  • If a second token looks like a URL (starts with http) → <remoteEntry-url> (standalone mode); remaining tokens → [project-root]
  • Otherwise → [project-root] (consumer mode)

Step 2 — consumer mode (no URL provided): Call the mf-context Skill (passing [project-root]) to collect MFContext, then run:

node scripts/module-info.js --context '<MFContext-JSON>' --module '<module-name>'

Step 2 — standalone mode (URL provided): Run with an empty context and the explicit URL:

node scripts/module-info.js --context '{}' --module '<module-name>' --url '<remoteEntry-url>'
Related skills

More from module-federation/core

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