~/devreads

#agent skills

4 posts

Today

Sergey Menshykh 6 min read

Your agents can now discover and load Agent Skills directly from a Model Context Protocol (MCP) server. Instead of shipping every skill inside your application or copying skill folders into each deployment, you point an agent at an MCP server and it pulls the skills it needs on demand. A central team can publish skills […] The post Discover Agent…

agent frameworkagent skillsmcp.netmicrosoft agent framework

15 Jul

Giles Odigwe 4 min read

Your Python agents can now pick up reusable bundles of domain expertise (instructions, reference material, and scripts that load only when a task calls for them) through a stable, production-ready API. Agent Skills for Python in Microsoft Agent Framework is stable and shipping: the core skills API has no experimental gate, so you can rely […] The post Agent Skills…

agent frameworkagent skillsagentspythonmicrosoft agent framework

7 Jul

Sergey Menshykh 4 min read

You can now give your .NET agents reusable packages of domain expertise – instructions, reference documents, and scripts they load only when a task needs them – through a stable, production-ready API. Agent Skills for .NET in Microsoft Agent Framework has moved out of experimental preview – the [Experimental] attribute is removed and the API […] The post Agent Skills…

.netagent frameworkagent skillsagentsmicrosoft agent framework

22 May

Sergey Menshykh 8 min read

Python developers working with Agent Skills can now author skills as files on disk, as inline Python code, or as reusable classes – and mix them freely through composable source classes that handle discovery, filtering, and deduplication. A skill living in your local repository, one installed from your organization’s internal package index, and a quick […] The post Agent Skills…

agent frameworkagent skillspython