---
title: "Extend your coding agent with .NET Skills"
url: https://daily.dev/posts/extend-your-coding-agent-with-net-skills-akfma6i5a
source_url: https://devblogs.microsoft.com/dotnet/extend-your-coding-agent-with-dotnet-skills/
type: article
source: ".NET Blog"
published: 2026-03-09T20:33:00.795Z
updated: 2026-03-09T20:33:25.013Z
tags: ["github", ".net", "c#"]
reading_time: 7
upvotes: 88
comments: 4
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Extend your coding agent with .NET Skills

**[.NET Blog](https://daily.dev/sources/dotnet)** · 7 min read · 88 upvotes · 4 comments

## Summary

Microsoft's .NET team has launched dotnet/skills, a GitHub repository hosting agent skills for .NET developers. Agent skills are lightweight packages bundling intent, task-specific context, and supporting artifacts that coding agents like GitHub Copilot and Claude Code can discover and use to complete tasks more reliably. The repo follows the Agent Skills specification and is organized as a plugin marketplace. Skills can be installed via CLI commands or VS Code Copilot settings. The team validates each skill against a baseline to measure whether it actually improves agent responses, and plans to iterate based on community feedback.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devblogs.microsoft.com/dotnet/extend-your-coding-agent-with-dotnet-skills/>

## Community discussion

Top comments from developers on daily.dev.

**@allinonetools** · 3 upvotes

> Interesting approach. Having task-specific skills for coding agents should make Copilot and similar tools much more reliable, especially if each skill is validated against real tasks before being added.

**@gaburayondev** · 1 upvotes

> This is a smart move by the .NET team. The problem with coding agents today isn't intelligence — it's context. Models hallucinate or underperform on framework-specific tasks not because they can't reason, but because they lack precise, task-scoped knowledge at inference time. Bundling intent + context + artifacts into installable skills is essentially retrieval-augmented generation with curation baked in.
>
> What I find most promising is the baseline validation step. Most agent tooling ships on vibes — measuring whether a skill actually improves agent responses before publishing is a higher bar...

**@neilhatly** · 0 upvotes

> Looks great, although we should need a way of authenticating skills in future

**@joshuabajocordova** · 0 upvotes

> Very interesting

## Similar posts on daily.dev

- [Built-in Agent Skills Bring .NET and Azure Expertise into Visual Studio](https://daily.dev/posts/built-in-agent-skills-bring-net-and-azure-expertise-into-visual-studio-ixnlmfuw0) · DevBlogs · 2 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#.net](https://daily.dev/tags/.net), [#c#](https://daily.dev/tags/c#)

[View this post on daily.dev](https://daily.dev/posts/extend-your-coding-agent-with-net-skills-akfma6i5a)
