dotnet-devops

dotnet-devops is a skill for Claude Code, Codex from novotnyllc/dotnet-artisan. It costs 122 tokens per session (995 once invoked), scanned A, original, MIT.

A guide for building, testing, packaging, and releasing .NET software. It covers GitHub Actions, Azure DevOps, Docker, NuGet packages, application signing, and release versioning.

In plain words
What is it for?
Use it to configure .NET CI/CD pipelines, publish packages and container images, create multi-stage Docker builds, manage versions, and prepare signed application releases.
Why use it?
It helps replace scattered build and release steps with documented patterns for automating them.

Skill for Claude CodeCodex

Part of the dotnet-artisan plugin — 9 skills, 14 agents, 2 MCP servers shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/novotnyllc/dotnet-artisan/dotnet-devops
Any agent
npx skills add novotnyllc/dotnet-artisan --skill dotnet-devops
Clone the repo
git clone --depth 1 https://github.com/novotnyllc/dotnet-artisan

Made for: Claude Code, Codex.

Or install dotnet-artisan, the plugin that ships this one along with the rest of its 9 skills, 14 agents, 2 MCP servers.

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 dotnet-devops

README.md
[![agentmods](https://agentmods.dev/badge/skills/novotnyllc/dotnet-artisan/dotnet-devops.svg)](https://agentmods.dev/skills/novotnyllc/dotnet-artisan/dotnet-devops)
Your own site
<a href="https://agentmods.dev/skills/novotnyllc/dotnet-artisan/dotnet-devops"><img src="https://agentmods.dev/badge/skills/novotnyllc/dotnet-artisan/dotnet-devops.svg" alt="Measured on agentmods" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 995 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00122 $0.00995
Opus 5 $0.00061 $0.00498
Sonnet 5 $0.00024 $0.00199
Haiku 4.5 $0.00012 $0.00100

Measured 4d ago against content hash d5dd574fb1fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dotnet-devops 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 4d 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.

plugins/dotnet-artisan/skills/dotnet-devops/SKILL.md · 52 lines

How it starts

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

dotnet-devops

Overview

CI/CD, packaging, release management, and operational tooling for .NET. This consolidated skill spans 18 topic areas. Load the appropriate companion file from references/ based on the routing table below.

Routing Table

Topic Keywords Description Companion File
GHA build/test setup-dotnet, NuGet cache, reporting GitHub Actions .NET build/test (setup-dotnet, NuGet cache, reporting) references/gha-build-test.md
GHA deploy Azure Web Apps, GitHub Pages, containers GitHub Actions deployment (Azure Web Apps, GitHub Pages, containers) references/gha-deploy.md
GHA publish NuGet push, container images, signing, SBOM GitHub Actions publishing (NuGet push, container images, signing, SBOM) references/gha-publish.md
GHA patterns reusable workflows, composite, matrix, cache GitHub Actions composition (reusable workflows, composite, matrix, cache) references/gha-patterns.md
ADO build/test DotNetCoreCLI, Artifacts, test results Azure DevOps .NET build/test (DotNetCoreCLI, Artifacts, test results) references/ado-build-test.md
ADO publish NuGet push, containers to ACR Azure DevOps publishing (NuGet push, containers to ACR) references/ado-publish.md
ADO patterns templates, variable groups, multi-stage Azure DevOps composition (templates, variable groups, multi-stage) references/ado-patterns.md
ADO unique environments, approvals, service connections Azure DevOps exclusive features (environments, approvals, service connections) references/ado-unique.md
Containers multi-stage Dockerfiles, SDK publish, rootless .NET containerization (multi-stage Dockerfiles, SDK publish, rootless) references/containers.md
Container deployment Compose, health probes, CI/CD pipelines Container deployment (Compose, health probes, CI/CD pipelines) references/container-deployment.md
NuGet authoring SDK-style, source generators, multi-TFM NuGet package authoring (SDK-style, source generators, multi-TFM) references/nuget-authoring.md
MSIX creation, signing, Store, sideload, auto-update MSIX packaging (creation, signing, Store, sideload, auto-update) references/msix.md
GitHub Releases creation, assets, notes, pre-release GitHub Releases (creation, assets, notes, pre-release) references/github-releases.md
Release management NBGV, SemVer, changelogs, branching Release lifecycle (NBGV, SemVer, changelogs, branching) references/release-management.md
Observability OpenTelemetry, health checks, custom metrics Observability (OpenTelemetry, health checks, custom metrics) references/observability.md
Structured logging aggregation, sampling, PII, correlation Log pipelines (aggregation, sampling, PII, correlation) references/structured-logging.md
Add CI CI/CD scaffold, GHA vs ADO detection CI/CD scaffolding (GHA vs ADO detection, workflow templates) references/add-ci.md
GitHub docs README badges, CONTRIBUTING, templates GitHub documentation (README badges, CONTRIBUTING, templates) references/github-docs.md

Read the full file on GitHub · 52 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. 4d ago First seen · 52 lines · 122 tokens per session scan A d5dd574fb1fe

Subscribe to this mod's changes

dotnet-devops is a skill published in the GitHub repository novotnyllc/dotnet-artisan (228 stars, last pushed 17d ago), licensed MIT. It adds 122 tokens to every session and 995 once invoked, about $0.0006 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

dep

Handles containerization, CI/CD pipelines, and deployment setup.

sickn33/agentic-awesome-skills · 14 tokens

devops-engineer

Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi infrastructure templates. Handles deployment automation, GitOps configuration, incident response runbooks, and internal developer platform tooling. Use when setting up CI/CD pipelines, containerizing…

Jeffallan/claude-skills · 107 tokens

devops

DevOps - Docker, CI/CD, cloud infra, monitoring.

sipyourdrink-ltd/bernstein · 16 tokens

devops-infrastructure

Guides Docker, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or when asked about containers, pipelines, Terraform, or production infrastructure.

CloudAI-X/claude-workflow-v2 · 57 tokens

aws-cloudformation-task-ecs-deploy-gh

Provides patterns to deploy ECS tasks and services with GitHub Actions CI/CD. Use when building Docker images, pushing to ECR, updating ECS task definitions, deploying ECS services, integrating with CloudFormation stacks, configuring AWS OIDC authentication for GitHub Actions, and implementing production-ready…

giuseppe-trisciuoglio/developer-kit · 106 tokens

infrastructure-setup

Provides project infrastructure conventions and review criteria for local setup, Docker, Git hooks, CI/CD, service delivery, release artifacts, monitoring, backups, and operations. Use when: "настрой инфраструктуру", "измени CI/CD", "подготовь деплой", "настрой Docker", "собери release artifact", "настрой мониторинг"…

pavel-molyanov/molyanov-ai-dev · 113 tokens