aws-graviton-migration
Installation
SKILL.md
Graviton Migration
Overview
Migrate workloads from x86 to AWS Graviton (Arm64). Scans code for x86-specific dependencies, checks Docker image compatibility, and suggests Arm-compatible alternatives.
Steps
- Check Dockerfiles with check_image/skopeo for Arm compatibility
- Verify each package via knowledge_base_search for Arm support
- Scan requirements.txt/dependencies line-by-line
- Run migrate_ease_scan on codebase (C++, Python, Go, JS, Java)
- Generate analysis report with recommendations
- Get user confirmation before code changes
Supported Languages
C++, Python, Go, JavaScript, Java