Agent skill

protocol-analyzer

Serial protocol analysis and debugging for common embedded interfaces (I2C, SPI, UART)

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill protocol-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-Edit-Glob-Grep
Path: library/specializations/embedded-systems/skills/protocol-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Protocol Analyzer Skill ## Overview This skill provides serial protocol analysis and debugging capabilities for common embedded communication interfaces including I2C, SPI, and UART. ## Capabilities ### I2C Analysis - Bus address detection and scanning - Transaction decoding and timing - NACK handling and error detection - Multi-master arbitration analysis - Clock stretching detection - 7-bit and 10-bit addressing - Fast mode and fast mode plus support ### SPI Analysis - Transaction decoding - Mode configuration (CPOL/CPHA) - Clock frequency analysis - Chip select timing verification - Full-duplex data capture - Multi-slave configurations ### UART Analysis - Frame analysis and decoding - Baud rate auto-detection - Parity and stop bit verification - Flow control analysis (RTS/CTS) - Break condition detection - Error frame identification ### Timing Analysis - Setup and hold time verification - Clock frequency measurement - Inter-frame timing analysis - Protocol timing compliance - Glitch and noise detection ### Integration - Saleae Logic analyzer integration - Sigrok/PulseView support - Protocol decoder libraries - Export to standard formats ## Target Processes - `device-driver-dev

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. I2C Analysis
  4. SPI Analysis
  5. UART Analysis
  6. Timing Analysis
  7. Integration
  8. Target Processes
  9. Dependencies
  10. Usage Context
  11. Protocol Configurations
  12. I2C Standard Settings
  13. SPI Mode Settings
  14. UART Settings
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the protocol-analyzer skill do?

Serial protocol analysis and debugging for common embedded interfaces (I2C, SPI, UART)

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill protocol-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going