find-skills

Discover and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover how to locate and install agent skills from the open ecosystem to extend capabilities and reduce manual setup.

Core Features & Use Cases

  • Discover relevant skills using keyword queries with the Skills CLI.
  • Install matched skills with the Skills CLI using npx skills add.
  • Manage installed skills and check for updates to keep capabilities current.

Quick Start

Search for skills with npx skills find <query> and install a matched skill with a single command: npx skills find <query> followed by 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 and install agent skills from the ecosystem?

Use the Skills CLI to discover agent skills by running npx skills find with a keyword query, then install matched capabilities with npx skills add. This workflow enables quick location and setup of modular extensions from the open ecosystem.

What is the required structure for an agent skill to be installed?

An installed skill requires a SKILL.md file at the root with frontmatter containing a name and description. It also supports optional directories including scripts, references, and assets for providing extended resources.

Can I use the Skills CLI to check for updates on installed skills?

Yes, the Skills CLI supports managing installed skills and checking for updates to keep capabilities current. This ensures your modular agent extensions remain up to date within the ecosystem.

Do I need npx to find and add skills in the CLI?

Yes, npx is used to execute the Skills CLI commands for discovering and installing agent skills. You use npx skills find for keyword queries and npx skills add to install matched capabilities from a repository.

What's the best way to search for modular capabilities using keywords?

The best way to find modular capabilities is using the Skills CLI discovery workflow with npx skills find followed by your keyword query. This searches the open ecosystem and returns relevant agent skills ready for installation.