Getting Started

What are AI Agent Skills?

AI Agent Skills are modular capabilities that can be added to AI assistants like Claude, ChatGPT, and others. Skills extend the functionality of AI agents, allowing them to perform specialized tasks such as code analysis, data processing, web scraping, and more.

How Skills Work

Each skill is defined by a SKILL.md file in a GitHub repository. This file contains instructions, capabilities, and metadata that AI agents can understand and use. When you install a skill, the AI agent reads this file and gains the ability to perform the tasks described within.

Quick Start

To install a skill, use the following command in your AI assistant:

/install-skill https://github.com/owner/repo

Finding Skills

Browse our skill directory to find skills that match your needs. You can filter by category, search by keyword, or explore trending skills.

Browse Skills

Next Steps