find-skills

Search the open skills ecosystem for relevant installable agent skills.

Updated May 5, 2026
One-click install
npx skills add https://github.com/XCmiaow/cc-deploy --skill find-skills-xcmiaow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/XCmiaow/cc-deploy/tree/main/skills/find-skills
Command: npx skills add https://github.com/XCmiaow/cc-deploy --skill find-skills-xcmiaow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of not knowing which existing agent skill can help you with a specific task, so you can quickly find and install relevant capabilities instead of doing everything manually.

Core Features & Use Cases

  • Skills discovery via Skills CLI: Helps users search the open agent skills ecosystem using keyword or interactive queries.
  • Quality-aware recommendations: Guides users to verify install count, source reputation, and GitHub stars before choosing what to install.
  • Installation and maintenance guidance: Supports installing found skills and checking/updating installed skills for ongoing improvements.

Quick Start

Ask me to find a skill for your task, then I will guide you through searching with npx skills find and selecting a reputable match to install.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find installable agent skills for a specific developer workflow?

You can find installable agent skills by searching the open skills ecosystem using the `npx skills find` command with keyword or interactive queries to discover capabilities matching your specific task. This allows you to quickly locate and install relevant skills instead of building everything manually.

What is the best way to verify the quality of a skill before installation?

The best way to verify skill quality before installation is to check GitHub stars, source reputation, and install count signals. The discovery workflow guides you to prioritize reputable sources and adequate engagement metrics to ensure you choose a reliable match.

How do I update installed agent skills to get ongoing improvements?

You can update installed agent skills using the `npx skills update` command within the Skills CLI workflow. This checks for and applies ongoing improvements to your installed capabilities, ensuring your developer workflow remains current with ecosystem updates.

Can I use the skills CLI to search the agent ecosystem without installing anything?

Yes, you can use the `npx skills find` command to search the open agent skills ecosystem and browse results without installing. This allows you to evaluate available capabilities, check engagement signals, and only install a skill once you find a reputable match.

Do I need a specific environment to run the skills discovery workflow?

You need an environment capable of executing Node.js commands to run the `npx skills` CLI workflow. The discovery process relies on the `npx skills find`, `add`, `check`, and `update` commands to search the ecosystem and manage skill installations.