Agent Skills
/ˈeɪdʒənt skɪlz/
Also known as: AI skills, Claude skills, agent capabilities, skill files
What Are Agent Skills?
Agent skills are structured instruction packages that teach AI agents how to perform specific tasks or workflows. At their simplest, a skill is a markdown file (skill.md) that describes a step-by-step process. At their most complex, skills include reference documents, code scripts, asset files, and MCP (Model Context Protocol) integration instructions — essentially becoming software for AI agents.
Unlike system prompts or custom GPTs, which are isolated and static, skills are composable. A single AI agent can access thousands of skills, loading each one only when needed through a mechanism called progressive disclosure. This means skills can be built independently, shared across teams, and improved over time.
Anatomy of a Skill
A typical skill folder contains:
Core: skill.md — The process instruction (SOP). Defines the execution flow, including when to ask for human input, which reference files to load, and what output to produce at each step.
Reference files (optional):
- Text files — Style guides, ICP descriptions, voice/personality profiles, example outputs
- MCP instruction files — How the agent should use specific tools or APIs within this skill
- Assets — Images, presentations, templates for output reference
- Code scripts — Python or JavaScript functions for API calls, data processing, or automation
Why Agent Skills Matter
Skills solve a fundamental problem: AI agents are powerful generalists, but real work requires specific domain knowledge, guardrails, and processes. A generic AI can draft an email, but a skilled AI drafts an email that matches your brand voice, follows your sales methodology, references your CRM data, and presents three variations for human approval.
For organizations, skills transform individual expertise into reusable, shareable, improvable capabilities. One team member’s carefully crafted process becomes available to the entire organization — with profound implications for onboarding, consistency, and operational scale.
Skills vs. Plugins
Skills are individual capabilities. Plugins are bundles of skills, commands, agent teams, and connectors packaged together for a specific department or use case. Think of skills as functions and plugins as applications.
Related Reading
- AI Agents — The systems that execute skills
- Human-in-the-Loop — A core pattern within skills
- Skill Engineering — The discipline of building effective skills
- Skill Economy — The emerging marketplace for skills