find-skills

Matches user questions to installable agent skills via the Skills CLI.

2.5k|134|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/compozy/compozy --skill find-skills-compozy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/compozy/compozy/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/compozy/compozy --skill find-skills-compozy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Discover and browse installable agent skills from the open ecosystem.
  • Use the Skills CLI to search, install, check, and update skills.
  • Provide guidance to users on locating skills via skills.sh and install workflows.

Quick Start

Use the npx skills find <query> to locate relevant skills.

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 to extend my capabilities?

You can discover agent skills using the Skills CLI. Run the npx skills find <query> command to search the open ecosystem, then validate and install skills from the skills.sh registry.

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

The best way to search for a specific agent skill is using the npx skills find <query> command. This queries the skills registry to match your requested task with installable agent skills.

How do I check and update installed agent skills?

You can check and update installed agent skills through the Skills CLI. Use the npx skills check and npx skills update commands to validate versions and install the latest updates.

Can I browse the skills registry without installing anything?

Yes, you can browse the skills registry without installing anything. Navigate to skills.sh to discover and browse available installable agent skills, or use npx skills find to view matches.

Do I need any dependencies to use the Skills CLI for discovering skills?

No dependencies are required to discover skills. The Skills CLI is invoked via npx skills find <query>, allowing you to search and validate installable agent skills directly.