find-skills

Discover and install agent skills by topic via the Skills CLI.

97|17|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/antoniolg/agent-kit --skill find-skills-antoniolg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/antoniolg/agent-kit/tree/main/skills/find-skills
Command: npx skills add https://github.com/antoniolg/agent-kit --skill find-skills-antoniolg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills from the open agent skills ecosystem when users need new functionality or want to extend capabilities.

Core Features & Use Cases

  • Discover skills by topic or task to extend capabilities.
  • Install skills with a single command via the Skills CLI.
  • Browse the open ecosystem at skills.sh to learn more and compare options.

Quick Start

Ask me to find a skill by topic or install a skill with npx skills add owner/repo@skill.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover agent skills for a specific task or topic?▼

You can discover agent skills for a specific topic by asking the assistant to find relevant capabilities or by browsing the open ecosystem at skills.sh to compare available options.

How do I install agent skills via the CLI?▼

To install agent skills via the CLI, run the command `npx skills add <owner/repo@skill>` to quickly download and add the desired capability to your environment.

What is the skills.sh ecosystem?▼

The skills.sh ecosystem is an open repository where users can browse, compare, and discover agent skills to extend their capabilities and install them via the Skills CLI.

Do I need a specific file format to create a self-contained agent skill?▼

Yes, creating an agent skill requires a SKILL.md frontmatter with name and description, optional resource directories, and safety considerations to ensure non-toxic and self-contained behavior.

Can I browse and compare skills before installing them?▼

Yes, you can browse and compare skills before installing them by visiting the skills.sh open ecosystem, which allows you to learn more about available capabilities by topic.

Why should I use the Skills CLI instead of manually adding capabilities?▼

Using the Skills CLI allows you to install new capabilities with a single command, providing quick access to relevant skills from the open ecosystem without manual setup overhead.