Open Standard

What are Agent Skills?

A simple, open format for giving AI agents new capabilities and expertise. Originally developed by Anthropic, now adopted across the ecosystem.

How Skills Work

1. Discovery

At startup, agents load only the name and description of each skill—just enough to know when it might be relevant.

2. Activation

When a task matches a skill's description, the agent reads the full SKILL.md instructions into context.

3. Execution

The agent follows the instructions, optionally loading referenced files or executing bundled scripts as needed.

Skill Structure

Directory Layout

skill-name/
├── SKILL.md          # Required
├── scripts/          # Optional
├── references/       # Optional
└── assets/           # Optional

SKILL.md Format

---
name: my-skill
description: What this
  skill does and when
  to use it.
---

# Instructions

Step-by-step guide...

Required Fields

name

Max 64 chars. Lowercase letters, numbers, hyphens only.

description

Max 1024 chars. What the skill does and when to use it.

Why Agent Skills?

For Skill Authors

Build capabilities once and deploy them across multiple agent products. Your skills work everywhere.

For Compatible Agents

Support for skills lets end users give agents new capabilities out of the box without custom development.

For Teams & Enterprises

Capture organizational knowledge in portable, version-controlled packages that can be shared and audited.

Interoperability

Reuse the same skill across different skills-compatible agent products. Write once, run anywhere.

Growing Ecosystem

Compatible Tools

Agent Skills are supported by leading AI development tools.