find-skills

Discover and install agent skills via the Skills CLI.

2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/t0lab/harness-kit --skill find-skills-t0lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/t0lab/harness-kit/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/t0lab/harness-kit --skill find-skills-t0lab

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

  • Discover and search skills via the Skills CLI
  • Install, check, and update skills from the ecosystem
  • Browse skills at skills.sh for trusted options

Quick Start

Search for a skill with npx skills find <query> and install it with npx skills add owner/repo@skill.

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 via CLI?

To discover agent skills via CLI, use the command `npx skills find <query>` to surface options, then install a chosen skill using `npx skills add <owner/repo@skill>`. This enables fast capability extension directly from the terminal.

What is the skills.sh catalog used for?

The skills.sh catalog is used to browse trusted agent skills and evaluate available options before installation. It surfaces installable capabilities for tasks, helping users find the right skill for their specific needs.

Do I need any dependencies to use the Skills CLI?

You do not need any runtime dependencies to use the Skills CLI beyond the CLI itself. The discovery and installation process requires no additional packages or environment setup to find and add agent skills.

How can I check and update installed agent skills?

You can check and update installed agent skills directly through the Skills CLI ecosystem. This functionality allows users to manage existing capabilities and ensure they are running the latest available versions.

When should I search for an agent skill to extend capabilities?

You should search for an agent skill to extend capabilities when you ask questions like "how do I do X" or need functionality that might exist as an installable skill. The CLI surfaces available options for your specific task.