find-skills

Discover and install agent skills via the Skills CLI.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/alexgorbatchev/ai-registry --skill find-skills-alexgorbatchev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/alexgorbatchev/ai-registry/tree/main/skills/find-skills
Command: npx skills add https://github.com/alexgorbatchev/ai-registry --skill find-skills-alexgorbatchev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users frequently need to expand capabilities by discovering and installing skills from the AI skills ecosystem, but the process can be time-consuming and opaque.

Core Features & Use Cases

  • Discover skills via natural-language queries and browse capabilities
  • Install skills globally using the Skills CLI (npx skills add owner/repo@skill)
  • Learn more and manage skill updates through a centralized registry

Quick Start

Ask me to find a skill for a given capability and I will present install options.

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 AI agent skills for specific capabilities?

You can find and install AI agent skills by querying a centralized skills registry with natural-language prompts and using the Skills CLI to add them via the npx skills add command.

What is the skills registry and how does it work?

The skills registry is a centralized ecosystem catalog that lets users browse, discover, and manage installable agent skills across domains like design, coding, and automation.

How do I install a skill globally using the Skills CLI?

To install a skill globally, run the command npx skills add <owner/repo@skill> in your terminal to fetch and apply the desired capability from the registry.

Can I discover coding and automation skills using natural-language queries?

Yes, you can discover compatible coding and automation skills by asking for a needed capability in natural language, which the registry matches to install options.

Do I need Node.js or npx installed to add agent skills?

Yes, you need an environment supporting npx to execute the Skills CLI commands, as the installation and management of agent skills relies on running npx skills add.

Are there limitations to discovering skills through the registry?

Discovery is limited to the skills currently published in the centralized registry, meaning capabilities not yet submitted to the ecosystem will not appear in natural-language query results.