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 and examples.
- Version: 1.1.0
- Compatibility: Node.js 18+. Filesystem-based — reads package.json. No network or browser access required.
Install
Section titled “Install”npx skills add soderlind/skills --skill browser-native -gWhen to use
Section titled “When to use”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.
📦 Source: soderlind/skills · Edit on GitHub