🔧
AutomationRust

Embedded Debugger

by Adancurusul

Embedded Debugger is an Automation skill for Claude Code, published by Adancurusul in embedded-debugger-mcp.

176 stars28 forkson Adancurusul/embedded-debugger-mcpAdded 2026/09/07+3% in starsRepository updated 2026/07/16
ai-skillarm-cortex-mclaude-codeclaude-code-skillclaude-skillclicodex-skilldebug-probeembedded-debuggingembedded-systemsesp32mcpmcp-servermodel-context-protocolopenocdprobe-rsriscvrustskillxtensa
Install in seconds
Install Embedded Debugger
Copy Embedded Debugger into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Adancurusul/embedded-debugger-mcp/tree/main/skills/embedded-debugger ~/.claude/skills/embedded-debugger

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Adancurusul/embedded-debugger-mcp.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/embedded-debugger/SKILL.md in Adancurusul/embedded-debugger-mcp
Installs to
~/.claude/skills/embedded-debugger
Collection
The only skill cataloged from this repository
Category
Automation2109 skills

What Embedded Debugger does

Embedded Debugger guides probe-rs and OpenOCD workflows for inspecting probes, starting the MCP server, flashing firmware, and reading RTT or fault data on ARM Cortex-M and RISC-V targets. Use it when debugging embedded hardware from Claude Code or Codex.

Embedded Debugger is cataloged under Automation on DirSkills. Embedded Debugger comes from a repository tagged ai-skill, arm-cortex-m, claude-code, claude-code-skill and claude-skill.

Documentation

README

Embedded Debugger

Use the local embedded-debugger-mcp binary as the source of truth. Prefer CLI checks first, then MCP tools when an MCP client is available.

Entry Decision

  1. If the user has an MCP client configured, start or verify the server: embedded-debugger-mcp serve
  2. If the user wants no MCP install, use CLI-first mode: embedded-debugger-mcp doctor, embedded-debugger-mcp probes list, and embedded-debugger-mcp skill print-prompt.
  3. If hardware access is required, confirm the probe and target are connected before destructive actions such as flash erase or program.

CLI Workflow

Run these in order and report the exact outcome:

embedded-debugger-mcp doctor
embedded-debugger-mcp probes list
embedded-debugger-mcp config show

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Embedded Debugger

  • How does Embedded Debugger compare to other Automation skills?

    Embedded Debugger ranks #1938 by stars among the 2109 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Embedded Debugger against them. Open each page to compare what they document and how they install.