dotnet skills

1,114 tagged dotnet, measured the same way as everything else here.

Browse within: csharp 365cqrs 106copilot 90event-sourcing 88embeddings 87cratis 86clean-architecture 60agent-orchestration 58ai-agents-framework 56blazor 56aspnet-core 54hacktoberfest 54microsoft 54github-copilot 53

code-review

01

dotnet/maui

Skill Claude CodeCodex

Deep code review of PR or materialized candidate-patch changes for correctness, safety, and MAUI conventions. Uses independence-first assessment (code before narrative) and delegates to the maui-expert-reviewer agent for per-dimension sub-agent evaluation. Triggers on: "review code for PR", "code review PR", "review…

23k yesterday A 110 tokens original MIT

dependency-flow

02

dotnet/maui

Skill Claude CodeCodex

MAUI-specific dependency flow rules, channel conventions, and feed lookup workflows. Use when asked about darc, BAR, Maestro, feeds for .NET MAUI, build promotion, asset lookup, channel mappings, or dependency flow for dotnet/maui. Wraps the maestro-cli skill and maestro MCP tools with MAUI-specific guardrails.

23k yesterday A 71 tokens original MIT

release-readiness

03

dotnet/maui

Skill Claude CodeCodex

Assesses ship-readiness for .NET MAUI release branches — Servicing Releases (SR) and Previews — and produces public-safe, copy-ready release handoffs or Loop-page drafts from the resulting evidence. Use for readiness verdicts, release blockers, Preview/SR status, release handoff pages, manual validation instructions…

23k yesterday A 100 tokens original MIT

puerts_changelogs

04

Tencent/puerts

Skill Claude CodeCodex

A guide for writing changelogs for the PuerTS project, covering its Unity and Unreal integrations.

6.2k 7d ago A 22 tokens

Tencent/puerts

Skill Claude CodeCodex

Guide for downloading and installing PuerTS UPM packages into a Unity project — covers version selection, package dependencies, download/extract and git URL installation methods, and Editor Assistant setup.

6.2k 7d ago A 44 tokens

Tencent/puerts

Skill Claude CodeCodex

Guide for developing LLM agents based on PuerTsAgent framework — covers resource directory structure, system-prompt, skills, builtin modules, and best practices.

6.2k 7d ago A 39 tokens

auto-build-repair

07

Azure/azure-sdk-for-net

Skill Claude CodeCodex

Headless, bounded repair of custom-code build failures in an already-generated Azure SDK PR. Thin wrapper over the shared azure-sdk-mcp:azsdkcustomizedcodeupdate engine in custom-code-only scope (editScope: CustomCode); the skill owns the iterate-until-green loop, capped by a per-language maxIterations read from…

6.0k 2d ago A 149 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex

Discovers and implements gaps in Spector test coverage for the Azure C# HTTP client emitter. Use when asked to find missing Spector scenarios, add Spector test coverage, or implement a specific Spector spec for the Azure C# emitter. Can also compare coverage between the Azure dashboard and the Standard (TypeSpec core)…

6.0k 2d ago A 78 tokens original MIT

dpg-migration

09

Azure/azure-sdk-for-net

Skill Claude CodeCodex

Migration logic for Azure SDK for .NET data-plane libraries migrating from AutoRest/Swagger to TypeSpec-based generation. Uses MCP tools from the generator-agent server for automated deterministic fixes.

6.0k 2d ago A 41 tokens original MIT

prepare-release

10

modelcontextprotocol/csharp-sdk

Skill Claude CodeCodex

Prepare a new release for the C# MCP SDK. Assesses Semantic Versioning level (PATCH/MINOR/MAJOR), bumps the version, runs ApiCompat and ApiDiff, reviews documentation, updates changelogs, drafts release notes, and creates a pull request with all release artifacts. Use when asked to prepare a release, start a release…

4.5k 4d ago A 88 tokens

publish-release

11

modelcontextprotocol/csharp-sdk

Skill Claude CodeCodex

Publish a GitHub release for the C# MCP SDK after a prepare-release PR has been merged. Refreshes release notes to include any PRs merged since preparation, warns about version or breaking change impacts from late-arriving PRs, and creates a draft GitHub release. Use when asked to publish a release, finalize a…

4.5k 4d ago A 87 tokens

verify-release

12

modelcontextprotocol/csharp-sdk

Skill Claude CodeCodex

Verify a published release of the C# MCP SDK. Monitors the Release and Publish Docs workflows triggered by publishing a GitHub release, confirms the packages are listed on NuGet.org, and confirms the versioned documentation site reflects the release. Use when asked to verify a release, check whether a release…

4.5k 4d ago A 87 tokens

add-analyzer

13

dotnet/roslynator

Skill Claude CodeCodex

Use when adding a new RCS#### diagnostic in roslynator (RCS0 formatting, RCS1 general, RCS9 code-analysis), wiring roslynator EditorConfig options, or when docs say CHANGELOG.md, XunitDiagnosticVerifier, or analyzers-testing.md — those are wrong for in-repo contribution.

3.5k 10d ago A 70 tokens

dotnet/roslynator

Skill Claude CodeCodex

Use when adding a Roslynator code fix for C# compiler error CS#### or RCF####, editing Diagnostics.xml or CodeFixes.xml, or when compiler-diagnostic-fixes-testing.md shows XunitCompilerDiagnosticFixVerifier or bare DiagnosticId like "CS0106" — in-repo uses AbstractCSharpCompilerDiagnosticFixVerifier and…

3.5k 10d ago A 92 tokens

add-refactoring

15

dotnet/roslynator

Skill Claude CodeCodex

Use when adding a new RR#### refactoring in roslynator, editing Refactorings.xml, registering in RefactoringContext, or when refactorings-testing.md shows XunitRefactoringVerifier — in-repo uses AbstractCSharpRefactoringVerifier and CHANGELOG.md.

3.5k 10d ago A 58 tokens

nunit-build-infra

16

nunit/nunit

Skill Claude CodeCodex

Use when editing .csproj, .nuspec, Directory.Build.props, Directory.Build.targets, Directory.Packages.props, the Cake build (build.cake, build.ps1, build.sh), or GitHub Actions workflows. Covers central package management, MinVer-driven versioning, the props-vs-targets split, and nuspec/csproj consistency.

2.6k 2d ago A 85 tokens MIT

nunit-code-style

17

nunit/nunit

Skill Claude CodeCodex

Use when writing or modifying C# method bodies, type declarations, or non-trivial logic in NUnit source. Covers NUnit's taste-and-judgment conventions — exception construction, simplification, naming intent, StringComparison, non-null check form, and var usage — that aren't already caught at build time.

2.6k 2d ago A 69 tokens MIT

nunit-performance

18

nunit/nunit

Skill Claude CodeCodex

Use when modifying hot paths in NUnit — constraint evaluation, equality comparison, value formatting, reflection-based dispatch, collection inspection, or anything that runs once per assertion or per test discovery. Covers allocation patterns, reflection caching, and how the team expects performance claims to be…

2.6k 2d ago A 59 tokens MIT

Aaronontheweb/dotnet-skills

Skill Claude CodeCodex

Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.

1.1k 24d ago A 56 tokens original MIT

ScottArbeit/Grace

Skill Claude CodeCodex

Deprecated Grace compatibility router. Use the installed dev-process skill for Review Discovery Ledgers, closure review, review recovery, simplification, splitting, salvage, and supersession.

587 2d ago A 40 tokens original MIT

grace

21

ScottArbeit/Grace

Skill Claude CodeCodex

Grace repository workflow, architecture, and implementation guidance. Use when working in a Grace repo or on Grace planning, GitHub issue orchestration, F#/.NET code, Orleans actors, Giraffe HTTP APIs, SDK or CLI surfaces, DTOs/events/parameters, authorization, webhooks and approval requests, manifest-backed storage…

587 2d ago A 84 tokens original MIT

aspire

22

managedcode/dotnet-skills

Skill Claude CodeCodex

Build, upgrade, and operate Aspire 13.5.x C# or TypeScript application hosts with the current CLI, AppHost, ServiceDefaults, integrations, dashboard, testing, MCP, and deployment patterns for distributed apps. USE FOR: Aspire.AppHost.Sdk, Aspire.Hosting., DistributedApplication.CreateBuilder, apphost.mts…

477 2d ago A 145 tokens original MIT

managedcode/dotnet-skills

Skill Claude CodeCodex

Build .NET AI agents, harnesses, and multi-agent workflows with Microsoft Agent Framework using the right agent type, sessions, tools, workflows, hosting protocols, and enterprise guardrails. USE FOR: building or reviewing .NET code that uses Microsoft.Agents., Microsoft.Extensions.AI, AIAgent, HarnessAgent…

477 2d ago A 138 tokens original MIT

wpf

24

managedcode/dotnet-skills

Skill Claude CodeCodex

Build and modernize WPF applications on .NET with correct XAML, data binding, commands, threading, styling, and Windows desktop migration decisions. USE FOR: working on WPF UI, MVVM, binding, commands, or desktop modernization; migrating WPF from .NET Framework to .NET; integrating newer Windows capabilities into a…

477 2d ago A 122 tokens original MIT