find-skills

Discover and install agent skills using Skills CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill 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 installable skill.

Core Features & Use Cases

  • Discover and suggest installable agent skills based on user queries.
  • Provide guidance on using the Skills CLI to search, add, check, and update skills.
  • Use case: When a user asks for a capability, the skill proposes relevant installable options and how to install them.

Quick Start

Tell me what you want to accomplish and I will propose matching skills and installation steps.

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 install for a specific task?

To find agent skills, describe the task you want to accomplish. This skill matches your query against available options and presents the relevant install commands for the Skills CLI.

What is the process for discovering and installing agent skills?

Discovering agent skills involves searching by capability, assessing suitability and trust factors, and executing the provided install commands via the Skills CLI to add the functionality.

How do I know if a discovered agent skill is safe to install?

You can evaluate whether an agent skill is safe to install by reviewing the trust factors and suitability assessments provided alongside the search results before running the install commands.

Do I need a specific file format to create or install agent skills?

Installing agent skills requires a well-formed SKILL.md frontmatter with name and description. Optional directories for scripts, references, and assets can also be included in the skill package.

Can I use the Skills CLI to update or check my installed agent skills?

Yes, you can use the Skills CLI to check and update installed agent skills. This skill provides the necessary guidance and commands for managing your skill lifecycle through the CLI.