find-skills

Installation
SKILL.md

Find Skills

Overview

Searches the open agent skills ecosystem and installs matching skills via the Skills CLI (pnpm dlx skills). Includes an enrichment script that fetches descriptions from skills.sh for each result, giving users context beyond raw skill names.

When to use: User asks for help with a domain that might have existing skills, wants to browse available skills, or asks to extend agent capabilities.

When NOT to use: User already knows the exact skill and install command, or the task has nothing to do with skill discovery.

Quick Reference

Action Command Notes
Search skills pnpm dlx skills find [query] Interactive or keyword search
Enriched search node scripts/enrich_find.js "query" Adds descriptions from skills.sh
Install skill pnpm dlx skills add <source> -s <name> -a claude-code -y Default to Claude Code agent
Install globally pnpm dlx skills add <source> -s <name> -a claude-code -g -y User-level install
Install all skills pnpm dlx skills add <source> --all All skills, all agents, skip prompts
Related skills
Installs
119
GitHub Stars
11
First Seen
Feb 20, 2026