find-skills

Search, install, and manage agent skills via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires skills, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of finding and installing the right agent skills for specific tasks or capabilities, making it easier for users to extend their agent's functionality.

Core Features & Use Cases

  • Skill Discovery: Search for skills based on keywords or specific needs.
  • Skill Installation: Install skills directly from the command line.
  • Skill Management: Check for updates and manage installed skills.
  • Use Case: When a user needs a skill to perform a specific task, like automating a process or analyzing data, this skill helps them find and install the appropriate skill.

Quick Start

Use the npx skills find [query] command to search for a skill, then install it with npx skills add <package>.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install agent skills from the command line?

To discover and install agent skills from the command line, use the `npx skills find [query]` command to search the ecosystem, then run `npx skills add <package>` to install the desired skill.

What is the best way to search for a specific agent skill for task automation?

The best way to search for a specific agent skill for task automation is using the Skills CLI. Execute `npx skills find [query]` with relevant keywords to locate and install the appropriate package.

Do I need the npx skills package to manage installed skills?

Yes, you need the `npx skills` package and access to the Skills CLI to manage installed skills, check for updates, and facilitate the installation of new agent skills.

Can I check for updates and manage skills through the command line?

Yes, you can check for updates and manage skills through the command line. The Skills CLI supports skill management, allowing you to maintain your installed agent skills directly from your terminal.

What limitations exist when discovering skills using the Skills CLI?

The primary limitation when discovering skills using the Skills CLI is the requirement of the `npx skills` package and direct access to the CLI environment to perform searches and installations.