find-skills

Find installable agent skills matching a requested capability or workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users quickly find relevant installable agent skills for the specific task they need, instead of guessing or manually searching.

Core Features & Use Cases

  • Skill discovery guidance: Identifies a user’s domain and task intent (e.g., testing, deployment, documentation) to narrow down what to search for.
  • Search via Skills CLI: Guides users to use the Skills CLI to find candidate skills by keyword and evaluate results.
  • Quality-aware recommendations: Encourages checking install count, source reputation, and repository signals before recommending or installing.

Quick Start

Tell me what you want to do (the task and domain), and I will search the open agent skills ecosystem for the best matching skills and suggest how to install them.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find installable agent skills for a specific development workflow?

To find installable agent skills, identify your domain and task intent, then use the Skills CLI to search by keyword and evaluate candidate packages for your specific capability needs.

What is the best way to search GitHub packages for agent capabilities?

The best way to search GitHub packages for agent capabilities is using the Skills CLI to query by task keywords, then evaluating repository signals and install counts to ensure quality before installation.

Do I need custom code execution to install a new agent skill?

You do not need custom code execution to install an agent skill; the process requires a YAML-defined skill entry and provides CLI-oriented search and verification steps for straightforward installation.

How do I verify the quality of a skill before adding it to my agent ecosystem?

To verify skill quality before adding it to your agent ecosystem, check the install count, source reputation, and repository signals provided through the Skills CLI search results.

What format is required for a skill to be discoverable by the Skills CLI?

A skill must be defined as a YAML entry with a discoverable name and description to be found by the Skills CLI, ensuring it can be matched against user requested capabilities and workflows.