infra-update-versions

Refresh infra version baselines in versions.yml and update downstream blueprints.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/vossiman/python-infra-audit-cc --skill infra-update-versions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-update-versions
Source: https://github.com/vossiman/python-infra-audit-cc/tree/main/skills/infra-update-versions
Command: npx skills add https://github.com/vossiman/python-infra-audit-cc --skill infra-update-versions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains consistency across infra blueprint versions by refreshing the central versions.yml and ensuring downstream blueprint files reflect the latest approved baselines.

Core Features & Use Cases

  • Phase-driven process: research latest releases in parallel, then update blueprints after user confirmation.
  • Synchronizes central baselines with downstream configs to avoid drift in infra deployments.

Quick Start

Run the Infra Update Versions skill to refresh the baselines in ~/.claude/infra/versions.yml and propagate updates to downstream blueprint files after user confirmation.

Frequently Asked Questions about infra-update-versions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync infra blueprint versions automatically?

To sync infra blueprint versions, this skill refreshes the central versions.yml and propagates approved updates to downstream configuration files, preventing deployment drift across your infrastructure baselines.

What is the best way to update downstream yaml configurations from a central baseline?

Updating downstream yaml configurations is handled through a two-phase workflow that researches latest upstream releases in parallel, then syncs downstream blueprints after explicit user confirmation.

How does the research and sync workflow for version updates work?

The version update workflow operates in two phases: it first executes parallel research to fetch latest upstream releases, then requires user confirmation before applying those updates to downstream blueprint files.

Do I need a specific file structure to update infra versions?

Yes, updating infra versions requires access to the central baseline file at ~/.claude/infra/versions.yml, along with the downstream blueprint configurations that need to be synchronized.

Can I review upstream release changes before applying them to blueprints?

Yes, the skill enforces a review step where it identifies outdated entries and fetches latest upstream releases, waiting for user confirmation before modifying any downstream blueprint files.

Why do my infra deployment versions keep drifting out of sync?

Infra deployment versions drift when downstream blueprint files are not synchronized with the central versions.yml baseline, a consistency problem this skill solves by propagating approved updates after confirmation.