find-skills

Discover and install modular agent skills via the Skills CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zjh08177/agent-harness --skill find-skills-zjh08177
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/zjh08177/agent-harness/tree/main/skills/find-skills
Command: npx skills add https://github.com/zjh08177/agent-harness --skill find-skills-zjh08177

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and installing modular agent skills from the open ecosystem can be time-consuming and unclear, especially when users don't know where to start or which skills fit their needs.

Core Features & Use Cases

  • Discover skills via natural-language queries and keyword search to quickly identify relevant capabilities.
  • Preview summaries, README content, and installation guidance to evaluate fit before installing.
  • Install, update, and validate skills using the Skills CLI (npx skills find, add, check, update) and browse at skills.sh for recommendations.
  • Use cases include finding a specific capability, comparing multiple skills, and provisioning a skill into a hosting environment.

Quick Start

Tell me what capability you want and I will help you find and install a matching 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 from the open ecosystem?

To discover and install agent skills, use the Skills CLI with `npx skills find` to search by domain or task, and `npx skills add` to install. You can also browse available capabilities and recommendations at skills.sh.

Can I preview a skill's documentation before installing it?

Yes, you can preview a skill before installing it. The discovery workflow provides summaries, README content, and installation guidance so you can evaluate whether a skill fits your needs before adding it to your environment.

How do I update and validate installed skills using the CLI?

To update and validate installed skills, use the `npx skills check` command to validate your current setup and `npx skills update` to refresh them. These commands ensure your modular capabilities remain current and functional.

What's the best way to search for a specific capability when I don't know the exact skill name?

The best way to find a specific capability is to use natural-language queries or keyword search with `npx skills find`. This lets you search by domain or task to identify relevant, ready-to-install skills without needing exact names.

Does finding and adding skills require any external dependencies?

No, finding and adding skills does not require external dependencies. The Skill operates independently using the Skills CLI and npx to handle search, review, installation, and update workflows directly within your environment.