find-skills

Search for installable agent skills and provide installation guidance.

Updated Jul 12, 2025
One-click install
npx skills add https://github.com/contatomaycon/underchat --skill find-skills-contatomaycon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/contatomaycon/underchat/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/contatomaycon/underchat --skill find-skills-contatomaycon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discoverable: search for skills via the Skills CLI and learn what each skill does.
  • Install guidance: provides instructions to install and manage skills.
  • Use cases: supports finding a skill for a task, extending capabilities, browsing templates and workflows.

Quick Start

Ask to search for skills related to your task and install the best match.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find and install agent skills to extend my workflows?

To discover agent skills, use the Skills CLI to search the open ecosystem for capabilities matching your task. The tool surfaces installable skills and provides instructions to manage and install the best match for extending your workflows.

What is an agent skill and when do I need one?

An agent skill is an installable package that extends your agent's capabilities with new tools, templates, or workflows. You need one when asking how to perform a specific task or seeking to extend agent functionality.

Can I browse templates and workflows using the Skills CLI?

Yes, the Skills CLI supports browsing and discovering templates and workflows. You can search for skills related to your specific task, evaluate what each skill does, and install the appropriate templates and workflows.

Do I need a specific file structure to create discoverable skills?

Yes, creating a discoverable skill requires a root SKILL.md file with YAML frontmatter defining at least the name and description, a descriptive markdown body, and optional resources directories like scripts, references, and assets.

What is the best way to evaluate which skill to install for a specific task?

The best way to evaluate skills is to ask the agent to search for skills related to your task. The system surfaces installable skills and provides descriptions of what each skill does, allowing you to select and install the best match.

What are the limitations of using the Skills CLI for discovering workflows?

The Skills CLI is limited to discovering and installing skills from the open agent skills ecosystem. It requires a valid SKILL.md with YAML frontmatter for each skill and does not execute the workflows directly after installation.