find-skills

Discover and install matching agent skills using the Skills CLI.

1|Updated Sep 6, 2015
One-click install
npx skills add https://github.com/deerawan/dotfiles --skill find-skills-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/deerawan/dotfiles/tree/main/agents/skills/find-skills
Command: npx skills add https://github.com/deerawan/dotfiles --skill find-skills-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users locate existing installable skills that match what they want to do, reducing time spent searching for the right capability.

Core Features & Use Cases

  • Skill discovery for specific tasks: Supports queries like “how do I do X” and “is there a skill for X” to find relevant options in the skills ecosystem.
  • Actionable recommendation workflow: Guides users to check the skills leaderboard, evaluate quality signals (installs, source reputation, stars), and then present concrete installation commands.
  • Installation support through the Skills CLI: Helps users install chosen skills using the npx skills command flow, including update and verification operations.

Quick Start

Tell the agent: “Find a skill that can help me with pr review workflows, and suggest the best option to install.”

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find agent skills for a specific workflow?

To find agent skills for a specific workflow, use the Skills CLI search approach by running a command like `npx skills find` with your task-oriented query to discover matching capabilities in the skills ecosystem.

What is the best way to evaluate installable skills before choosing one?

The best way to evaluate installable skills is by checking the skills leaderboard and validating recommendations using quality signals like install count, source reputation, and repository popularity.

How do I install a discovered package using the Skills CLI?

To install a discovered package using the Skills CLI, execute the `npx skills` command flow provided in the recommendation, which also supports update and verification operations for the chosen skill.

Can I search the open skills ecosystem if I only know my domain need?

Yes, you can search the open skills ecosystem with task-oriented prompts like "is there a skill for X", allowing the discovery process to match your domain need with the best available installable package.

Does finding a skill require any specific package installation beforehand?

Finding a skill does not require specific package installation beforehand, as the discovery process utilizes the npx command flow to query search and evaluate agent capabilities directly without prior setup.