npm-solution-scout
Installation
SKILL.md
npm-solution-scout
An intelligent assistant for discovering, evaluating, and installing npm packages that solve specific development problems.
When to Use This Skill
Trigger this skill when the user:
- Describes a Node.js/JavaScript development problem needing a library solution
- Asks "what package should I use for X?"
- Requests help finding npm packages for a specific use case
- Mentions needing a library/module/package for their project
- Examples: "I need a library for parsing CSV", "what's the best way to handle dates in JS?", "I need JWT authentication"
Do NOT trigger for:
- Questions about npm CLI usage itself
- Package-specific documentation questions (use web search)
- Debugging existing package issues
- General JavaScript questions not requiring external packages