crosspad
01Plugin Claude Code
Plugin marketplace listing 1 plugin: crosspad.
Plugin Claude Code
Plugin marketplace listing 1 plugin: crosspad.
Plugin Claude Code
CrossPad development toolkit: the crosspad-mcp server plus two Claude Code skills — crosspad (onboarding/help: ecosystem map, install & config, per-role guides, tool cheat-sheet, FAQ — use this first) and swd-tracer (real-time SWD variable tracing for CrossPad r20 / STM32G0B1 firmware over ST-Link).
Skill Claude CodeCodex
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…
MCP server Claude CodeCodexCursor
MCP server "crosspad" as configured in CrossPad/crosspad-mcp. Runs ${CLAUDE_PLUGIN_ROOT}/dist/index.js with node.
Skill Claude CodeCodex
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 /…
Skill Claude CodeCodex
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…
MCP server Claude CodeCodexCursor
Development workflow server for CrossPad — build, test, run, screenshot, and navigate code. Runs locally from the crosspad-mcp-server npm package.