library/specializations/embedded-systems/skills/jtag-swd-debug/SKILL.md
Deep integration with JTAG/SWD debug probes for hardware-level debugging and flash programming
npx skillsauth add a5c-ai/babysitter jtag-swd-debugInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This 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"
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.