find-skills

Search and install modular agent skills using the Skills CLI.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/ApexSigma-Solutions/Soma --skill find-skills-apexsigma-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/ApexSigma-Solutions/Soma/tree/main/.claude/Skills/find-skills
Command: npx skills add https://github.com/ApexSigma-Solutions/Soma --skill find-skills-apexsigma-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Find Skills capability helps users locate and install modular agent skills from an open ecosystem when they need capabilities beyond their current setup.

Core Features & Use Cases

  • Skill discovery: Search for relevant skills by query and domain.
  • Installation guidance: Provide exact commands to install discovered skills using the Skills CLI.
  • Learning and extension: Suggest learning resources and easy paths to extend agent capabilities.
  • Use Case: A user asks for a workflow for PR reviews and you present the matching skill with install instructions and learning resources.

Quick Start

Use the skills CLI to search for skills: npx skills find "PR review" Then install a chosen skill: npx skills add vercel-labs/agent-skills@vercel-pr-review Learn more: https://skills.sh

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover agent skills for a specific workflow like PR reviews?

You can discover agent skills for specific workflows by using the Skills CLI to search the open ecosystem. Run the command `npx skills find "PR review"` to locate matching modular capabilities and receive exact installation instructions.

What is the Skills CLI used for when extending agent capabilities?

The Skills CLI is used to search, verify, and install modular agent skills from an open ecosystem. It enables users to locate capabilities beyond their current setup and apply them to scenarios needing specific workflows or modules.

How do I install a modular skill after finding it in the ecosystem?

To install a modular skill, use the `npx skills add` command followed by the skill's source identifier. For example, running `npx skills add vercel-labs/agent-skills@vercel-pr-review` adds the chosen skill directly from GitHub or skills.sh.

Can I search for installable agent modules directly from GitHub sources?

Yes, you can search for and install agent skills from GitHub sources. The Skills CLI leverages both skills.sh and GitHub repositories to verify and retrieve modular capabilities for extending your agent's functionality.

Do I need any dependencies to use the npx skills command?

You need Node.js installed to use the `npx skills` command, as npx is included with it. The Skills CLI operates without requiring additional dependencies to search for and install agent skills from the ecosystem.

What is the best way to locate learning resources for newly installed skills?

The best way to locate learning resources is through the skills discovery process, which suggests educational paths alongside installation commands. You can learn more about extending agent capabilities by visiting skills.sh after finding your modules.