What problem does it solve? Modernizing codebases — upgrading language versions, migrating AWS SDKs, and migrating frameworks — is slow, repetitive work that scales poorly across dozens or hundreds of repositories. This Skill automates the full transformation workflow using the AWS Transform (ATX) CLI, from repository inspection to execution and result reporting. ## Core Features & Use Cases - Automated TD Matching: Inspects repositories for signals (Java/Python/Node.js versions, boto2, AWS SDK v1/v2 usage, x86 configs) and matches them against Transformation Definitions discovered via atx custom def list --json. - Dual Execution Modes: Runs transformations locally for 1-9 repos (max 3 concurrent) or remotely at scale via AWS Batch/Fargate for up to 512 repos with auto-deployed infrastructure. - End-to-End Workflow: Handles prerequisite checks (AWS CLI, credentials, IAM permissions, CDK), private repo credential setup via Secrets Manager, runtime version verification, parallel execution monitoring, and consolidated result summaries. - Use Case: A team needs to migrate 50 Java services from AWS SDK v1 to v2. The Skill inspects each repo, presents a match report, deploys remote infrastructure with user consent, submits batch jobs in chunks of 128, and delivers a transformation summary with a CloudWatch dashboard link. ## Quick Start Ask the assistant to upgrade your Java project to Java 21 or migrate your Python code from boto2 to boto3 using AWS Transform, and provide the repository path or git URL when prompted.