find-skills

Search the open agent skills ecosystem and provide install commands.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/jwilger/claude-code-plugins --skill find-skills-jwilger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/jwilger/claude-code-plugins/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/jwilger/claude-code-plugins --skill find-skills-jwilger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities. It should be used when users want capabilities that exist as installable skills.

Core Features & Use Cases

  • Discoverable skills: Search across the open agent skills ecosystem to surface relevant capabilities.
  • Install guidance: Provide exact install commands (e.g., npx skills add owner/repo@skill) and learning resources.
  • Use cases: When a user asks for a capability, present top matching skills and quick-install options to extend the agent.

Quick Start

Use the Skills CLI to search for skills and install them. Example:

  • Search: npx skills find "pr review"
  • Install: npx skills add vercel-labs/agent-skills@vercel-react-best-practices -g -y

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find agent skills to add new capabilities to my CLI?

The skill discovery process searches the open agent skills ecosystem using natural language queries like "how do I do X" to surface relevant capabilities. It returns matching skills with exact install commands and learning resource links.

How do I install an agent skill from the catalog search results?

You install a discovered agent skill by running the provided install command, such as `npx skills add <owner/repo@skill> -g -y`. This directly adds the capability to your environment using the Skills CLI.

Can I search for agent skills when I ask a general capability question like 'how do I do X'?

Yes, asking capability questions like 'how do I do X' or 'find a skill for X' triggers a search across the open agent skills ecosystem. It surfaces installable skills that match your query and provides quick-install options.

Do I need any specific dependencies to use the agent skills CLI for discovery?

No specific dependencies are required to search for agent skills. You can run the discovery commands directly using `npx skills find` to query the catalog and receive actionable results with install instructions.

What is the best way to extend an agent with new capabilities from the open ecosystem?

The best way to extend an agent is searching the open skills ecosystem for capabilities and installing them via the CLI. Using `npx skills find` surfaces matching packages, which you then add using the provided `npx skills add` command.