Microsoft Publishes `dotnet/skills`: Agent Skills for .NET Devs That Work Across Copilot, VS Code & Claude Code
The .NET team has open-sourced dotnet/skills, a GitHub repository of packaged agent skills built around the agentskills.io open specification. The concept is straightforward but meaningful: instead of each developer hand-crafting context injections and task-specific prompts for every coding agent they use, a skill bundles intent, relevant context, and supporting artifacts into a portable package that any compatible agent can discover and consume automatically. GitHub Copilot, VS Code's agent mode, Claude Code, and others are all listed as supported runtimes from day one.
What gives this launch weight is the provenance of the skills themselves. These aren't synthetic examples — they're the actual internal workflows the .NET team uses while shipping the platform. That means they've been stress-tested on real, complex codebases, not demo repositories. Publishing them openly also signals that Microsoft is betting on agentskills.io as a cross-tool standard rather than keeping their internal tooling proprietary.
The broader implication is one to watch: if agentskills.io gains traction as a shared format, it breaks the current pattern where skills and context are siloed per tool. A team could maintain one canonical set of coding skills and have them work across whichever agent their developers prefer, without maintaining separate configurations for each. That kind of portability has been missing from the coding agent ecosystem, and the .NET team's launch puts real weight behind the specification's legitimacy.