Agent skill · Design & Presentation

find-skills

Discover and install skills from the open agent skills ecosystem. Use when: (1) user asks "how do I do X" where X might have an existing skill, (2) user says "find a skill for X" or "is there a skill for X", (3) user asks "can you do X" where X is a specialized capability, (4) user wants to extend agent capabilities, (5) user wants to search for tools, templates, or workflows, (6) user mentions they wish they had help with a specific domain (design, testing, deployment, etc.).

melandlabsgithub.com/melandlabsGitHub ↗
claude-codeApache-2.0
Install
npx skills add melandlabs/openloomi --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: 3 KB
Bundled scripts: none
Path: skills/find-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 764
Language: TypeScript

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

From the SKILL.md

# Find Skills Discover and install skills from the open agent skills ecosystem using the Skills CLI (`npx skills`). ## Skills CLI Commands ```bash npx skills find [query] # Search for skills interactively or by keyword npx skills add <package> # Install a skill from GitHub or other sources npx skills check # Check for skill updates npx skills update # Update all installed skills ``` Browse skills at: https://skills.sh/ ## How to Help Users Find Skills ### Step 1: Understand What They Need Identify: - The domain (e.g., React, testing, design, deployment) - The specific task (e.g., writing tests, creating animations, reviewing PRs) - Whether this is a common enough task that a skill likely exists ### Step 2: Search for Skills ```bash npx skills find [query] ``` Examples: - "how do I make my React app faster?" → `npx skills find react performance` - "can you help me with PR reviews?" → `npx skills find pr review` - "I need to create a changelog" → `npx skills find changelog` Results format: ``` Install with npx skills add <owner/repo@skill> vercel-labs/agent-skills@vercel-react-best-practices └ https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices ``` ### Step 3: Pres

What's inside
Steps it walks through
  1. Skills CLI Commands
  2. How to Help Users Find Skills
  3. Step 1: Understand What They Need
  4. Step 2: Search for Skills
  5. Step 3: Present Options to the User
  6. Step 4: Offer to Install
  7. Common Skill Categories
  8. Tips for Effective Searches
  9. When No Skills Are Found
Commands it runs
npx skills find [query]    # Search for skills interactively or by keyword
npx skills add <package>   # Install a skill from GitHub or other sources
npx skills check           # Check for skill updates
npx skills update          # Update all installed skills
npx skills find [query]
npx skills add <owner/repo@skill> -g -y
More from openloomi
All skills →
About this skill
What does the find-skills skill do?

Discover and install skills from the open agent skills ecosystem. Use when: (1) user asks "how do I do X" where X might have an existing skill, (2) user says "find a skill for X" or "is there a skill for X", (3) user asks "can you do X" where X is a specialized capability, (4) user wants to extend agent capabilities, (5) user wants to search for tools, templates, or workflows, (6) user mentions they wish they had help with a specific domain (design, testing, deployment, etc.).

How do I install it?

Run `npx skills add melandlabs/openloomi --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 melandlabs/openloomi, a repository with 764 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