find-skills

Search the agent skills ecosystem and provide installation commands via the Skills CLI.

426|199|Updated Aug 13, 2025
One-click install
npx skills add https://github.com/leonvanzyl/agentic-coding-starter-kit --skill find-skills-leonvanzyl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/leonvanzyl/agentic-coding-starter-kit/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/leonvanzyl/agentic-coding-starter-kit --skill find-skills-leonvanzyl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate and install matching agent skills from the open ecosystem, reducing manual search time and integration effort.

Core Features & Use Cases

  • Discover: search the agent skills catalog for relevant capabilities.
  • Install: provide clear installation commands and guidance via the Skills CLI to add new skills.
  • Use Case: a user seeks a skill to automate a task and uses the CLI to find and install an appropriate option.

Quick Start

Run a skill search with npx skills find <query> and install a suitable option using the suggested command.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find and install agent skills for task automation?

To find and install agent skills, run a search using the Skills CLI with npx skills find <query>. This surfaces matching capabilities from the open ecosystem and provides the exact installation commands needed to add them.

What is the Skills CLI and how does it work for discovering capabilities?

The Skills CLI is a command-line interface used to search the open agent skills ecosystem. It verifies skill availability against your query and outputs installation commands along with learn-more links for integration.

Can I use the Skills CLI to search the open ecosystem without installing anything?

Yes, you can use the Skills CLI to search the open agent skills catalog without installing. Running npx skills find <query> will surface matching capabilities, verify availability, and provide learn-more links before you commit to installation.

What's the best way to locate a specific automation skill in the catalog?

The best way to locate a specific automation skill is to run a targeted search using the Skills CLI. By executing npx skills find <query>, you can quickly discover relevant capabilities and receive guided installation commands.

Why does my skills CLI search return no matching capabilities?

If your skills CLI search returns no matches, the open ecosystem catalog may not contain an agent skill matching your specific query. Try broadening your search terms to discover related automation capabilities and verify availability.

Do I need any dependencies to search for and install agent skills?

You do not need any dependencies to search for and install agent skills. The Skill operates independently using the npx skills command-line interface to query the ecosystem, verify availability, and output installation commands.