atmos-modernization

atmos-modernization is a skill for Claude Code, Codex from cloudposse/atmos. It costs 36 tokens per session (1,679 once invoked), scanned A, original, Apache-2.0.

A migration guide for updating older Atmos projects to current configuration names and workflows. It covers projects using Terraform, OpenTofu, Terragrunt, Terramate, Make, Just, or Task.

In plain words
What is it for?
Use it to update dependency settings, naming conventions, CI workflows, component updates, and tool-version management.
Why use it?
It helps replace deprecated patterns without requiring a complete repository reorganisation. It also maps older automation approaches to current Atmos commands.

Skill for Claude CodeCodex

Part of the atmos plugin — 51 skills shipped together

About the project

Atmos is an infrastructure runtime that coordinates tools such as Terraform, OpenTofu, Kubernetes, Helm, Packer, Ansible, and containers through consistent commands and configuration. It is for teams running cloud infrastructure on laptops, in CI, or through AI agents across environments and regions. Its catalogue entries provide skills, agents, commands, and other add-ons for Atmos workflows.

cloudposse/atmos · 1,372 stars · on GitHub

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/cloudposse/atmos/atmos-modernization
Any agent
npx skills add cloudposse/atmos --skill atmos-modernization
Clone the repo
git clone --depth 1 https://github.com/cloudposse/atmos

Made for: Claude Code, Codex.

Or install atmos, the plugin that ships this one along with the rest of its 51 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 atmos-modernization

README.md
[![agentmods](https://agentmods.dev/badge/skills/cloudposse/atmos/atmos-modernization.svg)](https://agentmods.dev/skills/cloudposse/atmos/atmos-modernization)
Your own site
<a href="https://agentmods.dev/skills/cloudposse/atmos/atmos-modernization"><img src="https://agentmods.dev/badge/skills/cloudposse/atmos/atmos-modernization.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,679 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.00036 $0.01679
Opus 5 $0.00018 $0.00839
Sonnet 5 $0.00007 $0.00336
Haiku 4.5 $0.00004 $0.00168

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

Security

Grade A, and why

atmos-modernization 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 yesterday.

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.

agent-skills/skills/atmos-modernization/SKILL.md · 168 lines

How it starts

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

Atmos Modernization

Use this skill when updating older Atmos projects to current conventions. "Atmos Modernization" is the umbrella term for replacing legacy patterns with supported, current patterns.

Modernization Checklist

Legacy pattern Replace with
name_pattern name_template or explicit stack name
settings.depends_on dependencies.components
Custom command type: component/type: stack on arguments, or semantic_type: component/semantic_type: stack on flags provides: component/provides: stack on both arguments and flags
cloudposse/github-action-atmos* wrapper actions Native CI with direct atmos commands
cloudposse/github-action-atmos-component-updater atmos vendor update --pull-request with native GitHub PR publishing
cloudposse/github-action-setup-atmos as default GitHub Actions container ghcr.io/cloudposse/atmos:<version>
apt-get install docker.io in an Atmos container job Remove it: the official Atmos image already ships with docker.io
GitHub Actions concurrency around jobs or workflows that invoke atmos An explicit promotion workflow or deployment controller — environments and merge queues are approval/merge-order controls, not deployment-order guarantees; a concurrency group evicts its pending run regardless of cancel-in-progress
hashicorp/setup-terraform / opentofu/setup-opentofu in Atmos jobs Atmos dependencies.tools and toolchain
Manual atmos toolchain install <tool> preinstall steps for Atmos-owned tools Declarative dependencies.tools at the owning component, workflow, hook, or custom command
Large inline workflow/custom-command shell scripts, repeated echo, shell loops, ad hoc sleeps Native step types such as atmos, toast, table, parallel, matrix, wait, container, emulator, and http
Hand-rolled scheduled drift GitHub Actions Atmos Pro drift detection
cloudposse/github-action-atmos-terraform-drift-* settings.pro.drift_detection plus atmos terraform plan --upload-status
Secret values through raw store calls Declared secrets.vars plus !secret
Legacy hook event spelling Modern dotted lifecycle events such as after.terraform.plan
Static GitHub tokens in URLs Atmos Auth github/sts through Atmos Pro
cloudposse/terraform-aws-components sources Repos in the cloudposse-terraform-components organization
Parser-specific doubled double quotes ("") in !terraform.state or !terraform.output expressions Direct YQ expressions; quote only as required by YAML

Read the full file on GitHub · 168 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. yesterday First seen · 168 lines · 36 tokens per session scan A cbb6dbdcd2f7

Subscribe to this mod's changes

atmos-modernization is a skill published in the GitHub repository cloudposse/atmos (1,372 stars, last pushed today), licensed Apache-2.0. It adds 36 tokens to every session and 1,679 once invoked, about $0.0002 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

github-release-management

Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management.

ruvnet/RuView · 27 tokens

skypilot-multi-cloud-orchestration

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

davila7/claude-code-templates · 51 tokens

trigger-cost-savings

Analyze Trigger.dev tasks, schedules, and runs for cost optimization opportunities. Use when asked to reduce spend, optimize costs, audit usage, right-size machines, or review task efficiency. Combines static source analysis with live run analysis via the Trigger.dev MCP tools (listruns, getrundetails…

triggerdotdev/trigger.dev · 68 tokens

hunt-cicd

Hunt CI/CD pipeline vulnerabilities — GitHub Actions workflow injection (pullrequesttarget Pwnrequest + ${{ }}-into-shell), self-hosted runner poisoning, OIDC trust-policy abuse, Jenkins script-console RCE and CVE-2024-23897 file read, GitLab CI runner-token registration, Terraform state file leakage, artifact/log…

uphiago/recon-skills · 118 tokens

devops-cloud

DevOps, cloud infrastructure, and platform engineering. Use when working with AWS, GCP, Azure, Kubernetes, Terraform, CI/CD pipelines, or infrastructure as code.

travisjneuman/.claude · 38 tokens

cicd-secrets-exfil

Extracting CI secrets / OIDC tokens once you have code execution in a build job — echo/printenv exfil, log-masking bypass (base64, char-split, reversal), OIDC token abuse to assume cloud roles, GITHUBTOKEN / CIJOBTOKEN scope abuse, cache / artifact secret leakage, provenance pivot.

PurpleAILAB/Decepticon · 75 tokens