find-skills

Search and install agent skills via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Find Skills capability helps users discover and install agent skills when they ask questions like "how do I do X", or express interest in extending capabilities. It exposes a concise, centralized path to locate, evaluate, and add skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover skills: Search by query to identify skills that match a user need.
  • Install and deploy: Install skills via the Skills CLI from GitHub or other sources.
  • Quality checks: Inspect install quality and update installed skills with npx skills check / npx skills update.
  • Browse catalog: Browse skills at https://skills.sh/ for familiarity and reputation.
  • Use cases: When building a capability stack, quickly assemble complementary skills for enhanced automation.

Quick Start

Run a search with the Skills CLI to find a skill that matches your task.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I search for agent skills to install from GitHub?

You can search for agent skills to install from GitHub by using the Skills CLI to query a specific need, evaluate matching options, and deploy the selected skill directly through command-line operations.

What is the best way to discover and install skills for a modular agent ecosystem?

Discovering and installing skills for a modular ecosystem is best done via the Skills CLI, which applies frontmatter-driven entries and optional governance checks to present quality options for quick deployment.

Can I browse an agent skills catalog before installing extensions via the CLI?

Yes, you can browse the agent skills catalog at https://skills.sh/ to check familiarity and reputation before locating and installing extensions through the CLI-based search functionality.

How do I check the quality of installed skills and update them?

To check the quality of installed skills and update them, run the npx skills check command to inspect install quality, followed by npx skills update to refresh the installed agent extensions.

Does the Skills CLI support installing extensions from sources other than GitHub?

The Skills CLI supports installing agent extensions from GitHub and other sources, applying governance checks during the installation process to ensure the deployed skills meet quality requirements.

Why do I need a frontmatter-driven entry when locating skills for a capability stack?

A frontmatter-driven entry is needed when locating skills because it provides the standardized metadata required for the CLI-based search to accurately identify, evaluate, and install complementary skills for your stack.