
Npm Research
- 1 installs
- 1 repo stars
- Updated March 10, 2026
- ofershap/mcp-server-npm-plus
Helps with ai & agent building tasks.
About
npm-research is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- npm-research
- AI & Agent Building
- AI-coding skill
Npm Research by the numbers
- 1 all-time installs (skills.sh)
- Ranked #14,098 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ofershap/mcp-server-npm-plus --skill npm-researchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 1 |
| Last updated | March 10, 2026 |
| Repository | ofershap/mcp-server-npm-plus ↗ |
What it does
Helps with ai & agent building tasks.
Files
npm Package Research via MCP
Use this skill for in-depth npm package research: bundle sizes, vulnerability scanning, download comparisons, and dependency trees. No API keys needed.
Available Tools
| Tool | What it does |
|---|---|
search | Search npm packages by query |
package_info | Detailed info: description, license, repo, dependencies |
downloads | Download stats for a package |
compare_downloads | Compare download counts across multiple packages |
bundle_size | Bundle size (minified + gzip) via Bundlephobia |
vulnerabilities | Known vulnerability info and advisory links |
dependency_tree | Show direct dependencies as a tree |
download_trends | Daily breakdown with sparkline visualization |
Workflow
1. For "which library?" questions: compare_downloads + bundle_size for each candidate 2. For security audits: vulnerabilities on each dependency 3. For adoption analysis: download_trends to see growth patterns 4. For dependency footprint: dependency_tree before adding a new package
Key Patterns
bundle_sizecalls Bundlephobia — some packages may not be analyzable (native modules, very large packages)compare_downloadsaccepts multiple package names — ideal for "zustand vs jotai vs valtio" comparisonsvulnerabilitieschecks npm audit advisories — always run this before recommending a packagedownload_trendsincludes a text sparkline for quick visual trend assessment