Skip to content
New site — Virtual Media Folders now has its own home. Visit vmf.soderlind.no →

Browser-Native Dependency Scanner

Scan JavaScript dependencies for packages replaceable by browser/runtime native APIs. Use for dependency-modernization audits, or when another skill needs a native-replacement report with confidence, Baseline status, and examples.

  • Version: 1.2.0
  • Compatibility: Node.js 18+. Filesystem-based — reads package.json. No network or browser access required.
Terminal window
npx skills add soderlind/skills --skill browser-native -g

Use this skill when the user:

  • asks for a dependency modernization audit focused on native API replacements.
  • wants to remove polyfills/utility packages and reduce bundle/runtime overhead.
  • asks if a specific package has a browser-native alternative.