Deep integration with JTAG/SWD debug probes for hardware-level debugging and flash programming
Enables hardware-level debugging and flash programming through JTAG/SWD debug probes.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdThis skill provides deep integration with JTAG/SWD debug probes for hardware-level debugging, flash programming, and real-time firmware analysis. It enables direct hardware interaction through industry-standard debug interfaces.
hardware-bring-up.js - Initial board validation and debug setupbootloader-implementation.js - Bootloader debugging and flash operationsdevice-driver-development.js - Driver debugging with hardware accessfield-diagnostics.js - Field debugging and analysisThis skill is invoked when tasks require:
debug_probe:
type: jlink | stlink | openocd | cmsis-dap
interface: swd | jtag
speed: 4000 # kHz
target: cortex-m4 | cortex-m7 | etc.
openocd -f interface/stlink.cfg -f target/stm32f4x.cfg \
-c "program firmware.elf verify reset exit"
JLinkExe -device STM32F407VG -if SWD -speed 4000 \
-CommanderScript read_memory.jlink
openocd -f board/stm32f4discovery.cfg \
-c "init; halt; reg; resume; exit"
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.