Agent skill · AI & Agents

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", 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.

CherryHQgithub.com/CherryHQGitHub ↗
claude-codecodexAGPL-3.0
Install
npx skills add CherryHQ/cherry-studio --skill find-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Path: resources/skills/find-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 49,400
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. ## When to Use This Skill Use this skill when the user: - Asks "how do I do X" where X might be a common task with an existing skill - Says "find a skill for X" or "is there a skill for X" - Asks "can you do X" where X is a specialized capability - Expresses interest in extending agent capabilities - Wants to search for tools, templates, or workflows - Mentions they wish they had help with a specific domain (design, testing, deployment, etc.) ## The skill tools Cherry gives you two built-in tools for skills — use them, and do NOT shell out to `npx skills`, `git`, or any package manager: - **`search_skills(query)`** — search the marketplace by keyword. Returns matches, each with an opaque `install_source` value. - **`install_skill(install_source)`** — install ONE skill into Cherry's managed library and enable it for this agent. Cherry clones the repo, installs just that one skill, and registers it in a single deterministic step. Permission handling follows the active Claude permission mode (Step 6). **Browse skills at:** https://skills.sh/ ## How to Help Users Find Skills ### Step 1:

What's inside
Steps it walks through
  1. When to Use This Skill
  2. The skill tools
  3. How to Help Users Find Skills
  4. Step 1: Understand What They Need
  5. Step 2: Check the Leaderboard First
  6. Step 3: Search for Skills
  7. Step 4: Verify Quality Before Recommending
  8. Step 5: Present Options to the User
  9. Step 6: Install (Uses the Active Permission Mode)
  10. Common Skill Categories
  11. Tips for Effective Searches
  12. When No Skills Are Found
More from cherry-studio
All skills →
About this skill
What does the find-skills skill do?

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", 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.

How do I install it?

Run `npx skills add CherryHQ/cherry-studio --skill find-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From CherryHQ/cherry-studio, a repository with 49,400 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going