find-skills

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

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/kaitoartz/dotfiles --skill find-skills-kaitoartz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/kaitoartz/dotfiles/tree/main/dot_gemini/config/skills/find-skills
Command: npx skills add https://github.com/kaitoartz/dotfiles --skill find-skills-kaitoartz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often need specialized capabilities that already exist as installable agent skills, but they do not know how to discover or install them. This Skill bridges that gap by searching the open agent skills ecosystem and handling installation. ## 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 matches, offers direct assistance and suggests creating a custom skill with npx skills init. - Use Case: A user asks "how do I make my React app faster?" The Skill runs npx skills find react performance, presents the vercel-react-best-practices skill, and installs it on confirmation. ## Quick Start Ask the agent to find a skill for your task, for example: find a skill that helps with 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 an agent 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 to install an agent skill from GitHub?▼

Use npx skills add with the package identifier in owner/repo@skill format, 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 is the Skills CLI and what commands does it support?▼

The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem. It supports find for searching, add for installing, check for update checks, and update for updating all installed skills.

What should I do when no skill matches my search?▼

Try alternative keywords, such as deployment instead of deploy. If no skill exists, the agent can help with the task directly, or you can create your own skill with npx skills init.

Where can I browse available agent skills?▼

Browse the skills catalog at https://skills.sh/. Many skills come from sources like vercel-labs/agent-skills or ComposioHQ/awesome-claude-skills, covering categories such as web development, testing, DevOps, and design.