Skip to content

Details

This week's topic: Agent Skills

Discussion resources used to help drive the discussion can be found below a few days before the meetup.

As described in Thoughtworks Technology Radar Vol. #34.

As AI agents evolve from simple chat interfaces toward autonomous task execution, context engineering has become a critical challenge. Agent Skills provide an open standard for modularizing context by packaging instructions, executable scripts and associated resources such as documentation. Agents load skills only when needed based on their descriptions, which reduces token consumption and mitigates context window exhaustion and problems such as agent instruction bloat.

Skills have been adopted very quickly, not only in coding agents but also in personal assistants such as OpenClaw. They’re also one reason teams are becoming more cautious about defaulting to MCP, as many use cases can be addressed just as effectively by pointing an agent at a local CLI or script.

As their popularity has grown, the surrounding ecosystem has expanded as well. Plugin marketplaces are emerging as a way to version and share skills, and multiple efforts are exploring how to evaluate skill effectiveness. We do, however, caution against unreviewed reuse of third-party skills, as they introduce serious supply chain security risks.

Zoom link will be added about 5 min before the event starts.

Discussion Resources :

The New Skill in AI is Not Prompting, It's Context Engineering By Phil Schmid
https://www.philschmid.de/context-engineering

Agent Skills for Context Engineering By muratcankoylan
https://github.com/muratcankoylan/agent-skills-for-context-engineering

The complete guide to Agent Skills By Burke Holland
https://www.youtube.com/watch?v=fabAI1OKKww

Don't Build Agents, Build Skills Instead By Barry Zhang & Mahesh Murag, Anthropic
https://www.youtube.com/watch?v=CEvIs9y1uog

The Engineering of AI Agents: Context, Harnessing, and Autonomy By InfoQ
https://www.youtube.com/watch?v=_R83pFpUWyM

Related topics

Artificial Intelligence

You may also like