In a previous post I’ve explained, what Agent Skills are and showed an example .
Did you know that skills.sh is an open directory of Agent Skills maintained by Vercel Labs, where you can discover and install skills for your AI agent?

Install a Skill
Let’s say you’re building a React app and want your agent to automatically follow React best practices.
- Open skills.sh and type
reactin the search box. - The leaderboard filters down to React-focused Skills ranked by install count.

- Select the skill that best matches your needs.

- Copy the Installation command:
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-best-practices
- Run the command (I’m executing it from the VS Code terminal).

- Follow the prompts to complete the installation.

- The skill is now installed.

- Reload the Skills using following command and you are ready to go.
/skills reload

With skills.sh, you can quickly discover and install reusable skills that help your AI agent follow best practices and become more effective.
🙂



Leave a Reply