What problem does it solve? Replacing a deprecated, abandoned, or risky npm dependency requires researching alternatives, checking their security posture, and planning the migration. This Skill automates that evaluation by grounding every recommendation in NCM vulnerability, license, and module-risk data. ## Core Features & Use Cases - NCM-Grounded Evaluation: Fetches vulnerability, license, and module-risk data for the package being replaced and for every proposed alternative before recommending it. - Comparison and Ranking: Produces a comparison table covering vulnerabilities, licenses, module risks, and maintenance signals, leading with the strongest recommendation. - Migration Plan: Delivers install/uninstall commands for the detected package manager, API before/after code examples, configuration changes, and a post-migration test checklist. - Use Case: A team discovers their HTTP library is unmaintained and flagged by NCM. The Skill proposes two vetted alternatives, compares their security posture, and generates a step-by-step migration plan with code diffs. ## Quick Start Ask the assistant to find a safer replacement for a specific dependency in your package.json and generate a migration plan.