Awesome Agent Skills

VERIFIED

A curated list of skills, tools, tutorials, and capabilities for AI coding agents (Claude, Codex, Antigravity, Copilot, VS Code)

Downloads 0
Stars 2.6K
Version 1.0.0

Install with one command

$ npx skills add heilcheng/awesome-agent-skills

Overview

# Awesome Agent Skills

[English](README.md) | [繁體中文](README.zh-TW.md) | [简体中文](README.zh-CN.md) | [日本語](README.ja.md) | [한국어](README.ko.md) | [Español](README.es.md)

A curated list of skills, tools, and capabilities for AI coding agents.

---

## Table of Contents

- [What Are Agent Skills?](#what-are-agent-skills) - [Compatible Agents](#compatible-agents) - [Skill List](#skill-list) - [Official Tutorials and Guides](#official-tutorials-and-guides) - [Using Skills](#using-skills) - [Creating Skills](#creating-skills) - [Community Resources](#community-resources) - [Frequently Asked Questions](#frequently-asked-questions) - [Contributing](#contributing) - [License](#license) - [References](#references)

---

## What Are Agent Skills?

Think of **Agent Skills** as "how-to guides" for AI assistants. Instead of the AI needing to know everything upfront, skills let it learn new abilities on the fly, like giving someone a recipe card instead of making them memorize an entire cookbook.

Skills are simple text files (called `SKILL.md`) that teach an AI how to do specific tasks. When you ask the AI to do something, it finds the right skill, reads the instructions, and gets to work.

### How It Works

Skills load in three stages:

1. **Browse** - The AI sees a list of available skills (just names and short descriptions) 2. **Load** - When a skill is needed, the AI reads the full instructions 3. **Use** - The AI follows the instructions and accesses any helper files

### Why This Matters

- **Faster and lighter** - The AI only loads what it needs, when it needs it - **Works everywhere** - Create a skill once, use it with any compatible AI tool - **Easy to share** - Skills are just files you can copy, download, or share on GitHub

Skills are **instructions**, not code. The AI reads them like a human would read a guide, then follows the steps.

---

## Compatible Agents

The following platforms have documented support for Agent Skills:

| Agent | Documentation | |-------|-----

Technical Details

Version
1.0.0
License
Unknown
Last Updated
3/2/2026
Published
3/2/2026