find-skills
Originally fromvercel-labs/skills
Installation
Summary
Discover and install specialized agent skills from the open ecosystem when users need extended capabilities.
- Searches the skills directory via
npx skills find [query]to match user requests like "how do I do X" or "find a skill for X" against available packages - Presents matching skills with install commands (
npx skills add <owner/repo@skill>) and links to skills.sh for detailed documentation - Covers common domains: web development, testing, DevOps, documentation, code quality, design, and productivity workflows
- Falls back to direct assistance or suggests creating a custom skill when no matches are found
SKILL.md
Find Skills (Windows Compatible Version)
This skill helps you discover and install skills from the open agent skills ecosystem.
This is a Windows-compatible fork that fixes the empty output issue in Claude Code on Windows.
⚠️ CRITICAL: Windows Compatibility
On Windows, you MUST use PowerShell to run skills commands!
The default Bash/Git Bash environment on Windows does NOT work with npx skills - commands will return empty output.
Always use this format on Windows:
powershell -Command "npx skills find '[query]'"
powershell -Command "npx skills add [package] -g -y"
powershell -Command "npx skills list -g"