find-skills

Search and install agent skills from the open ecosystem using the Skills CLI.

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

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

  • Search for skills using natural language queries with the Skills CLI.
  • Install preferred skills directly via the Skills CLI.
  • Evaluate skills using install counts and trust signals, then enable them for the agent.

Quick Start

Use the Skills CLI to search for a skill by topic and install it with the recommended package.

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

To discover and install agent skills, use the Skills CLI to search by natural language topic, evaluate options via install counts and trust signals, then install the preferred package directly.

What do I need to do before installing a Skill from the open ecosystem?

Before installing a Skill, you need the Skills CLI and a valid SKILL.md file containing YAML frontmatter with the name and description, plus a body describing its usage.

Can I evaluate agent skills by install counts before enabling them?

Yes, you can evaluate agent skills by reviewing their install counts and trust signals via the Skills CLI, allowing you to select a reliable capability before enabling it for your agent.

What is the best way to search for ready-to-use developer tools using natural language?

The best way to search for ready-to-use developer tools is querying the Skills CLI with natural language descriptions of your desired automation, documentation, or code assistance tasks.

What optional directories support the execution of an installed Skill?

Optional directories that support an installed Skill's execution and documentation include scripts, references, and assets directories defined alongside the core SKILL.md file.

Why does my installed Skill require a YAML frontmatter in SKILL.md?

An installed Skill requires YAML frontmatter in SKILL.md to define the mandatory name and description fields needed for the agent to properly identify, evaluate, and execute the capability.