orchestrate-infra

orchestrate-infra is a skill for Claude Code from dryvist/claude-code-plugins. It costs 18 tokens per session (558 once invoked), scanned A, original, Apache-2.0.

An infrastructure coordinator that runs OpenTofu and Ansible work across several dependent repositories in the right order.

In plain words
What is it for?
Use it to plan or validate infrastructure, update the Ansible inventory from OpenTofu outputs, and run end-to-end checks across infrastructure repositories.
Why use it?
It removes the need to manually coordinate infrastructure changes when one repository depends on another. It also keeps validation, planning, inventory updates, and dry runs in one workflow.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the infra-orchestration plugin — 3 skills 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/dryvist/claude-code-plugins/orchestrate-infra
Any agent
npx skills add dryvist/claude-code-plugins --skill orchestrate-infra
Clone the repo
git clone --depth 1 https://github.com/dryvist/claude-code-plugins

Made for: Claude Code.

Or install infra-orchestration, the plugin that ships this one along with the rest of its 3 skills.

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 orchestrate-infra

README.md
[![agentmods](https://agentmods.dev/badge/skills/dryvist/claude-code-plugins/orchestrate-infra.svg)](https://agentmods.dev/skills/dryvist/claude-code-plugins/orchestrate-infra)
Your own site
<a href="https://agentmods.dev/skills/dryvist/claude-code-plugins/orchestrate-infra"><img src="https://agentmods.dev/badge/skills/dryvist/claude-code-plugins/orchestrate-infra.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 558 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.1 $0.00018 $0.00558
Opus 5 $0.00009 $0.00279
Sonnet 5 $0.00004 $0.00112
Haiku 4.5 $0.00002 $0.00056

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

Security

Grade A, and why

orchestrate-infra 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 2d 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.

infra-orchestration/skills/orchestrate-infra/SKILL.md · 66 lines

How it starts

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

Infrastructure Orchestrator

Master orchestrator for cross-repo infrastructure operations. Manages the dependency graph between Terraform and Ansible repositories and dispatches Task subagents for each phase.

Dependency Graph

tofu-proxmox
  -> ansible-proxmox (host configuration)
  -> ansible-proxmox-apps (application configuration)
     -> ansible-splunk (Splunk Enterprise)

OpenTofu provisions infrastructure first through Terrakube. Ansible configures it in dependency order.

Supported Operations

plan-all

Run tofu plan in the tofu-proxmox Terrakube workspace, then ansible-playbook --check across all Ansible repos in dependency order.

validate-all

Run tofu validate in tofu-proxmox, then ansible-playbook --syntax-check across all Ansible repos.

sync-inventory

Export Terraform outputs as Ansible inventory and distribute to all Ansible repos. See /infra-sync-inventory for details.

e2e-test

Full pipeline validation: validate, plan, export inventory, syntax-check, check, diff. See /infra-e2e-test for details.

Execution Pattern

  1. Resolve repo paths: locate each target repo locally
  2. Dispatch OpenTofu phase: Launch a subagent for tofu-proxmox operations
  3. Await completion: OpenTofu must complete before Ansible phases
  4. Dispatch Ansible phases: Launch parallel subagents for independent Ansible repos (invoke superpowers:dispatching-parallel-agents)
  5. Collect results: Aggregate success/failure from all subagents
  6. Report: Summary with per-repo status

Secret Injection

Terrakube obtains short-lived OpenBao credentials through its native dynamic provider credential flow. Ansible uses native OpenBao lookups under its own policy. Never export, copy, or hardcode runtime credentials.

Error Handling

If any phase fails, report the failure and stop dependent phases. Independent repos continue in parallel.

  • sync-inventory (infra-orchestration) — Export Terraform inventory and distribute to Ansible repositories
  • test-e2e (infra-orchestration) — End-to-end infrastructure pipeline validation across Terraform and Ansible repos
  • infrastructure-standards (infra-standards) — Use when working on infrastructure repos (terraform, ansible, kubernetes, proxmox, nix devShells)

Read the full file on GitHub · 66 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. 2d ago First seen · 66 lines · 18 tokens per session scan A 2c55f05f311a

Subscribe to this mod's changes

orchestrate-infra is a skill published in the GitHub repository dryvist/claude-code-plugins (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 18 tokens to every session and 558 once invoked, about $0.0001 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-04.

Related

Other skills, from other repositories