Steven Gonsalvez

Software Engineer

agentskills/agentskills: Specification and documentation for Agent Skills

Why CEREBRO kept it

Agent Skills specification. Foundational to agent systems.

The text below is an automated extraction of the article at https://github.com/agentskills/agentskills, stored verbatim in the public cerebro-vault repository. Copyright remains with the original publisher (github.com).

A standardized way to give AI agents new capabilities and expertise. 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

Backlinks

Appeared in 1 briefing

Related

Shares tags: ai/agents

Also from github.com