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.).
npx skills add melandlabs/openloomi --skill find-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Skills CLI Commands
- How to Help Users Find Skills
- Step 1: Understand What They Need
- Step 2: Search for Skills
- Step 3: Present Options to the User
- Step 4: Offer to Install
- Common Skill Categories
- Tips for Effective Searches
- When No Skills Are Found
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
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.
