find-skills

Find and install agent skills using the Skills CLI commands.

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

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 search for skills using the Skills CLI.
  • Install and manage skills with commands like install, check, and update.
  • Browse the open skills ecosystem at skills.sh for guidance and reputation.

Quick Start

Run npx skills find [query] to locate relevant skills, then install one with 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 find and install agent skills using the CLI?

You can find and install agent skills by running 'npx skills find [query]' to locate relevant capabilities, then installing one with 'npx skills add <owner/repo@skill>'. This CLI workflow extends agent functionality quickly.

What is the skills marketplace and when do I need it?

The skills marketplace is an open ecosystem at skills.sh where you can browse, discover, and evaluate installable agent skills. You need it when you want to extend agent capabilities or find existing templates rather than building functionality from scratch.

How do I check for skill updates and manage installed skills?

To check for updates and manage installed skills, use the 'npx skills check' command to verify status and 'npx skills update' to upgrade. These commands ensure your installed skills remain current within the ecosystem.

Can I use npx skills commands without installing a package globally?

Yes, you can use 'npx skills find', 'add', 'check', and 'update' commands without a global install. The npx runner executes the Skills CLI directly, allowing you to discover and install agent skills on demand.

What's the best way to browse the open skills ecosystem for reputation and guidance?

The best way to browse the open skills ecosystem for reputation and guidance is by visiting skills.sh. This marketplace website provides visibility into available skills, helping you evaluate options before installing via the CLI.