@whchoi98/aws-graviton-migration
BAnalyze source code for Graviton (Arm64) compatibility, identify issues, and suggest fixes for language runtimes and dependencies. Use when mentioning Graviton, Arm64 migration, x86 to Arm, or aarch64 porting.
Install
agr install @whchoi98/aws-graviton-migration --target claudeWrites 1 file into .claude/skills/, pinned to git-6160fc6c.
- .claude/skills/aws-graviton-migration/SKILL.md
Document
name: aws-graviton-migration description: Analyze source code for Graviton (Arm64) compatibility, identify issues, and suggest fixes for language runtimes and dependencies. Use when mentioning Graviton, Arm64 migration, x86 to Arm, or aarch64 porting.
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
MCP Server Config (Docker)
{
"mcpServers": {
"arm-mcp-server": {
"command": "docker",
"args": ["run", "--rm", "-i", "--pull=always", "armswdev/arm-mcp:latest"],
"env": { "FASTMCP_LOG_LEVEL": "ERROR" }
}
}
}
Requires Docker installed and running.
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-6160fc6cc4552026-07-31