find-skills

Search and manage agent skills via the Skills CLI and skills.sh registry.

1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/sumik5/sumik-llm-plugin --skill find-skills-sumik5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/sumik5/sumik-llm-plugin/tree/main/plugins/devkit/skills/find-skills
Command: npx skills add https://github.com/sumik5/sumik-llm-plugin --skill find-skills-sumik5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the problem of efficiently discovering and managing agent skills by leveraging the Skills CLI and the skills.sh registry. It simplifies the process of identifying relevant skills, verifying their quality, and recommending them to users.

Core Features & Use Cases

  • Skill Discovery: Access the open skills ecosystem through the Skills CLI to find relevant skills using search queries or the skills.sh leaderboard.
  • Quality Verification: Evaluate skills based on their install count, source reputation, and GitHub stars to ensure high quality.
  • Recommending and Installing: Present the user with the best options for their needs and guide them through the installation process.

Quick Start

Run the command: npx skills find [query] to search for skills and then use npx skills add <package> to install them.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover open source agent skills using a command-line interface?

You can discover open source agent skills by running `npx skills find [query]` in the command line to search the skills.sh registry and retrieve relevant options.

What is the best way to evaluate the quality of agent skills from an open ecosystem?

To evaluate agent skills quality, check their install count, source reputation, and GitHub stars directly through the Skills CLI to ensure you select high-quality options.

How do I install an agent skill after finding it in the skills.sh registry?

After finding an agent skill, install it by executing the `npx skills add <package>` command in your terminal to add the package to your environment.

Do I need internet access to search and manage skills with the Skills CLI?

Yes, internet access is required to interact with the Skills CLI and the skills.sh registry to search, discover, and manage your agent skills ecosystem.

Can I browse available skills without providing a specific search query?

Yes, you can browse available skills without a specific query by accessing the skills.sh leaderboard through the Skills CLI to explore top-rated options.

What are the limitations when using the Skills CLI to find agent skills?

The primary limitation is its dependency on a command-line interface and active internet access to query the skills.sh registry, preventing offline skill discovery or management.