Skip to main content

All articles

Agent Skills instead of prompts: AI knowledge that stays with the team

Prompt libraries do not scale: the knowledge stays with individuals. Agent Skills turn it into reusable capabilities for AI agents, now an open standard. Here is what is behind it.

Sebastian LangSebastian LangJune 10, 20265 min read
Agent Skills instead of prompts: AI knowledge that stays with the team

Almost every company that takes AI seriously has a prompt library somewhere: a Confluence document, a Notion page, a shared folder full of "proven prompts". And almost everywhere the same thing happens: the library goes stale, nobody maintains it, and the real knowledge still sits in the heads of three people. Agent Skills solve exactly this problem, so fundamentally that the format turned into an open industry standard within a few months.

I (Sebastian) see the difference in every rollout: teams with prompt collections exchange texts. Teams with skills build capabilities that every agent in the company can use, today and a year from now.

Agent Skills instead of prompts: from one-off text to reusable capability

What is an Agent Skill?

An Agent Skill is a folder with a file called SKILL.md inside. That file contains two things: a short profile (name plus a description of what the skill is for) and instructions on how the agent should perform a specific task correctly. The folder can also bundle scripts, templates and reference material, say a Python routine, a brand template or the in-house checklist for quote calculations.

Anthropic introduced the concept in October 2025 and describes it with an image that lands instantly in the Mittelstand: a skill is like an onboarding guide for a new hire. Instead of explaining everything verbally to every new colleague, you write it down properly once. Except the "new colleague" here is an AI agent that reads the guide in seconds and applies it immediately.

Why prompts alone are not enough

A prompt is a one-off instruction to a chatbot. It lives in the chat window, belongs to the person who wrote it, and leaves with them. Prompt engineering remains a useful base skill, but as a knowledge store the prompt has three structural weaknesses.

Prompts cannot be versioned. Nobody knows which variant is current. Skills live as files in a folder or a Git repository: there is one state, a history and an owner.

Prompts do not carry tools. A prompt can describe what a report should look like. A skill can additionally ship the script that prepares the data correctly and the template the result belongs in. The agent executes both.

Prompts are tied to people, skills to processes. When the colleague with the good prompts leaves, the knowledge leaves with her. A skill stays: it documents how the company wants a task done. It is the same leap we described in the shift from chatbot to agent, just on the knowledge level.

How skills work technically

The mechanism is called progressive disclosure, and it is the reason skills scale. At startup the agent loads only the profiles of all installed skills, meaning name and description. Only when a task matches a skill does it read the full instructions. And only when it needs them does it open bundled detail files or run scripts.

That sounds like an implementation detail, but it has a practical consequence: a company can keep dozens of skills on hand without the agent getting slower or less precise. How skills interact with CLAUDE.md and AGENTS.md in a developer context is covered in our three-layer architecture for coding agents.

From Anthropic feature to open standard

For decision makers the most important point is standardisation. In December 2025 Anthropic published the skill format as an open standard (agentskills.io), just as it did a year earlier with the Model Context Protocol for tool connections. Since then numerous vendors have adopted the format, among them GitHub Copilot and VS Code, OpenAI Codex, Google's Gemini CLI, Cursor and JetBrains Junie (as of June 2026, per the official adopter list on agentskills.io).

The consequence: a skill is not a bet on one vendor. Whoever documents their process knowledge as a skill today can use the same folder in Claude Code, in Copilot or in the Gemini CLI. The knowledge belongs to the company, not the tool.

What this means for the Mittelstand

Skills lower the entry barrier for agentic work exactly where the Mittelstand is strongest: well-rehearsed processes. The monthly close, the quote review, the complaints procedure, the QM protocol: all of that is process knowledge that today sits scattered across heads, manuals and Excel comments. Written down as a skill, it becomes a capability every employee can use through an agent like Claude Cowork, without a line of code.

Two things belong in the setup from day one. First, governance: skills can contain instructions and executable code, so the same rule applies as for software, install skills only from trusted sources and audit third-party skills before use. Second, an owner per skill: a skill without a responsible person goes stale just like the prompt library it replaces.

Where do you start? With a single process that repeats often and has clear rules. Write it down as a SKILL.md, test it in the team for two weeks, then take the next one. How to make employees fluent in this is covered in our courses, and how we support such rollouts is described under How we work.

Further reading

Sources

  • Anthropic, "Equipping agents for the real world with Agent Skills", anthropic.com/engineering, 16 Oct 2025 (open-standard update: 18 Dec 2025)
  • Anthropic, "Introducing Agent Skills", anthropic.com/news/skills, October 2025
  • Agent Skills, official specification and adopter list, agentskills.io (as of June 2026)

How Sentient Dynamics can help

We help Mittelstand companies turn scattered process knowledge into reusable Agent Skills: pick the process, write the skill, set up governance and train the team that works with it.

Book a demo

Sebastian Lang

About the author

Sebastian Lang

Co-Founder · Business & Content Lead

Co-Founder of Sentient Dynamics. 15+ years of business strategy (incl. SAP), MBA. Writes about EU AI Act compliance, ROI measurement and how Mittelstand CTOs actually adopt agentic AI.

Keep reading

Once a month. Only substance.

No motivational fluff. No tool lists. Only what CTOs, COOs and MDs in DACH really need to know about AI adoption.