Azure/azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.

About the project

Azure SDK for .NET is a repository containing the actively developed C# libraries that applications use to work with Azure services. It is for .NET developers building software that connects to Azure storage, management, and other cloud services.

6.0kStars on the repository
34Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agentic-workflows

01

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.

not rated 6.0k +3 today A 20 tokens copy · 98% MIT

analyze-ci-failures

02

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Analyze CI failures on Azure SDK for .NET pull requests and post a comment with how-to-fix instructions. Use when a PR has failing checks, CI is red, or someone asks for help fixing CI.

not rated 6.0k +3 today A 49 tokens original MIT

auto-build-repair

03

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

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…

not rated 6.0k +3 changed 2d ago A 149 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Analyze and resolve APIView review feedback on Azure SDK PRs. UTILITY SKILL. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES: azure-sdk-mcp:azsdkapiviewgetcomments, azure-sdk-mcp:azsdkcustomizedcodeupdate…

not rated 6.0k +3 today A 125 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: "generate SDK locally", "build SDK", "run SDK tests", "run CI checks", "validate package", "run checks", "update changelog", "fix SDK build errors", "fix breaking changes", "resolve SDK generation errors", "customize…

not rated 6.0k +3 today A 202 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Analyze Azure SDK CI/CD pipeline failures into a structured diagnosis, and define the required output format. Load this skill before calling azsdkanalyzepipeline, which returns raw failure data that this skill interprets and formats. USE FOR: "pipeline failed", "build failure", "CI check failing", "tests failing in…

not rated 6.0k +3 today A 192 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Automatically fix Azure SDK CI/CD pipeline failures by applying code changes and verifying locally. USE FOR: "fix pipeline failure", "fix CI", "fix failing tests", "auto-fix and commit the fix", "fix build error", "fix mypy/pylint/type-check/lint errors", "auto-fix pipeline", "resolve pipeline failure". DO NOT USE…

not rated 6.0k +3 today A 150 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Create, get, update, abandon, and link SDK PRs to release plan work items for Azure SDK releases. UTILITY SKILL. USE FOR: "create release plan", "get release plan", "update release plan", "update API spec in release plan", "update SDK details in release plan", "abandon release plan", "link SDK PR to plan", "namespace…

not rated 6.0k +3 today A 231 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Check release readiness and trigger the release pipeline for Azure SDK packages. UTILITY SKILL. USE FOR: "release SDK", "trigger release", "check release readiness", "release pipeline", "publish package", "ship SDK". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES…

not rated 6.0k +3 today A 85 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Review Azure SDK management-plane pull requests, check naming conventions, API compatibility, and code quality.

not rated 6.0k +3 changed 2d ago A 26 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Bump the http-client-csharp base dependency versions in http-client-csharp-mgmt. Updates Azure and unbranded emitter (npm) dependencies and the Azure generator (NuGet) reference, rebuilds, and regenerates test projects.

not rated 6.0k +3 changed today A 55 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

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)…

not rated 6.0k +3 today A 78 tokens original MIT

dpg-migration

13

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

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.

not rated 6.0k +3 today A 41 tokens original MIT

find-package-skill

14

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

UTILITY SKILL — Must be consulted before making any changes to packages under sdk/. Discovers and loads package-specific domain knowledge that prevents common mistakes. WHEN: add feature to package; fix bug in package; modify package code; regenerate from typespec; change client library.

not rated 6.0k +3 today A 61 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Resolve review comments on Azure management-plane .NET SDK PRs. Handles renaming types/properties, changing property types, and other API surface adjustments by updating TypeSpec client.tsp and regenerating.

not rated 6.0k +3 today A 46 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Patterns and techniques for mitigating breaking changes in Azure management-plane SDKs. Covers SDK-side customizations (partial classes, CodeGenType, CodeGenSuppress) and TypeSpec decorator customizations (clientName, access, markAsPageable, alternateType, hierarchyBuilding).

not rated 6.0k +3 changed 2d ago A 60 tokens original MIT

owners

17

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Query and modify CODEOWNERS ownership, service labels, and package associations in Azure SDK repositories. UTILITY SKILL. FOR SINGLE OPERATIONS: view, add, or remove owners and labels. WHEN: "code owners", "view codeowners", "add package owner", "remove package owner", "add label", "remove label", "codeowners blocked…

not rated 6.0k +3 today A 161 tokens original MIT

pre-commit-checks

18

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Pre-commit validation checks for azure-sdk-for-net. Use this before committing or pushing changes to SDK packages. Runs dotnet format, exports public API listings, updates snippets, and regenerates code as needed.

not rated 6.0k +3 today A 48 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Generate new Azure.Provisioning. libraries OR regenerate existing ones. Use when introducing a brand-new provisioning library, adding new resource types, enum values, or API versions.

not rated 6.0k +3 today A 40 tokens original MIT

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

WORKFLOW SKILL — Prepares Azure.ResourceManager SDK refresh pull requests in azure-sdk-for-net. WHEN: "prepare sdk refresh", "refresh Azure.ResourceManager package", "update ARM SDK from autorest tag", "refresh changelog dependencies". INVOKES: git and GitHub pull request tools for branch, commit, push, and PR…

not rated 6.0k +3 today A 91 tokens original MIT

budget-checker

21

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Validates that a proposed trip fits within the user's stated budget.

not rated 6.0k +3 today A 16 tokens original MIT

date-formatter

22

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Converts dates between formats and handles timezone differences.

not rated 6.0k +3 today A 13 tokens original MIT

author-test

23

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Generate a test given sample. Parameters: C# SDK repository root; Package name: one of Azure.AI.Projects, Azure.AI.Projects.Agents or Azure.AI.Extensions.OpenAI; the sample to use as a starting point for the test.

not rated 6.0k +3 today A 68 tokens original MIT

build-sample-matrix

24

Azure/azure-sdk-for-net

Skill Claude CodeCodex ✓ vendor

Build the matrix of all the samples throughout different frameworks.

not rated 6.0k +3 today A 17 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: