npm-research
Research npm packages with bundle size, vulnerability scanning, and download trends via MCP. Use when comparing or auditing packages.
Works with
--- name: npm-research description: Research npm packages with bundle size, vulnerability scanning, and download trends via MCP. Use when comparing or auditing packages. license: MIT --- # 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_size` calls Bundlephobia — some packages may not be analyzable (native modules, very large packages) - `compare_downloads` accepts multiple package names — ideal for "zustand vs jotai vs valtio" comparisons - `vulnerabilities` checks npm audit advisories — always run this before recommending a package - `download_trends` includes a text sparkline for quick visual trend assessment
More Security skills
azure-cost
microsoft/azure-skills
Azure cost management: query costs, forecast spending, optimize to reduce waste. WHEN: \"Azure costs\", \"Azure bill\", \"cost breakdown\", \"how much am I spending\", \"forecast spending\", \"optimize costs\", \"reduce spending\", \"orphaned resources\", \"rightsize VMs\", \"cost spike\", \"reduce storage costs\", \"AKS cost\". DO NOT USE FOR: deploying resources, provisioning, diagnostics, or security audits.
entra-app-registration
microsoft/azure-skills
Guides Microsoft Entra ID app registration, OAuth 2.0 authentication, and MSAL integration. USE FOR: create app registration, register Azure AD app, configure OAuth, set up authentication, add API permissions, generate service principal, MSAL example, console app auth, Entra ID setup, Azure AD authentication. DO NOT USE FOR: Key Vault secrets (use azure-keyvault-expiration-audit), general Azure resource security guidance.
azure-messaging
microsoft/azure-skills
Troubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus. Covers connection failures, authentication errors, message processing issues, and SDK configuration problems. WHEN: event hub SDK error, service bus SDK issue, messaging connection failure, AMQP error, event processor host issue, message lock lost, message lock expired, lock renewal, lock renewal batch, send timeout, receiver disconnected, SDK troubleshooting, azure messaging SDK, event hub consumer, service bus queue issue, topic subscription error, enable logging event hub, service bus logging, eventhub python, servicebus java, eventhub javascript, servicebus dotnet, event hub checkpoint, event hub not receiving messages, service bus dead letter, batch processing lock, session lock expired, idle timeout, connection inactive, link detach, slow reconnect, session error, duplicate events, offset reset, receive batch.

