Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. Supports Chinese input with auto-translation to English.
Helps users discover and install agent skills from the open ecosystem when they need new capabilities.
Activate this skill when users:
If user input contains Chinese, translate it to English first:
| Chinese | English |
|---|---|
| 网页开发 | web development |
| 测试 | testing |
| 部署 | deploy |
| 文档 | documentation |
| 代码审查 |
| code review |
| 设计 | design |
| 工作流 | workflow |
Example: User asks "找一个React测试的skill" → Search for "react testing"
npx skills find [query]
Or in CMD:
npx skills find [query]
For each result, provide:
npx skills add <owner/repo@skill> -g -y
| Category | Keywords |
|---|---|
| Web Dev | react, nextjs, vue, angular, frontend |
| Testing | jest, playwright, cypress, testing |
| DevOps | deploy, docker, kubernetes, ci-cd |
| Documentation | readme, changelog, docs |
| Code Quality | review, lint, format |
| Design | ui, accessibility, css |
| Productivity | workflow, git, automation |
The skills.sh directory ranks skills by:
| View | Description | Use Case |
|---|---|---|
| All Time | Total install count | Find proven, stable skills |
| Trending (24h) | Recent 24-hour activity | Discover new popular skills |
| Hot | Current trending | Find what's popular right now |
vercel-labs/agent-skills is highly trusted| Rank | Skill | Installs | Use Case |
|---|---|---|---|
| 1 | vercel-react-best-practices | 74.5K | React development |
| 2 | find-skills | 61.1K | Discover skills |
| 3 | web-design-guidelines | 56.5K | Web design |
| 4 | remotion-best-practices | 53.8K | Video creation |
vercel-labs - high quality, well-maintainednpx skills init
If npx is not recognized:
node --versionnpm --versionnpx skills --help