find-skills

Searches and installs agent skills from the open skills ecosystem using the Skills CLI.

1|Updated Mar 12, 2025
One-click install
npx skills add https://github.com/void2610/dotfiles --skill find-skills-void2610
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/void2610/dotfiles/tree/main/.claude/skills/find-skills
Command: npx skills add https://github.com/void2610/dotfiles --skill find-skills-void2610

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a capability your agent doesn't have, manually hunting for existing solutions is slow and uncertain. This Skill discovers and installs pre-built agent skills from the open skills ecosystem so you can extend functionality on demand. ## Core Features & Use Cases - Skill Discovery: Searches the skills registry with npx skills find [query] using domain-specific keywords like react, testing, or deployment. - Guided Installation: Installs skills globally with npx skills add <owner/repo@skill> -g -y and presents links to skills.sh for details. - Fallback Guidance: When no skill exists, offers direct assistance or suggests creating a custom skill with npx skills init. - Use Case: You ask "how do I make my React app faster?" and the Skill searches for React performance skills, then presents vercel-react-best-practices with its install command. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for PR reviews".

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find a skill for a specific task?▼

Run npx skills find followed by a relevant query, such as npx skills find react performance. The command returns matching skills with install commands and links to skills.sh for more details.

How do I install an agent skill from GitHub?▼

Use npx skills add with the owner/repo@skill identifier, for example npx skills add vercel-labs/agent-skills@vercel-react-best-practices. Add the -g flag for global installation and -y to skip confirmation prompts.

What search keywords work best for finding skills?▼

Use specific keywords like react testing rather than generic terms like testing. If a search fails, try alternative terms such as deployment instead of deploy, and check popular sources like vercel-labs/agent-skills.

What happens if no skill exists for my task?▼

The agent acknowledges no matching skill was found and offers to help with the task directly using its general capabilities. You can also create your own skill with npx skills init for recurring tasks.

How do I keep installed skills up to date?▼

Run npx skills check to see which installed skills have updates available, then run npx skills update to update all installed skills to their latest versions.