🎯

serial

🎯Skill

from zhinkgit/embeddedskills

VibeIndex|
What it does
|

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.

📦

Same repository

zhinkgit/embeddedskills(12 items)

serial

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add zhinkgit/embeddedskills --skill serial
skills.sh Install⚠ Installs to .agents/skills/
npx skills add zhinkgit/embeddedskills --skill serial
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/serial/SKILL.md

SKILL.md

386Installs
-
AddedApr 17, 2026

More from this repository10

🎯
keil🎯Skill

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.

🎯
can🎯Skill

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.

🎯
jlink🎯Skill

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.

🎯
openocd🎯Skill

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.

🎯
gcc🎯Skill

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.

🎯
workflow🎯Skill

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.

🎯
net🎯Skill

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.

🎯
probe-rs🎯Skill

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.

🎯
terminal🎯Skill

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.

🎯
ssh🎯Skill

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.