find-skills

Discover and install agent skills using the Skills CLI (npx skills).

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rattamnoon/our-third-story --skill find-skills-rattamnoon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/rattamnoon/our-third-story/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/rattamnoon/our-third-story --skill find-skills-rattamnoon

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", 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

  • Provides an interface to explore the open agent skills ecosystem and locate relevant capabilities.
  • Demonstrates how to use the Skills CLI (npx skills) to find, install, and manage skills.
  • Guides users through evaluation steps (install count, source reputation, GitHub stars) before recommending skills.

Quick Start

Tell me the task you want to accomplish, and I will search the skills ecosystem and present matching options.

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 for specific tasks?

To find and install agent skills, use the Skills CLI by running `npx skills` to search the open ecosystem, evaluate options based on install counts and GitHub stars, and install the matching capabilities directly.

What is the open agent skills ecosystem?

The open agent skills ecosystem is a repository of installable capabilities. When you need to extend functionality, you can search this ecosystem to locate, evaluate, and integrate new skills using the Skills CLI.

How do I evaluate skills before installing them?

Evaluate skills before installing by checking their source reputation, GitHub stars, and install count. This evaluation process ensures you choose reliable capabilities from the open ecosystem via the Skills CLI.

Can I use the Skills CLI to discover capabilities across common domains?

Yes, you can use the Skills CLI to discover capabilities across common domains. By running `npx skills`, you can search the open ecosystem to find and install skills that match your specific domain requirements.

Do I need a specific file format to define a new skill?

Yes, defining a new skill requires a SKILL.md file with YAML frontmatter containing a name and description, plus an instructional body detailing the usage and workflow for the Skills CLI.