#105 · Primary category: AI Agents & Automation

agentskills

agent-skills

Specification and documentation for Agent Skills

Project last updated:08/09/26

GitHub Stars

24.9K

Forks

1.8K

Contributors

42

License

Apache-2.0

Why we included this project

Agent Skills is a lightweight, open folder format for packaging the procedural knowledge and context that AI agents need to do real work. If you build or operate agentic systems, the spec is worth reading because it standardizes both how a skill is structured (a SKILL.md file with metadata and instructions, plus optional scripts, references, and assets) and how agents load those skills through progressive disclosure. A skill written once can then be reused across any compatible agent, so teams don't have to rebuild the same capabilities for each tool. The repo also includes implementation guidance for adding skills support to your own agent or development tool, which makes it work as both a reference standard and a practical integration manual. It's documentation rather than runnable software, but for anyone standardizing agent workflows it's a useful common ground.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category