find-skills

Find and install agent skills using natural language queries and the Skills CLI.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/seflless/dot-agents --skill find-skills-seflless
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/seflless/dot-agents/tree/main/skills/find-skills
Command: npx skills add https://github.com/seflless/dot-agents --skill find-skills-seflless

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill helps users discover and install agent skills when they are seeking capabilities that may exist as standalone installs, streamlining exploration and onboarding.

Core Features & Use Cases

  • Discover installable agent skills using natural queries and the Skills CLI
  • Install selected skills with one command and manage them centrally
  • Browse the skills ecosystem at skills.sh to compare options

Quick Start

Ask me to find skills for a topic, or run the Skills CLI with npx skills find <query> to surface matching 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 agent skills using natural language queries?

You can discover and install agent skills by asking natural language queries like "find a skill for X" or by running the Skills CLI with npx skills find <query> to surface matching options from the ecosystem.

What is the best way to browse and compare available agent skills?

The best way to browse and compare available agent skills is by visiting skills.sh, which provides an ecosystem overview to compare options before installing them centrally with a single command.

How do I structure an installable agent skill for the CLI to recognize it?

To structure an installable agent skill, you must place a SKILL.md file at the root directory with YAML frontmatter defining the skill's name and description, optionally including supporting scripts, references, or assets.

Can I manage and install multiple agent skills centrally without manual setup?

Yes, you can manage and install agent skills centrally using the Skills CLI, which allows you to install selected skills with one command after discovering them through natural queries or browsing skills.sh.

Does the Skills CLI require any external dependencies to find and install skills?

The Skills CLI requires no external dependencies to find and install agent skills, allowing you to run it directly using npx skills find <query> to surface matching options for your environment.