find-skills

Discovers and installs agent skills via CLI workflows and SKILL.md frontmatter metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Discover and browse available agent skills using the Skills CLI (npx skills).
  • Provide install guidance with exact commands and install sources.
  • Help users assess which skill fits their task and present install options.

Quick Start

Ask me to find a skill for a task and I will search the skills ecosystem and present install options.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install Claude skills using the CLI?

You can discover Claude skills by running npx skills find to browse available agent skills, then use npx skills add to install them via the skills-cli workflow.

Can I search for a specific Claude skill to handle a certain task?

Yes, you can search for a specific Claude skill by asking to find a skill for a task, which queries the skills ecosystem through SKILL.md frontmatter metadata and presents matching install options.

What is the skills-cli used for when managing agent skills?

The skills-cli is used for discovering, installing, checking, and updating agent skills through npx commands, allowing users to browse the ecosystem and apply SKILL.md frontmatter metadata.

Do I need any dependencies to browse and install skills with npx?

No external dependencies are required to browse and install skills with npx, as the skills-cli operates standalone to discover agent skills and provide install guidance without prerequisite packages.

How do I update installed agent skills after finding them?

Update installed agent skills by running the npx skills update command via the skills-cli, which checks and refreshes your installed capabilities based on SKILL.md frontmatter metadata.

When should I use a skill discovery tool instead of building capabilities manually?

Use a skill discovery tool when you need to extend agent capabilities for specific tasks and want to assess existing installable skills rather than building functionality manually from scratch.