aws-transform
An agent skill by aws, from aws/agent-toolkit-for-aws. Tags: aws, cli, code-quality, migration, performance.
What it does
Performs code upgrades, migrations, and transformations using the AWS Transform (ATX) CLI. Use when upgrading language versions, migrating AWS SDKs, migrating frameworks (Angular, Vue.js, Spring Boot, React), upgrading libraries, optimizing performance, migrating x86 to Graviton, analyzing codebases / generating documentation, or defining custom transformations with natural language. Runs locally on a few repositories or at scale across hundreds via AWS Batch/Fargate.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add aws/agent-toolkit-for-aws --skill aws-transform
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/aws/agent-toolkit-for-aws
cp -r agent-toolkit-for-aws/skills/specialized-skills/migration-and-modernization-skills/aws-transform ~/.claude/skills/aws-transform
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- aws/agent-toolkit-for-aws (all skills from this repository)
- Path
- skills/specialized-skills/migration-and-modernization-skills/aws-transform/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- migrate-to-msk — Helps migrate self-managed Apache Kafka workloads to Amazon MSK Express.
- aws-storage — Selects, investigates, and compares AWS object, file, and block storage services, and answers cost, performance, configuration, security.
- launch-with-aws — Migrates vibe-coded web applications to AWS.
- signing-in-to-aws — Gets AWS credentials for CLI/SDK access via `aws login`.
- coverage-analysis — Measures and interprets what a fuzzing campaign actually reaches, using llvm-cov, lcov, or a fuzzer's own coverage output.
- dwarf-expert — Analyzes DWARF debug information in compiled binaries.