The aws-transform skill is designed to migrate, modernize, and upgrade codebases to AWS. It performs analysis on repositories to identify technical debt, security vulnerabilities, and modernization opportunities.
Supported transformations include:
- Framework/Language Upgrades: .NET Framework to .NET 8/10, Java/Python/Node.js version upgrades, and AWS SDK upgrades.
- Legacy Migration: Mainframe COBOL to Java, and VMware VMs to EC2.
- Database Migration: SQL Server to Aurora.
- Analysis: Identifying tech debt, security vulnerabilities (CVEs), and outdated components.
When to use this skill:
Trigger the skill when the user provides intents such as:
- "migrate .NET to AWS"
- "upgrade Java to 17/21"
- "modernize COBOL" or "modernize mainframe"
- "move VMware to EC2"
- "convert SQL Server to Aurora"
- "upgrade Python version"
- "migrate AWS SDK"
- "transform this codebase"
- "analyze for issues", "find tech debt", or "assess my repos"
- "security vulnerabilities" or "CVEs"
- "continuous modernization"
When NOT to use this skill:
Do not use aws-transform for infrastructure provisioning, CI/CD pipeline construction, or general coding tasks.
name: aws-transform
description: Migrate, modernize, and upgrade codebases to AWS. Run analysis on repos for tech debt, security vulnerabilities, and modernization opportunities. Transforms .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware VMs to EC2, SQL Server to Aurora, and upgrades Java/Python/Node.js versions and AWS SDKs. Use when the user says "migrate .NET to AWS", "upgrade Java to 17/21", "modernize COBOL", "modernize mainframe", "move VMware to EC2", "convert SQL Server to Aurora", "upgrade Python version", "migrate AWS SDK", "transform this codebase", "analyze for issues", "find tech debt", "what tech debt", "security vulnerabilities", "CVEs", "what's wrong with my code", "assess my repos", "where do I start", "find what's outdated", "analyze my repos", "AWS Transform - continuous modernization", "continuous modernization" or "continuous-modernization". Don't use for infrastructure provisioning, CI/CD pipelines, or general coding tasks.