agentskills/agentskills

★ 25,531⑂ 0

Specification and documentation for Agent Skills

About agentskills/agentskills

agentskills/agentskills is an open-source project on GitHub, mainly written in Python. Specification and documentation for Agent Skills It currently holds 25,531 stars and 0 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

Git Homed tracks it on the AI Agent Skills Trending board and on the AI AI Agent Skills Trending list.

GitHub Repository Details

Repository agentskills/agentskills · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

Agent Skills

Discord

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:

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.

GitHub Stars & Activity

25,531Stars
0Forks
0Open issues
PythonLanguage

GitHub Popularity

GitHub stars25,531
Forks0
Open issues0
Primary languagePython
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related GitHub Projects

1

NousResearch / hermes-agent

Python★ 247,357⑂ 0
2

anthropics / skills

Python★ 177,258⑂ 0
3

langchain-ai / langchain

Python★ 146,723⑂ 0
4
5

Graphify-Labs / graphify

Python★ 119,780⑂ 0
6

browser-use / browser-use

Python★ 115,471⑂ 0
7

Panniantong / Agent-Reach

Python★ 83,703⑂ 0
8

bytedance / deer-flow

Python★ 82,744⑂ 0

More Trending Repositories