jlink
🎯Skillfrom zhinkgit/embeddedskills
A J-Link probe debugging and flashing skill for embedded development, supporting device probing, firmware flashing, memory read/write, register inspection, target reset, RTT/SWO log reading, and online debugging with GDB including halt/resume, stepping, breakpoints, and call stack viewing.
Same repository
zhinkgit/embeddedskills(12 items)
Installation
npx vibeindex add zhinkgit/embeddedskills --skill jlinknpx skills add zhinkgit/embeddedskills --skill jlink~/.claude/skills/jlink/SKILL.mdSKILL.md
More from this repository10
Keil MDK project build tool that scans .uvprojx/.uvmpw project files, enumerates targets, and executes build/rebuild/clean operations while parsing build logs and returning firmware artifact paths for JLink/OpenOCD flashing.
An embedded serial port debugging skill that provides port scanning, real-time monitoring, data sending, hex viewing, and log recording for UART/COM communication. Supports configurable baud rate, parity, and automatic port detection.
Embedded CAN/CAN-FD debugging tool for scanning interfaces, monitoring messages, sending test frames, recording logs, DBC database decoding, and bus statistics, supporting PCAN, Vector, and slcan backends.
OpenOCD embedded debugging tool for probe detection, firmware flashing, Flash erasing, GDB Server startup, target reset control, Telnet/GDB debugging, and Semihosting/ITM output capture, supporting ST-Link, CMSIS-DAP, DAPLink, and FTDI backends.
Embedded GCC build tool using CMake and arm-none-eabi-gcc for scanning CMake-based embedded projects, listing presets, configuring, compiling, rebuilding, cleaning, and analyzing ELF binary sizes.
Thin orchestration layer for embedded development that discovers projects in the workspace, selects build/flash/debug/observe backends, chains state through .embeddedskills/state.json, and aggregates results from underlying skills.
An embedded network debugging skill that provides interface discovery, packet capture with tshark/Wireshark, pcap/pcapng analysis, connectivity testing (ping/traceroute), port scanning, and traffic statistics. Supports industrial protocols like Modbus TCP and EtherNet/IP.
A skill wrapping the probe-rs CLI for embedded development, covering probe discovery, firmware flashing, chip reset, memory read/write, GDB Server debugging, and RTT log reading for targets like STM32.
A bidirectional interactive terminal session skill for serial ports, SSH shells, and local shells, enabling persistent session context for device consoles, AT/CLI menus, and interactive debugging.
A lightweight SSH operation gateway skill that uses ~/.ssh/config Host aliases as the single server inventory, prioritizing key-based authentication. Provides Python scripts for server listing, remote command execution, file transfers via SCP, and local port forwarding tunnels.