azure-sdk-for-net: Skill for Claude Code

.github/skills/bump-mgmt-base-version/SKILL.md

bump-mgmt-base-version is a skill for Claude Code, Codex from Azure/azure-sdk-for-net. It costs 55 tokens per session (1,432 once invoked), scanned A, original, MIT.

A dependency-update workflow for the http-client-csharp management-plane generator. A dependency is an external package or tool that another project relies on; here, both npm and NuGet references are updated.

In plain words
What is it for?
Use it to find the target version, update the npm and NuGet references, rebuild the projects, and regenerate test projects.
Why use it?
It keeps the emitter, generator, and generated test projects aligned with the current base version instead of updating only one part.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

This is Azure/azure-sdk-for-net's own configuration. It tells Claude Code and Codex how to work on azure-sdk-for-net itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything azure-sdk-for-net configures →

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.

Azure/azure-sdk-for-net · 6,050 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to Azure/azure-sdk-for-net. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Azure/azure-sdk-for-net/main/.github/skills/bump-mgmt-base-version/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Azure/azure-sdk-for-net

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bump-mgmt-base-version

README.md
[![agentmods](https://agentmods.dev/badge/skills/azure/azure-sdk-for-net/bump-mgmt-base-version/github.svg)](https://agentmods.dev/skills/azure/azure-sdk-for-net/bump-mgmt-base-version)
Your own site
<a href="https://agentmods.dev/skills/azure/azure-sdk-for-net/bump-mgmt-base-version"><img src="https://agentmods.dev/badge/skills/azure/azure-sdk-for-net/bump-mgmt-base-version/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bump-mgmt-base-version

Your own site · 80×15
<a href="https://agentmods.dev/skills/azure/azure-sdk-for-net/bump-mgmt-base-version"><img src="https://agentmods.dev/badge/skills/azure/azure-sdk-for-net/bump-mgmt-base-version.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,432 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.01432
Opus 5 $0.00028 $0.00716
Sonnet 5 $0.00011 $0.00286
Haiku 4.5 $0.00006 $0.00143

Measured 5d ago against content hash 2f1467efc7ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

bump-mgmt-base-version scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/bump-mgmt-base-version/SKILL.md · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: bump-mgmt-base-version

Bump the base http-client-csharp dependencies used by the management-plane generator (http-client-csharp-mgmt). This updates the Azure and compatible unbranded npm emitter dependencies and the Azure NuGet generator dependency, then rebuilds and regenerates test projects.

When Invoked

Trigger phrases: "bump mgmt base version", "update http-client-csharp in mgmt", "bump generator version", "update mgmt dependency".

Instructions

1. Determine the target version

Read the latest version of @azure-typespec/http-client-csharp from:

eng/azure-typespec-http-client-csharp-emitter-package.json

Look at the dependencies["@azure-typespec/http-client-csharp"] value. This is the Azure target version.

Determine the unbranded target version required by that exact Azure package version:

npm view "@azure-typespec/http-client-csharp@<azure-target-version>" dependencies --json

Use the returned @typespec/http-client-csharp dependency version. The management emitter imports the unbranded package directly, so its pin must match the Azure package's dependency to avoid loading incompatible copies of the TypeSpec library.

2. Identify current versions

Check the current versions in these two files:

File Field Purpose
eng/packages/http-client-csharp-mgmt/package.json dependencies["@azure-typespec/http-client-csharp"] Azure emitter npm dependency
eng/packages/http-client-csharp-mgmt/package.json dependencies["@typespec/http-client-csharp"] Compatible unbranded emitter npm dependency
eng/centralpackagemanagement/Directory.Generation.Packages.props <AzureGeneratorVersion> Generator NuGet dependency (used by Azure.Generator.Management.csproj via <PackageReference Include="Azure.Generator" />)

If all three already match their respective target versions, no update is needed — inform the user and stop.

3. Update version references

Read the full file on GitHub · 142 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed · +12 lines · +8 tokens per session 2f1467efc7ed
  2. 11d ago First seen · 130 lines · 47 tokens per session scan A 237f8c9c2d2a

Subscribe to this mod's changes

bump-mgmt-base-version is a skill published in the GitHub repository Azure/azure-sdk-for-net (6,050 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 1,432 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cosmos-design-struct

Enforce consistent struct design conventions across sdk/cosmos crates. Validates visibility modifiers, field privacy, #[nonexhaustive] usage, and construction API patterns (Default/new with with setters, or optional separate builders with builder()/build()), and construction correctness on public structs. Can auto-fix…

Azure/azure-sdk-for-rust · 83 tokens

cosmos-pre-commit-validation

Run pre-commit checks for a specific set of crates. Use this when validating changes under sdk/cosmos before committing or during code review.

Azure/azure-sdk-for-rust · 35 tokens

cu-sdk-sample-run

Run a specific sample for the Azure AI Content Understanding Java SDK. Use when users want to run a particular sample like Sample02AnalyzeUrl or Sample03AnalyzeInvoice.

Azure/azure-sdk-for-java · 41 tokens

tsp-type-override

Override TypeSpec types with Java-native types (e.g. OffsetDateTime, DayOfWeek) using @@alternateType in a client.java.tsp file. Use when a TypeSpec model field has an incorrect or too-generic type that should map to a specific Java type.

Azure/azure-sdk-for-java · 62 tokens

union-type-wrappers

Add typed getters and setters over BinaryData properties that represent TypeSpec union types in generated Java models. Use when generated classes expose BinaryData for union-typed fields and you need ergonomic, type-safe accessors instead.

Azure/azure-sdk-for-java · 49 tokens

dedup-openai

Suppress generated Java classes that duplicate openai-java models, using @@alternateType in TypeSpec and manual serialization bridges. Use after dup-classes has identified actionable duplicates.

Azure/azure-sdk-for-java · 38 tokens