find-skills

Search for and install agent skills via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When users ask how to do a specific task or whether an existing skill can help, it can be time-consuming to search repositories and discover trustworthy, installable agent skills. This Skill streamlines discovery and installation so users can quickly extend agent capabilities without manual research.

Core Features & Use Cases

  • Search and Discovery: Use the Skills CLI to search for skills by keyword and surface relevant matches for domains like React, testing, CI/CD, documentation, and design.
  • Install Guidance: Present clear install commands, repository links, and short descriptions so users can decide which skill to add.
  • Install Execution Offer: Offer to run the installation command on user approval, making it easy to add capabilities immediately.
  • Use Case: A developer asks "how do I improve React performance?" and the Skill finds, summarizes, and offers to install a React performance best-practices skill.

Quick Start

Run a skills search for the task you described, for example "npx skills find react performance" and install a chosen result with npx skills add owner/repo@skill if you want it added.

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 specific development tasks?

You can find and install agent skills by running a keyword search via the Skills CLI, such as 'npx skills find react performance', to surface and install relevant matches for your domain.

Can I search for skills across different domains like testing or CI/CD?

Yes, skill discovery supports searching across multiple domains including React, testing, CI/CD, documentation, and design to help you quickly extend agent capabilities for various workflows.

What is the best way to add a new developer skill to my workflow?

The best way to add a skill is by reviewing the search results provided by the Skills CLI, then running 'npx skills add owner/repo@skill' or approving the automated install command offer.

How do I get install commands and repository links for a discovered skill?

The discovery process formats clear install commands, repository links, and short descriptions for each match, allowing you to evaluate and decide which agent skill to add to your environment.

Does the Skills CLI require manual research to extend agent capabilities?

No, the Skills CLI streamlines discovery and installation so you can quickly extend agent capabilities without manually searching repositories for trustworthy, installable skills.

When should I use a skill discovery tool instead of searching repositories manually?

Use a skill discovery tool when you ask how to do a specific task or need a skill for a domain, as it instantly provides searchable results and install commands without manual research.