find-skills

Search external skills ecosystems and install matching agent skills via Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users struggle to find an existing installable skill that matches what they want to do, especially when they describe their need in plain language like “how do I do X?” or “is there a skill for Y?”.

Core Features & Use Cases

  • Skill discovery from a live ecosystem: Helps users locate relevant skills by searching by task, domain, or intent (e.g., “PR reviews”, “deployment”, “changelog”).
  • Ecosystem-aware verification guidance: Guides users to validate quality signals like install counts, source reputation, and GitHub stars before installing.
  • Install workflow support: Provides a clear path to install a recommended skill using the Skills CLI and then keep skills updated over time.
  • Use case: You want help with a specific workflow (e.g., “request code review before merging”) and need to find an existing skill you can install rather than starting from scratch.

Quick Start

Tell your agent to help you find a skill for your task (for example: “find a skill for PR review workflows”).

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I search for an existing skill for a specific agent task?

To search for an existing skill for a specific agent task, you describe your requirement in plain language and the system queries a live skills ecosystem to locate matching installable packages. It identifies relevant skills based on your stated capability or workflow domain.

How do I find the right agent skills to install using the Skills CLI?

You find the right agent skills to install by initiating a search workflow through the Skills CLI. The system matches your stated task needs against the ecosystem, then guides you through a skills add command to install your chosen package directly.

How do I verify the quality of an agent skill before installing it?

To verify the quality of an agent skill before installing, you check ecosystem-aware validation signals like install counts, source reputation, and GitHub stars. The discovery process guides you through evaluating these metrics to ensure package reliability.

Can I find a skill using plain language instead of exact package names?

You can find a skill using plain language instead of exact package names by asking how to do a specific action or if a skill exists for a certain domain. The system interprets your intent and searches the external ecosystem for matching capabilities.

What is the best way to extend agent capabilities for a specific workflow?

The best way to extend agent capabilities for a specific workflow is to search the live skills ecosystem for existing domain packages. Instead of starting from scratch, you locate an installable skill that matches your need and install it via the CLI.

Does skill discovery work for any type of automation task?

Skill discovery works for any automation task as long as a matching package exists in the external ecosystem. You can search by task, domain, or intent to find installable skills, though availability depends on what the community has published.