find-skills

Search the skills.sh registry for installable agent skills via the Skills CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tDalile/dotfiles --skill find-skills-tdalile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/tDalile/dotfiles/tree/main/agents/skills/find-skills
Command: npx skills add https://github.com/tDalile/dotfiles --skill find-skills-tdalile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often need to know whether an existing skill can handle a task, but searching manually across the ecosystem is time‑consuming and error‑prone.

Core Features & Use Cases

  • Skill Search: Leverages the Skills CLI to locate relevant skills based on natural‑language queries.
  • Recommendation: Provides concise install commands and links for each matched skill.
  • Installation Assistance: Offers optional guidance to add the chosen skill globally.
  • Use Cases: When a user asks “how do I do X”, “find a skill for X”, or wants to extend the agent with new tools, templates, or workflows.

Quick Start

Ask me to find a skill for your task, and I’ll suggest the appropriate install command.

Frequently Asked Questions about find-skills

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

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

To discover existing agent skills, use the Skills CLI to perform a natural-language search across the skills.sh registry. It matches your task query and returns install commands with links for relevant capabilities.

What is the best way to discover installable agent tools and workflows?

The best way to discover installable agent tools is querying the skills.sh registry via the Skills CLI. It eliminates manual ecosystem browsing by matching natural-language task descriptions to relevant skills and providing direct installation links.

How do I install a new skill globally once I find it?

To install a new skill globally, run the `npx skills` command provided in your search results. The system offers optional guidance to add the chosen agent extension globally via the Skills CLI after matching your query.

Do I need internet access to search for agent skills?

Yes, you need internet access to search for agent skills. The discovery process requires connectivity to query the skills.sh registry and access to the Skills CLI via `npx skills` to return matched results.

When should I search for an agent skill instead of building my own?

You should search for an agent skill when you want to extend the agent with new tools, templates, or workflows and avoid manual ecosystem searching. It quickly determines if an existing capability already handles your task before building from scratch.