find-skills

Discover and install agent skills using the Skills CLI.

4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/rbaumier/skills --skill find-skills-rbaumier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/rbaumier/skills/tree/main/find-skills
Command: npx skills add https://github.com/rbaumier/skills --skill find-skills-rbaumier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills from the open agent skills ecosystem, clarifying how to locate capabilities that extend the agent.

Core Features & Use Cases

  • Provides a guided workflow to search for skills using the Skills CLI (npx skills find [query]).
  • Recommends when to browse, verify quality (install counts, sources, GitHub stars), and how to install with npx skills add.
  • Suggests how to compare skills via skills.sh leaderboard and how to learn more at Skill's homepage.
  • Provides steps for verifying and presenting options to users.

Quick Start

Ask the user for a domain or task, then run npx skills find [query] to locate matching skills.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install agent skills using the CLI?

You can discover agent skills by running `npx skills find [query]` in the CLI. The search returns matching capabilities, which you can then evaluate and install using the `npx skills add` command.

How do I verify the quality of agent skills before installing them?

Verify agent skills quality by checking install counts, source repositories, and GitHub stars. You can also compare options via the skills.sh leaderboard and review links to the Skill's homepage for more details.

Can I search for agent skills for a specific domain or task?

Yes, you can search for agent skills for a specific domain or task by providing a relevant query to the CLI. Running `npx skills find [query]` locates matching skills that extend your agent's capabilities in that area.

What's the best way to compare agent skills in the open ecosystem?

The best way to compare agent skills is by browsing the skills.sh leaderboard. It aggregates quality signals like install counts and sources, helping you evaluate and select the right capabilities before running the install command.

Do I need the Skills CLI to find and add agent capabilities?

Yes, the Skills CLI is required to find and add agent capabilities. The workflow relies on `npx skills find` to discover available skills and `npx skills add` to install them directly into your environment.