find-skills

Find installable agent skills and provide install commands and documentation links.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users who need to discover existing agent skills and install them instead of recreating capabilities, saving time and surfacing proven workflows and tools.

Core Features & Use Cases

  • Interactive skill discovery: Translate a user's how-to or capability request into targeted search queries against the Skills ecosystem.
  • Install guidance: Provide exact install commands and links so users can add skills with minimal friction.
  • Use Case: When a user asks "is there a skill for PR reviews?" the Skill finds relevant packages, explains what they do, and shows how to install them.

Quick Start

Run npx skills find [query] to locate relevant skills and then install one with npx skills add owner/repo if you want to add it.

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 specific development tasks?

To find and install agent skills, use the command line interface to search the ecosystem with npx skills find [query], then add a desired package using npx skills add owner/repo to quickly integrate new capabilities.

What is the best way to discover existing skills for workflows like PR reviews or deployment?

The best way to discover existing skills is querying the skills ecosystem via CLI. It translates your capability requests into targeted searches, presenting package names, explanations, and documentation links for specialized tasks.

Can I use the CLI to search for skills across different domains like web development and testing?

Yes, you can use the CLI to search for skills across domains like web development, testing, and deployment. It translates how-to queries into targeted searches against the ecosystem to surface relevant packages.

How do I add an agent skill after finding it through discovery?

To add an agent skill after discovery, use the exact install command npx skills add owner/repo. The discovery process provides this command and prompts for installation to minimize friction.

Do I need any dependencies to search for and install agent skills?

No external dependencies are required to search for and install agent skills. You can run the discovery and installation commands directly via the npx command line interface without prior package setups.