بنقرة واحدة
find-skills
// Helps users discover agent skills from the open ecosystem. Searches skills.sh and presents options for installation via the built-in skill_manager tool.
// Helps users discover agent skills from the open ecosystem. Searches skills.sh and presents options for installation via the built-in skill_manager tool.
| name | find-skills |
| description | Helps users discover agent skills from the open ecosystem. Searches skills.sh and presents options for installation via the built-in skill_manager tool. |
This skill helps you discover skills from the open agent skills ecosystem.
Use this skill when the user:
Use npx -y skills find with a relevant keyword to search the ecosystem:
npx -y skills find [query]
Examples:
npx -y skills find react performancenpx -y skills find pr reviewnpx -y skills find changelogThe search results will show installable skills like:
vercel-labs/agent-skills@vercel-react-best-practices
└ https://skills.sh/vercel-labs/agent-skills/vercel-react-best-practices
Browse all available skills at: https://skills.sh/
When you find relevant skills, present them to the user with:
Ask the user which skill(s) they want to install.
Use the built-in skill_manager tool to install:
skill_manager(action="install", source="owner/repo@skill-name")
| Category | Example Queries |
|---|---|
| Web Development | react, nextjs, typescript, css, tailwind |
| Testing | testing, jest, playwright, e2e |
| DevOps | deploy, docker, kubernetes, ci-cd |
| Documentation | docs, readme, changelog, api-docs |
| Code Quality | review, lint, refactor, best-practices |
| Design | ui, ux, design-system, accessibility |
| Productivity | workflow, automation, git |
If no relevant skills exist:
npx -y skills init