| name | embedded-sp |
| description | Embedded SP - Superpowers-integrated embedded development skill. Use for ESP32, STM32, RP2040, nRF52. Enforces TDD-first, Build-Flash-Monitor verification. |
| license | MIT |
| compatible-with | claude-code, apex-unified |
| version | 2.8 |
Embedded SP — Claude Code Adapter
Claude Code natively reads SKILL.md format from .claude/skills/.
Install
git clone https://github.com/lhbsaa/embedded-sp.git ~/.claude/skills/embedded-sp
Then in Claude Code:
/embedded-sp → Load skill
The adapters/claude-code/ directory is a thin wrapper; the actual entry point is SKILL.md at the root. Claude Code discovers skills recursively in .claude/skills/.
Commands
| Command | Description |
|---|
embedded-sp | Load the skill with Iron Law enforcement |
embedded-sp:brainstorming | Hardware clarification |
embedded-sp:tdd | HAL Mock + hardware tests |
embedded-sp:verification | Build-Flash-Monitor gate |
embedded-sp:memory | Persistent project memory |
Integration with apex-unified
This skill is also available as the embedded-dev mode in apex-unified,
which provides zero-dependency cross-platform support via CLI and plugin systems.