find-skills

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

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/Tgoldi/claude-skills --skill find-skills-tgoldi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Tgoldi/claude-skills/tree/main/find-skills
Command: npx skills add https://github.com/Tgoldi/claude-skills --skill find-skills-tgoldi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you ask "how do I do X" or "is there a skill for X", you may not know that an installable skill already exists for that task. This Skill bridges that gap by searching the open agent skills ecosystem and installing relevant capability packages on demand. ## Core Features & Use Cases - Skill Discovery: Runs npx skills find [query] to search the skills registry by keyword, domain, or task. - Guided Installation: Installs skills globally with npx skills add <owner/repo@skill> -g -y after presenting options and links to skills.sh. - Fallback Handling: When no skill matches, offers direct assistance and suggests creating a custom skill with npx skills init. - Use Case: You ask "can you help me with PR reviews?" The Skill runs npx skills find pr review, presents matching skills with install commands, and installs your choice. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for React performance optimization".

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 keyword query, such as npx skills find react performance. The command returns matching skills with install commands and links to skills.sh for details.

How do I install an agent skill from the skills ecosystem?

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 user-level installation and -y to skip confirmation prompts.

What is the Skills CLI and where can I browse available skills?

The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem, supporting find, add, check, and update commands. You can browse the full catalog of skills at https://skills.sh/.

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

If npx skills find returns no matches, the agent can still help with the task directly using its general capabilities. For recurring tasks, you can create your own skill by running npx skills init with a custom name.

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.