Discovers and installs agent skills from the open ecosystem via the skills.sh leaderboard.
What it does
Claude doesn't know what skills exist in the open ecosystem. Without this skill, it can't recommend specific skills for a task, can't tell you what's available for your tech stack, and can't self-extend when it lacks a capability. This skill teaches Claude how to search the skills.sh leaderboard, evaluate skills for a specific use case, and return install commands. It's the discovery layer for everything else on the directory.
Use case
When you suspect a skill exists for what you're trying to do but don't want to browse the directory manually. Also useful when Claude is struggling with a task — ask it to find the right skill rather than continuing without one. Made by Vercel Labs.
"Find me a skill for working with HuggingFace datasets." "Is there a skill for Playwright testing? Find it and give me the install command." "What are the most-installed skills for data visualisation?" "I need Claude to be better at Supabase — search for the right skill." "What skills exist for React Native development?"
Install once. From that point, when Claude is missing a capability, ask it to find the relevant skill.
Claude searches the leaderboard by keyword or category, returns ranked results with install commands.
After installing a new skill, start a fresh session — skills load on session start.
Input
A description of what you need help with, or a specific technology or workflow you want a skill for.
Output
Ranked skill results with names, descriptions, install counts, and the exact npx skillsadd command for each.
npx skillsadd vercel-labs/skills/find-skills
npx skillsadd vercel-labs/skills/find-skills
Requires skills.sh CLI
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
Send message notifications for agent workflows — alert on completion, errors, or milestones.
Manage local CLI AI agents via tmux — start, stop, monitor, assign tasks, and schedule with cron.