find-skills

Discover and install agent skills using the Skills CLI commands.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/NooBat/claude --skill find-skills-noobat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/NooBat/claude/tree/main/skills/find-skills
Command: npx skills add https://github.com/NooBat/claude --skill find-skills-noobat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills in response to user questions about capabilities and extensions within the open agent skills ecosystem.

Core Features & Use Cases

  • Explore and search for skills using the Skills CLI: npx skills find [query].
  • Install or update skills with: npx skills add <package> and npx skills update.
  • Discover learning resources and browse more at skills.sh.

Quick Start

Ask me to find a skill for your task and I will guide you through installing it with npx skills add.

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 specific tasks like design or testing?

You can discover agent skills by running the command npx skills find [query] in your CLI. This searches the skills ecosystem and returns matching capabilities for domains like design, testing, or deployment, which you can then review before installation.

What's the best way to install and update agent skills using the CLI?

The best way to install agent skills is using the npx skills add <package> command in your terminal. To update previously installed extensions, run npx skills update to pull the latest versions available in the skills ecosystem.

Do I need any dependencies to search for and install agent skills?

You do not need any dependencies to search for and install agent skills. The Skill operates independently and leverages npx to run the Skills CLI commands directly, allowing you to discover and add extensions without prior setup.

Can I browse available agent skills without using the CLI commands?

You can browse available agent skills without CLI commands by visiting skills.sh. This website provides learning resources and a directory to explore the ecosystem, helping you find extensions before running installation commands.

How does the Skills CLI discover extensions across different domains?

The Skills CLI discovers extensions by querying the skills ecosystem based on your search terms. It matches your input against available capabilities across various domains, returning relevant skills that can extend agent functionality for your specific task.

What should I do if npx skills add is not working for my package?

If npx skills add is not working, verify the package name is correct and exists in the skills ecosystem. You can confirm availability by running npx skills find or checking skills.sh to ensure the extension is published before attempting installation.