Add dotnet-agent-framework skill for production-ready AI agent development#32
Draft
Add dotnet-agent-framework skill for production-ready AI agent development#32
Conversation
Co-authored-by: artl93 <9855795+artl93@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add guidance for .NET agent framework authoring
Add dotnet-agent-framework skill for production-ready AI agent development
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses the gap between basic LLM chat completions and production-ready .NET agent services by providing end-to-end guidance for the Microsoft Agent Framework (dotnet/extensions).
Skill Overview
Name:
dotnet-agent-frameworkStructure: 364-line SKILL.md + 4 reference files (1,325 lines of examples)
Coverage
Microsoft.Extensions.AI,Microsoft.Extensions.AI.Abstractions), template guidanceIChatClientregistration patterns, middleware pipelines (function invocation, OpenTelemetry, rate limiting), keyed services for multi-model scenariosILoggerwithLoggerMessagesource generators, OpenTelemetry tracing, metrics collection[Description]attributes, parameter binding, async patterns, error handlingStructure
Detailed code examples moved to reference files to maintain <500 line limit per repository conventions.
Example: Tool Authoring Pattern
Validation
10-step validation checklist covering build, DI resolution, configuration loading, chat roundtrips, tool invocation, logging, health checks, and graceful shutdown.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.