find-skills

Discover, install, and update agent skills via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users find and install agent skills based on their needs or queries, making it easier to extend the capabilities of their agent.

Core Features & Use Cases

  • Skill Discovery: Find relevant skills based on queries like "how do I do X", "find a skill for X", or "can you do X".
  • Skill Installation: Install skills directly using the Skills CLI (npx skills add <package>).
  • Skill Updates: Check for and update installed skills with npx skills check and npx skills update.
  • Skill Information: Learn more about a skill by visiting its page at skills.sh.

Quick Start

To find a skill for a specific task, simply run the following command:

npx skills find [query]

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 for a specific task?

To discover agent skills, run `npx skills find [query]` via the Skills CLI to find relevant packages, then install them using `npx skills add <package>` to extend your agent's capabilities.

Can I check for and update installed agent skills automatically?

Yes, you can manage installed agent skills by running `npx skills check` to identify available updates, followed by `npx skills update` to apply the latest versions of your installed packages.

What is the best way to find an agent skill if I only have a natural language query?

Finding agent skills from natural language queries is handled by the Skills CLI, which matches phrases like "how do I do X" or "find a skill for X" against available packages using the `npx skills find` command.

Do I need prior knowledge of the Skills ecosystem to use skill discovery tools?

Yes, using this skill discovery tool requires familiarity with the Skills ecosystem and the ability to execute shell commands, as it operates through the Skills CLI to query, add, and update packages.

Where can I find more information about a specific agent skill before installation?

To find more information about an agent skill before installation, you can visit its dedicated page on skills.sh, which provides detailed metadata and descriptions for available packages.