find-skills

Find, recommend, and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills from the open ecosystem when you need capabilities beyond your current setup.

Core Features & Use Cases

  • Discover relevant skills with the Skills CLI using queries like "how do I do X" or "find a skill for X".
  • Install selected skills with the add command, e.g., npx skills add owner/repo@skill.
  • Check for updates and browse more at skills.sh.

Quick Start

Search for skills with the Skills CLI and install a chosen skill using the add command.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover agent skills for a specific task using the CLI?

You can discover agent skills by running npx skills find with a natural language query. This searches the open ecosystem and recommends relevant skills based on your requested task or capability.

How do I install a skill from the ecosystem after finding it?

Install a found skill from the ecosystem using the npx skills add command. You specify the target skill with the owner/repo@skill format to integrate it into your current setup.

Can I check for updates to my installed agent skills?

Yes, you can check for skill updates using the npx skills check command. This verifies your installed skills against the open ecosystem and applies updates with npx skills update.

What is the best way to extend my agent's capabilities beyond its default setup?

The best way to extend capabilities is searching the open ecosystem with npx skills find. It locates and recommends installable skills aligned with your specific workflow needs.

Do I need any dependencies to use the skills CLI workflow?

No dependencies are required to use the skills CLI workflow. You execute commands directly via npx to discover, install, and update agent skills from the open ecosystem.