find-skills

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

Updated Jul 21, 2026
One-click install
npx skills add https://github.com/masakinihirota/2026src-ni --skill find-skills-masakinihirota
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/masakinihirota/2026src-ni/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/masakinihirota/2026src-ni --skill find-skills-masakinihirota

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you ask an AI agent how to do something, there may already be a packaged skill that handles that task. This Skill removes the guesswork of discovering, evaluating, and installing those reusable agent capabilities. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem with npx skills find [query] using domain-specific keywords like react, testing, or deployment. - Guided Installation: Installs selected skills with npx skills add <owner/repo@skill> and presents links to skills.sh for details. - Fallback Guidance: When no skill matches, it offers direct help and suggests creating a custom skill with npx skills init. - Use Case: You ask "how do I make my React app faster?" and the agent searches for a React performance skill, presents the vercel-react-best-practices skill, and installs it on your approval. ## Quick Start Ask the agent to find a skill for your task, for example by saying "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 keyword 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 is the Skills CLI and where can I browse skills?▼

The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem. You can browse available skills at https://skills.sh/ and manage them with find, add, check, and update commands.

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

If no relevant skill exists, the agent can help with the task directly using its general capabilities. You can also create your own reusable skill by running npx skills init with a name for your new skill.

How do I keep installed skills up to date?▼

Run npx skills check to see whether updates are available for installed skills, then run npx skills update to update all of them at once.