npms-suggest

Suggest npm package names and autocomplete feeds from NPMS.io.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Mearman/marketplace --skill npms-suggest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: npms-suggest
Source: https://github.com/Mearman/marketplace/tree/main/plugins/npms-io/skills/npms-suggest
Command: npx skills add https://github.com/Mearman/marketplace --skill npms-suggest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify npm package name options and autocomplete suggestions to streamline package discovery in development.

Core Features & Use Cases

  • NPMS.io-based suggestions for package names based on a query
  • Autocomplete support to accelerate naming during project setup
  • Use case: when starting a new project, or exploring alternatives to existing packages

Quick Start

Run the NPMS suggest script with your query to fetch package name suggestions from NPMS.io.

Frequently Asked Questions about npms-suggest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get npm package name suggestions for autocomplete?

To get npm package name suggestions for autocomplete, provide a partial or exact name query to the NPMS.io suggestions API. The tool requires a minimum query length of two characters and returns matching package names across npm scopes.

What is the best way to discover npm packages during project setup?

The best way to discover npm packages during project setup is to use an autocomplete feed from NPMS.io. It suggests package names based on your query, streamlining package discovery and accelerating the naming process.

Can I search for npm scoped packages using partial name matches?

Yes, you can search for npm scoped packages using partial name matches. The suggestion tool supports exact and partial name matching across npm scopes to help you quickly identify suitable packages.

How does the NPMS.io suggestions API cache results to optimize performance?

The NPMS.io suggestions API caches results to optimize performance by storing query outcomes. This caching mechanism reduces redundant API calls for subsequent identical package name searches, speeding up autocomplete delivery.

What is the minimum query length required to fetch npm package suggestions?

The minimum query length required to fetch npm package suggestions is two characters. Queries shorter than two characters will not trigger the NPMS.io autocomplete feed to ensure relevant package name results.