windows-image-updater

windows-image-updater is a skill for Claude Code from rjmurillo/ai-agents. It costs 63 tokens per session (1,644 once invoked), scanned A, original, MIT.

An automated workflow for migrating Windows container images in Microsoft's OneBranch build pipelines. OneBranch is Microsoft's platform for official builds and releases, while ConfigGen generates pipeline YAML files from package definitions.

In plain words
What is it for?
Use it to move OneBranch repositories from LTSC2019 to LTSC2022, update the AdoPipelineGeneration package, regenerate pipeline files, validate the build, and prepare a draft pull request.
Why use it?
It reduces the manual work and missed references involved in updating an older Windows image across pipeline configuration and validation.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is - [Pipeline Validator Skill](../pipeline-validator/SKILL.md): automated pipeline discovery, triggering, and fix-retry loop (invoked in Phase 4).

Part of the project-toolkit plugin — 113 skills, 26 commands, 33 agents, 4 hooks shipped together

Good fit Use it to move OneBranch repositories from LTSC2019 to LTSC2022, update the AdoPipelineGeneration package, regenerate pipeline files, validate the build, and prepare a draft pull request.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/rjmurillo/ai-agents
agentmods
npx agentmods add skills/rjmurillo/ai-agents/windows-image-updater

Made for: Claude Code.

Or install project-toolkit, the plugin that ships this one along with the rest of its 113 skills, 26 commands, 33 agents, 4 hooks.

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 windows-image-updater

README.md
[![agentmods](https://agentmods.dev/badge/skills/rjmurillo/ai-agents/windows-image-updater/github.svg)](https://agentmods.dev/skills/rjmurillo/ai-agents/windows-image-updater)
Your own site
<a href="https://agentmods.dev/skills/rjmurillo/ai-agents/windows-image-updater"><img src="https://agentmods.dev/badge/skills/rjmurillo/ai-agents/windows-image-updater/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 windows-image-updater

Your own site · 80×15
<a href="https://agentmods.dev/skills/rjmurillo/ai-agents/windows-image-updater"><img src="https://agentmods.dev/badge/skills/rjmurillo/ai-agents/windows-image-updater.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,644 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.00063 $0.01644
Opus 5 $0.00032 $0.00822
Sonnet 5 $0.00013 $0.00329
Haiku 4.5 $0.00006 $0.00164

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

Security

Grade A, and why

windows-image-updater 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 6d 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.

.claude/skills/windows-image-updater/SKILL.md · 227 lines

How it starts

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

Windows Image Updater

Automates the end-to-end workflow for migrating Windows container images (e.g., LTSC2019 → LTSC2022) in OneBranch pipeline repositories. Handles package bumping, config regeneration, build validation, and PR creation.


Triggers

  • update windows image: start the full migration workflow
  • fix ltsc2019 warning: triggered by OneBranch EOL warning
  • migrate onebranch image: alternative phrasing
  • bump AdoPipelineGeneration: package-specific trigger
  • windows container image update for {repo}: repo-specific trigger

Quick Reference

Input Output Duration
ADO repository (URL or local path) Draft PR with updated pipeline ymls, passing pipelines 30-60 min

Prerequisites

Required Knowledge

Term Definition
OneBranch Microsoft's CI/CD build platform used for official builds and releases
ConfigGen Configuration Generation tool that produces pipeline YAML files from package definitions
Topology project A .NET project in resources repos that generates pipeline configs when run
LTSC Long-Term Servicing Channel, a Windows release model (e.g., LTSC2019, LTSC2022)
Buddy build Pre-merge validation pipeline that builds and tests changes before merge
Buddy release Pre-merge pipeline that validates the release process before merge
CPM Central Package Management, a NuGet feature where all versions are in Directory.Packages.props

Required Tools

Tool Purpose Verify
Git Version control git --version
.NET SDK Build and run .NET projects dotnet --version
ADO access Repository write access, PR creation rights az repos list

Configuration

Parameter Default Description
Old image pattern ltsc2019 Pattern to detect in pipeline yml files
Expected new image ltsc2022 Expected replacement (for verification)
Package name ConfigurationGeneration.AdoPipelineGeneration NuGet package to bump
Branch name feat/windows-image-update Feature branch name
Props file Directory.Packages.props Primary package props file (fallback: Packages.props)

Read the full file on GitHub · 227 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 227 lines · 63 tokens per session scan A 5b0330798cb4

Subscribe to this mod's changes

windows-image-updater is a skill published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed today), licensed MIT. It adds 63 tokens to every session and 1,644 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-09-03.

Related

Other skills, from other repositories

nestjs-monorepo-scaffold

Turborepo + NestJS + Drizzle + BullMQ monorepo scaffolding — project structure, shared types, workspace config, Docker, CI/CD, and new feature bootstrapping.

me-cedric/agent-compass · 46 tokens

scanning-docker-images-with-trivy

Trivy is a comprehensive open-source vulnerability scanner by Aqua Security that detects vulnerabilities in OS packages, language-specific dependencies, misconfigurations, secrets, and license violati.

xalgorix/xalgorix · 42 tokens

implementing-image-provenance-verification-with-cosign

Sign and verify container image provenance using Sigstore Cosign with keyless OIDC-based signing, attestations, and Kubernetes admission enforcement.

xalgorix/xalgorix · 40 tokens

ci-cd

A guide for designing automated build and delivery workflows with GitHub Actions. These workflows can run checks such as tests, code-quality scans, coverage checks, and builds when code is pushed or a pull request is opened.

Insajin/autopus-adk · 18 tokens

supply-chain-attack-recon

External recon for software supply-chain attack surface — package-namespace squatting candidates, dependency-confusion vulnerabilities, GitHub Actions injection openings, container image registry exposure, SBOM mining, internal-package-name leakage, and CI/CD configuration exposure. Reconnaissance and identification…

adriannoes/awesome-agentic-ai · 141 tokens

cloud-build-helper

Configures Google Cloud Build pipelines with caching, parallel builds, and optimization. Use when setting up Cloud Build, optimizing build performance, or configuring CI/CD pipelines.

armanzeroeight/fastagent-plugins · 36 tokens