CrossPad/crosspad-mcp
Skill Claude CodeCodex
Part of crosspad
Use when iterating on the CrossPad PC simulator (crosspad-pc repo) — editing C++ source, then needing to rebuild and verify behavior. Covers the edit→check→build→run→inspect→kill loop, deciding between incremental/clean/reconfigure build modes, and diagnosing alreadyrunning, responsive=false, stale-exe, and…
CrossPad/crosspad-mcp
Skill Claude CodeCodex
Part of crosspad
Use FIRST when starting any work in a CrossPad repo, when installing or configuring the crosspad-mcp server, or when unsure how the CrossPad ecosystem (repos, MCP tools, build/flash/sim/trace, app registry) fits together. The entry point to the whole CrossPad MCP toolkit — routes to install, per-role guides (user /…
CrossPad/crosspad-mcp
Skill Claude CodeCodex
Part of crosspad
Use when tracing/plotting STM32 firmware variables in real time over SWD (ST-Link) on the CrossPad r20 board (CrossPadSTM32r20 repo, STM32G0B1xx), or when the SWD tracer / pyOCD environment needs setting up or repairing. Covers the doctor→config→symbols→start→read/ui→stop workflow, signal-spec syntax…