From aws-skills-for-claude-code
Guides code migration between Arm SoCs (e.g., Graviton → Raspberry Pi, i.MX8 → Jetson Orin) via discovery scans, HAL refactoring, build updates, and validation workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:arm-soc-migrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Migrate embedded, automotive, or general-purpose applications between Arm SoCs (e.g., Graviton → Raspberry Pi, NXP i.MX8 → NVIDIA Jetson Orin).
Migrate embedded, automotive, or general-purpose applications between Arm SoCs (e.g., Graviton → Raspberry Pi, NXP i.MX8 → NVIDIA Jetson Orin).
{
"mcpServers": {
"arm-mcp-server": {
"command": "docker",
"args": ["run", "--rm", "-i", "--pull=always", "armlimited/arm-mcp:latest"],
"env": { "FASTMCP_LOG_LEVEL": "ERROR" }
}
}
}
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeAnalyzes source code for AWS Graviton (Arm64) compatibility in C++, Python, Go, JavaScript, and Java. Identifies x86-specific issues, checks Docker images and dependencies, suggests fixes and alternatives.
Develops complete firmware and driver modules for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD), covering peripherals, concurrency patterns, and performance optimization.