find-skills

Find and compare installable agent skills via the CLI.

1|1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill find-skills-rodrigobranas
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/rodrigobranas/formacao_ia_arq_t1_4/tree/main/mastra-rag/.agents/skills/find-skills
Command: npx skills add https://github.com/rodrigobranas/formacao_ia_arq_t1_4 --skill find-skills-rodrigobranas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and evaluating installable agent skills from the open ecosystem so you can extend capabilities quickly.

Core Features & Use Cases

  • Discover skills relevant to your task using the Skills CLI.
  • Compare options and install skills with a simple command flow.
  • Learn more at skills.sh for official skill details and installation guidance.

Quick Start

Run npx skills find [query] to locate relevant skills and install the desired one with npx skills add owner/repo@skill.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover installable agent skills for a specific task?▼

You can discover agent skills using the Skills CLI. Run npx skills find [query] to locate relevant capabilities, compare options, and decide which skill to install for your project.

What is the command to install an agent skill after finding it?▼

To install an agent skill, run npx skills add <owner/repo@skill>. This command adds the desired skill to your environment after you have searched for and evaluated available options.

Where can I find official details and installation guidance for skills?▼

You can find official skill details and installation guidance at skills.sh. This resource provides learn-more information to help you evaluate and install agent skills correctly.

Can I compare multiple agent skills before deciding which one to install?▼

Yes, the discovery process supports comparing options. By running npx skills find, you can evaluate multiple installable agent skills related to your task before committing to an installation.

Do I need any dependencies to search for skills using the CLI?▼

No dependencies are required to search for skills. The discovery process uses npx skills find, allowing you to explore the open ecosystem and install capabilities without prior setup.