find-skills

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

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Pgooone/oh-pgone-claudecode --skill find-skills-pgooone
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Pgooone/oh-pgone-claudecode/tree/main/.claude/skill/find-skills
Command: npx skills add https://github.com/Pgooone/oh-pgone-claudecode --skill find-skills-pgooone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a capability your agent does not currently have, this Skill discovers and installs existing agent skills from the open skills ecosystem instead of building functionality from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills registry with npx skills find [query] and checks the skills.sh leaderboard for popular, well-maintained options. - Quality Verification: Evaluates install counts, source reputation, and GitHub stars before recommending any skill. - Guided Installation: Installs verified skills with npx skills add <owner/repo@skill> -g -y and suggests creating custom skills when none exist. - Use Case: You ask "is there a skill for PR reviews?" and the agent searches the registry, verifies a reputable option, and installs it globally on your behalf. ## Quick Start Ask the agent to find and install a skill for the task you need help with, such as React performance optimization or changelog generation.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find and install agent skills for a specific task?▼

Run npx skills find followed by your search keywords to query the skills registry, then install a result with npx skills add owner/repo@skill. You can also browse ranked options at skills.sh before installing.

What is the npx skills CLI used for?▼

The npx skills CLI is the package manager for the open agent skills ecosystem. It supports find for searching, add for installing from GitHub or other sources, check for update detection, and update for refreshing installed skills.

How do I verify a skill is trustworthy before installing?▼

Check the install count and prefer skills with over 1K installs, favor official sources like vercel-labs or anthropics, and review the source repository's GitHub stars. Skills from repos with under 100 stars should be treated with caution.

What should I do when no skill exists for my task?▼

If the search returns no relevant skills, the agent can handle the task directly with its general capabilities. For recurring needs, you can scaffold your own skill using npx skills init followed by a skill name.

Can I install skills globally for all my projects?▼

Yes, add the -g flag to install at the user level globally, and use -y to skip confirmation prompts. The full command is npx skills add owner/repo@skill -g -y.