Find Skills
/find-skillsDiscover and install agent skills from the open ecosystem when you need a capability you don't have yet.
Install in one command
mkdir -p ~/.claude/skills/find-skills && curl -fsSL https://eliteaiadvantage.com/skills/find-skills/SKILL.md -o ~/.claude/skills/find-skills/SKILL.mdThen run /find-skills in Claude Code.
What it is
Find Skills turns Claude into a guided package manager for the open agent skills ecosystem. When you ask 'how do I do X' or 'is there a skill for Y,' it checks the skills.sh leaderboard, runs targeted searches against the npx skills CLI, and verifies install counts and source reputation before recommending anything. You get a real recommendation with the install command and a quality check, not a list of search results.
It's built for the moment you realize a task is common enough that someone has already written a skill for it. Instead of hand-rolling a workflow Claude has to relearn every session, you install the battle-tested version and move on.
Why it's useful
- →Surfaces popular, well-maintained skills before you reach for hand-rolled prompts.
- →Verifies install count and source reputation so you don't ship a skill from an unknown author.
- →Shows the exact npx skills add command, ready to run.
- →Falls back gracefully when nothing exists, Claude offers to help directly or scaffold a new skill.
- →Saves the cycle of building, debugging, and re-explaining a workflow that already exists somewhere.
When to use it
- •Asking 'how do I do X' where X is a common dev or content task.
- •Wanting a skill for testing, deployment, design, or PR review.
- •Looking to extend Claude's capabilities without writing a custom skill.
- •Picking between multiple candidate skills for the same domain.
- •Onboarding to a new stack and unsure which workflows are already packaged.
- •Considering whether to install vs. write a skill from scratch.
How it helps with Claude
Without this skill, Claude either improvises a one-off solution or hand-builds a workflow from memory. Find Skills reshapes the response into a structured search-and-verify pass: check the leaderboard, run a targeted query, vet install counts and source, then recommend with the exact install command. You stop getting reinvented wheels and start getting the existing wheel pointed at you.