AWS Transform is a code modernization tool that handles the tedious work of upgrading language versions, migrating SDKs, and refactoring frameworks across your repositories. It wraps the ATX CLI and can run locally on a handful of repos or scale up to 128 parallel transformations via AWS Batch. The skill is opinionated in a good way: it inspects your code, matches applicable transformations automatically, and presents a plan rather than dumping a menu of options. Supports Java, Python, Node.js upgrades, AWS SDK migrations, and custom transformations defined in natural language. The workflow is straightforward but requires AWS credentials and won't run on native Windows. If you're sitting on a backlog of technical debt across dozens of repositories, this is built for exactly that problem.
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill aws-transform