library/specializations/embedded-systems/skills/protocol-analyzer/SKILL.md
Serial protocol analysis and debugging for common embedded interfaces (I2C, SPI, UART)
npx skillsauth add a5c-ai/babysitter protocol-analyzerInstall 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 serial protocol analysis and debugging capabilities for common embedded communication interfaces including I2C, SPI, and UART.
device-driver-development.js - Driver debugging and validationhardware-bring-up.js - Initial communication verificationsignal-integrity-testing.js - Protocol signal analysisbsp-development.js - BSP communication testingThis skill is invoked when tasks require:
i2c:
mode: standard | fast | fast_plus | high_speed
addressing: 7bit | 10bit
clock_stretching: enabled | disabled
spi:
mode: 0 | 1 | 2 | 3 # CPOL/CPHA combinations
bit_order: msb_first | lsb_first
word_size: 8 | 16 | 32
uart:
baud_rate: 9600 | 115200 | etc.
data_bits: 7 | 8 | 9
parity: none | even | odd
stop_bits: 1 | 2
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.