Features

Stable, focused, and developer-friendly

// update

Regularly adding new Skills covering mainstream AI coding tools

// security

Code reviewed before listing with security certification status

// opensource

All Skills are open source with transparent, auditable code

// install

Command-line installation, just copy and use

Top Skills

Sorted by installs

View All

Frequently Asked Questions

Common questions about AI Agent Skills

1

What are AI Agent Skills?

AI Agent Skills are specialized instruction sets that extend the capabilities of AI coding assistants like Claude, Cursor, and other LLM-based tools. They provide domain-specific knowledge, workflows, and best practices that help AI assistants perform complex tasks more effectively.
2

How do I install a Skill?

Installing a Skill is simple. Copy the installation command shown on the skill page (e.g., npx skills add vercel-labs/agent-skills) and run it in your terminal. The skill will be downloaded and configured automatically for your AI coding environment. No additional setup required - skills are ready to use immediately after installation.
3

Are the Skills free to use?

Yes, all Skills listed on Learn Skills are completely free and open source. You can use, modify, and contribute to them without any cost. Each skill's source code is publicly available on GitHub.
4

Which AI tools are supported?

Learn Skills supports popular AI coding assistants including Claude Code, Cursor, Windsurf, and other tools that support the MCP (Model Context Protocol) or agent skills format. Check each skill's compatibility section for specific tool support.
5

How can I submit my own Skill?

You can submit your own Skill by creating a GitHub repository following our skill format guidelines, then submitting a pull request to our skills feed repository. All submissions are reviewed for quality and security before being listed.
6

How do I update an installed Skill?

To update an installed Skill, simply run the same installation command again. The CLI will automatically detect the existing skill and update it to the latest version. You can also check for updates using npx skills update.