find-skills

Search and install agent skills from a registry via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users find and install new agent capabilities (skills) when they express a need for a specific functionality or want to extend the agent's abilities.

Core Features & Use Cases

  • Skill Discovery: Search the agent skills ecosystem for relevant tools.
  • Installation Guidance: Provides commands to install found skills.
  • Use Case: A user asks, "How can I automate my Git commit messages?" This skill can help them find and install a skill for that purpose.

Quick Start

Search for a skill that can help with writing documentation.

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 from a registry?

To discover agent skills, you use a command-line interface to search a skills registry by keywords, topics, or categories. You can then install the identified skills globally or locally to extend your agent's functionality for specialized tasks.

Can I search for agent capabilities by specific categories or topics?

Yes, you can search for agent capabilities by specific categories and topics. The command-line interface supports filtering the skills registry by keywords and topics to help you find relevant tools for your exact use case.

What is the best way to find a skill for automating Git commit messages?

The best way to find a skill for automating Git commit messages is to use the command-line discovery tool to search the registry with relevant keywords. Once a suitable skill is found, you can install it locally or globally to enable that capability.

How do I install a found skill globally or locally for my agent?

You install a found skill globally or locally by running the provided installation commands from the command-line interface. This adds the new agent capabilities directly to your environment for specialized task execution.

Do I need a command-line interface to extend my agent with new skills?

Yes, you need a command-line interface to extend your agent with new skills. The discovery and installation process is facilitated entirely through CLI commands to search the registry and apply the capabilities globally or locally.