find-skills

Discover and install agent skills using the Skills CLI and skills.sh catalog.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and installing agent skills from the open agent skills ecosystem solves the problem of expanding capabilities with minimal friction.

Core Features & Use Cases

  • Discover and browse skills from the open ecosystem to identify capabilities that fit user needs.
  • Install and manage updates using the Skills CLI (npx skills add, check, update) to keep skills current.
  • Learn and explore skills via the skills.sh catalog to understand usage and applicability.

Quick Start

Ask me to find a skill for a specific task and install it using the Skills CLI.

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 using the CLI?

To discover and install agent skills, use the Skills CLI by running npx skills find to browse the catalog, then apply npx skills add to install the selected capability directly into your environment.

What is the skills.sh catalog used for?

The skills.sh catalog is used to explore the open agent skills ecosystem, allowing users to browse available capabilities, understand usage patterns, and identify the right skills for specific domains or tasks.

Do I need Node.js or npx to use agent skills?

Yes, you need npx and a Node.js environment to execute Skills CLI commands like find, add, check, and update, which manage the installation and lifecycle of agent skills locally.

What's the best way to keep installed agent skills current?

The best way to keep agent skills current is using the Skills CLI update and check commands, which scan your installed packages against the open ecosystem and apply the latest available versions.

Can I browse the ecosystem without installing a skill?

Yes, you can browse the open ecosystem without installing by visiting the skills.sh catalog or running the npx skills find command, both of which list available capabilities without modifying your local setup.