Agent Skills

Agent Skills is an open standard for packaging reusable agent capabilities (instructions + resources) in a folder that tools can discover and load on demand. The format was originally developed by Anthropic and released publicly as an open specification in October 2025 (announcement, engineering blog). Treat the spec as actively evolving: implementations and best practices may change as more clients adopt it. Canonical definition: A simple, open format for giving agents new capabilities and expertise. ...

Skill Extraction Loop

The skill extraction loop is the practice of turning a repeatedly-used workflow into a reusable, delegatable skill (instructions + tooling + verification) so agents can run it with less supervision and less variance. You’ll also see this described as a skill-capture loop or “solve once → codify → reuse”. The goal is not “more automation”. The goal is more reliable delegation: fewer reminders, fewer one-off explanations, and tighter feedback loops. ...