find-skills

Discover and install agent skills using the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Discover and install agent skills from the open agent skills ecosystem.
  • Step-by-step guidance for finding, evaluating, and installing skills via the Skills CLI.
  • Use Case: When a user asks for help finding a capability or expanding agent features.

Quick Start

Describe the task you need to accomplish and run npx skills find <query> to locate matching agent skills.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find agent skills to extend my capabilities?

You can discover agent skills by running `npx skills find <query>` in the CLI, which searches the open skills ecosystem for matching capabilities and guides you through evaluating and installing options.

How do I install agent skills using the command line?

To install agent skills, use the Skills CLI to search for your desired functionality, evaluate the returned options, and select a skill to install. The CLI guides you through the entire discovery and installation process.

What is the best way to evaluate agent skills before installing them?

Evaluating agent skills involves reviewing the SKILL.md frontmatter, which requires a name and description. You can also check for optional scripts, references, and assets to understand richer metadata and determine fit before installation.

Can I use the Skills CLI to discover skills for any specific task?

Yes, the Skills CLI discovers skills for specific tasks by searching the open agent skills ecosystem. Describe your task and run the find command to locate matching skills that extend your agent's capabilities.

What metadata is required to create an installable agent skill?

An installable agent skill requires a SKILL.md frontmatter with a name and description. You can include optional scripts, references, and assets to provide richer metadata for better skill evaluation and discovery.