find-skills

Parse SKILL.md frontmatter and scan skill resources for structured metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you discover and install skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover available skills with queries and intent.
  • Install skills using the Skills CLI (npx skills add owner/repo@skill).
  • Browse skills at skills.sh and read basic docs.

Quick Start

Ask the assistant to search for a skill with a relevant query and install it using the Skills CLI.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install agent skills using a CLI?

You can discover agent skills by querying the ecosystem and install them using the Skills CLI with the command npx skills add <owner/repo@skill>. This automates the discovery and installation process.

What is an agent skill and how does its metadata work?

An agent skill is a reusable automation component validated by a SKILL.md file at the root. It parses YAML frontmatter for name and description, scanning optional resources like scripts/ and references/ to determine operational context.

Can I browse available agent skills before installing them?

Yes, you can browse available skills at skills.sh and read basic documentation. You can also ask the assistant to search the ecosystem with a relevant query to discover matching skills before installing.

What components are scanned when validating a skill for installation?

The validation process scans optional resources including scripts/, references/, and assets/ directories. This determines component availability and operational context, outputting structured metadata like complexity, category, and dependencies.

How do I find the right automation skills for my specific workflow?

You can discover available skills by providing the assistant with a relevant query and intent. The system identifies and validates Skill Units, parsing their metadata to match your specific automation requirements.