Knowledge BaseTaxonomy

What Is a Skill? The Definitive Guide to the Atomic Unit of the Agentic Economy

2026-07-095 min readTaxonomyskillsSKILL.mdMCPagentictaxonomy

The short answer

A skill is an instruction set — a structured, reusable description of how to do something. It can be executed by a human, an AI agent, a robot, or any combination of the above.

That's it. The term has been used loosely for years. It now has a precise technical meaning, and the format has converged.

Why skills matter now

In 2025, the agent economy crossed a threshold. AI agents stopped being demos and became infrastructure. They book appointments, write code, manage files, execute workflows, and make decisions on behalf of organisations. As agents proliferated, a problem became acute: how does an agent know how to do something it wasn't natively trained to do?

The answer is skills.

A skill is the portable unit of capability. You author it once. Any compatible agent can load it, understand it, and execute it. This is what changed in 2026: we went from agents that knew what they knew at training time, to agents that can acquire new capabilities at runtime by loading verified skills.

This is a structural shift. The skill is to the agentic economy what the package is to software development — the fundamental unit of reusable, distributable capability.

The three types of skills

1. Agentic skills

Instruction sets designed for AI agents. They describe a workflow, a procedure, a decision framework, or a set of constraints in natural language formatted for agent consumption.

The canonical format is SKILL.md — a Markdown file with structured frontmatter that any compatible agent can load and follow. Example:

---
name: web-scraper
description: Extract structured data from web pages
version: 1.2.0
compatible_with: [claude-code, codex-cli, cursor, gemini-cli, openclaw]
security: no-persistent-storage, read-only-filesystem
---

## Instructions
When given a URL, extract the main content...

SKILL.md is now supported by 20+ agent platforms. It won the format war.

2. Programmatic skills (MCP servers)

Where agentic skills are instruction sets, MCP servers are live capability providers. An agent connects to an MCP server and gains access to tools — functions it can call to interact with the world: search the web, execute code, access databases, call APIs.

MCP (Model Context Protocol) was donated to the Linux Foundation's Agentic AI Foundation in December 2025. It is now governed by a foundation co-founded by Anthropic, Block, and OpenAI, supported by Google, Microsoft, AWS, and Cloudflare. This governance structure is what makes it a durable standard.

There are now over 10,000 active public MCP servers and approximately 97 million monthly SDK downloads.

The relationship between SKILL.md and MCP: a SKILL.md file might instruct an agent how to approach a problem; an MCP server gives it the tools to execute that approach. They are complementary, not competing.

3. Physical skills (Skill Cards)

The third category is newer and less standardised: structured procedural knowledge for humans. How to hang a painting. How to wire a light switch. How to perform a basic SQL optimisation. How to conduct a sales call.

A Skill Card is the structured format: task definition, tools required, materials, step-by-step procedure, tolerances, safety constraints, failure modes, difficulty rating, time estimate. Both human-readable (as a page) and machine-readable (as JSON).

Physical Skill Cards matter for two reasons:

  1. They standardise the 220B+ online education and how-to market
  2. They become the content layer for embodied AI — as robots enter homes and workplaces, structured physical skill knowledge becomes machine-executable instruction

The physical skills category is being built now, while the agentic category matures.

The format war is over

Between 2024 and 2026, multiple competing formats emerged for agentic skills. Cursor had its own rule format. Claude had a different convention. GPT-based agents used system prompt patterns. OpenClaw had its own SKILL.md.

The format war resolved in late 2025 / early 2026 when SKILL.md achieved cross-platform adoption. The key signals:

  • 247,000+ GitHub stars on the SKILL.md specification repository
  • 20+ agent platforms natively supporting SKILL.md
  • Claude Code, Codex CLI, Cursor, Gemini CLI, GitHub Copilot, OpenClaw — all reading the same format
  • AAIF governance making MCP durable

What this means for skill authors: write once, deploy everywhere. A skill authored in SKILL.md format works across every compatible platform. This is what makes a skills warehouse possible — portable inventory.

How skills are classified

The taxonomy of skills is still evolving, but the working classification system at Skills Warehouse is:

| Dimension | Values | |-----------|--------| | Type | Agentic · Programmatic · Physical | | Scope | Task · Workflow · Framework · Agent-OS | | Complexity | Simple · Compound · Orchestrated | | Domain | Development · Data · Marketing · Operations · Finance · Legal · Creative · Trades · Life | | Platform compatibility | Per-platform matrix | | Security rating | 1–10 (see Skill Security: The 10-Point Standard) | | License | Open · Commercial · Enterprise · Agent-consumption |

What makes a good skill

A skill is good when:

  1. It's specific. "Help with marketing" is not a skill. "Write a conversion-focused email sequence for a SaaS trial-to-paid flow, using [brand voice guidelines]" is a skill.

  2. It's portable. A skill that requires a proprietary tool or platform-specific behaviour is not truly portable. Good skills declare their dependencies.

  3. It's verified. A skill that hasn't been security-scanned is an unknown quantity. A skill that has been scanned and passed is a trusted component.

  4. It's versioned. Skills evolve. Good skills have semantic versioning and a changelog.

  5. It's attributed. Who wrote this? What's the provenance? Can it be verified against its source?

The stakes

Search interest in agent-skill terms grew approximately 19x in two years (2024–2026). Enterprise agent deployment went from approximately 5% to a projected 40% of applications by end-2026. Agentic AI job postings grew approximately 280% year-on-year.

The skills market is early. The format has standardised. The infrastructure is being built.

The question is not whether skills become important. The question is who builds the trusted, neutral, comprehensive warehouse where they're found, verified, and deployed.

That's what Skills Warehouse is building.


Skills Warehouse is the global knowledge base and marketplace for agentic and human skills. Get publish free →

Be first right now

The marketplace is open. Publish free, founding-creator terms, and a permanent Warehouse Verified badge.

Publish your skill →