Microsoft Publishes `dotnet/skills`: Agent Skills for .NET Devs That Work Across Copilot, VS Code & Claude Code

Microsoft Publishes `dotnet/skills`: Agent Skills for .NET Devs That Work Across Copilot, VS Code & Claude Code

Microsoft's .NET team has open-sourced dotnet/skills, a curated repository of packaged agent skills built on the agentskills.io open specification. The skills are the same internal workflows the .NET team uses when shipping the platform itself — now made available for the broader developer community. Each skill bundles intent, task-specific context, and supporting artifacts in a format that allows coding agents to discover and invoke them automatically, without custom integration work for each tool.

The cross-agent compatibility is what makes this release architecturally notable. A skill packaged to the agentskills.io spec works across GitHub Copilot, VS Code's agent mode, Claude Code, and other conforming runtimes. That means a .NET developer could author a skill once and have it surface reliably inside whichever coding environment a teammate prefers — a meaningful shift from the current reality where agent context is siloed inside a specific tool's prompt format or extension ecosystem.

The broader implication is that agentskills.io may be emerging as a genuine cross-vendor standard for reusable, shareable agent context. If the spec gains traction, it creates the same kind of interoperability for agent skills that npm created for JavaScript modules — a common registry format that decouples skill authorship from skill consumption. For teams building on any of the major coding agent platforms, dotnet/skills is a concrete signal that that future is now being actively built.

Read the full article at Microsoft .NET Blog →