find-skills

Discover and install agent skills via the Skills CLI from skills.sh.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover and install agent skills from the open ecosystem, enabling rapid extension of capabilities without writing new code.

Core Features & Use Cases

  • Skills discovery: Locate relevant agent skills via natural language queries and browse their details.
  • Installation workflow: Install or update selected skills using the Skills CLI (npx skills).
  • Discovery guide: Learn more at the central catalog and skills.sh hub to compare options before installation.

Quick Start

Use the find-skills capability to search for skills that fit your needs, for example: npx skills find react performance Then install a listed skill with: npx skills add vercel-labs/agent-skills@vercel-react-best-practices

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover agent skills for a specific domain?

To discover agent skills for a specific domain, you can use the Skills CLI to run a natural language search. This queries the open ecosystem at skills.sh to help you locate relevant skills and browse their details before installation.

What is the command to install an agent skill?

The command to install an agent skill is `npx skills add` followed by the skill identifier. This uses the Skills CLI to directly install or update the selected skill from the central catalog into your environment.

Do I need the Skills CLI to browse and install skills?

Yes, you need the Skills CLI (`npx skills`) and online access to browse and install agent skills. The CLI provides the necessary commands to query the hub and execute the installation workflow.

Can I compare options before installing a skill?

Yes, you can compare options before installing a skill by using the discovery guide. The central catalog at skills.sh allows you to evaluate available agent skills and browse their details to ensure you select the right fit.

How do I find a skill for react performance using npx?

You can find a skill for react performance by running `npx skills find react performance` in your terminal. This searches the open ecosystem and lists available agent skills matching your query.

What is the best way to extend agent capabilities without writing new code?

The best way to extend agent capabilities without writing new code is discovering and installing existing agent skills. You can search the open ecosystem via the Skills CLI and add pre-built skills to rapidly enhance functionality.