claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

agentskills

Specification and documentation for Agent Skills

// Claude Skills[ cli ][ claude ]#claude#agent-skills#skillsApache-2.0$open-sourceupdated 15 days ago
Actively maintained
98/100
last commit 7 days ago
last release none
releases 0
open issues 30
// install
git clone https://github.com/agentskills/agentskills

Agent Skills

A standardized way to give AI agents new capabilities and expertise.

What are Agent Skills?

Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows.

At its core, a skill is a folder containing a SKILL.md file. This file includes metadata (name and description, at minimum) and instructions that tell an agent how to perform a specific task. Skills can also bundle scripts, reference materials, templates, and other resources.

my-skill/
├── SKILL.md          # Required: metadata + instructions
├── scripts/          # Optional: executable code
├── references/       # Optional: documentation
├── assets/           # Optional: templates, resources
└── ...               # Any additional files or directories

Why Agent Skills?

Agents are increasingly capable, but often don't have the context they need to do real work reliably. Skills solve this by packaging procedural knowledge and company-, team-, and user-specific context into portable, version-controlled folders that agents load on demand. This gives agents:

  • Domain expertise: Capture specialized knowledge — from legal review processes to data analysis pipelines to presentation formatting — as reusable instructions and resources.
  • Repeatable workflows: Turn multi-step tasks into consistent, auditable procedures.
  • Cross-product reuse: Build a skill once and use it across any skills-compatible agent.

How do Agent Skills work?

Agents load skills through progressive disclosure, in three stages:

  1. Discovery: At startup, agents load only the name and description of each available 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 executing bundled code or loading referenced files as needed.

Full instructions load only when a task calls for them, so agents can keep many skills on hand with only a small context footprint.

Where can I use Agent Skills?

Agent Skills are supported by a large number of AI tools and agentic clients — see the Client Showcase to explore some of them!

Getting started

Open development

The Agent Skills format was originally developed by Anthropic, released as an open standard, and has been adopted by a growing number of agent products. The standard is open to contributions from the broader ecosystem — see CONTRIBUTING.md for how to get involved.

License

Code in this repository is licensed under Apache 2.0. Documentation is licensed under CC-BY-4.0. See individual directories for details.

// compatibility

Platformscli
Operating systems
AI compatibilityclaude
LicenseApache-2.0
Pricingopen-source
LanguagePython

// faq

What is agentskills?

Specification and documentation for Agent Skills. It is open-source on GitHub.

Is agentskills free to use?

agentskills is open-source under the Apache-2.0 license, so it is free to use.

What category does agentskills belong to?

agentskills is listed under skills in the Claudeers registry of Claude-compatible tools.

0 views
22,638 stars
unclaimed
updated 15 days ago

// embed badge

agentskills on Claudeers
[![Claudeers](https://claudeers.com/api/badge/agentskills.svg)](https://claudeers.com/agentskills)

// retro hit counter

agentskills hit counter
[![Hits](https://claudeers.com/api/counter/agentskills.svg)](https://claudeers.com/agentskills)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell245,541MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python157,979[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]

// built by

Connectorlinks several projects together across the ecosystem · 9 connections

5 of its contributors also build on official projectsskills, claude-cookbooks, python-sdk, claude-quickstarts

→ see how agentskills connects across the ecosystem