Agent skill

usb-stack

USB device and host stack implementation expertise

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill usb-stack --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/usb-stack/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

# USB Stack Skill ## Overview This skill provides USB device and host stack implementation expertise for embedded systems, covering descriptor generation, device class implementation, and protocol debugging. ## Capabilities ### USB Descriptor Generation - Device descriptor configuration - Configuration descriptors - Interface descriptors - Endpoint descriptors - String descriptors - BOS descriptors (USB 3.x) ### Device Class Implementation - CDC (Communications Device Class) - HID (Human Interface Device) - MSC (Mass Storage Class) - DFU (Device Firmware Upgrade) - Audio class - Video class - Custom class implementation ### USB Stack Configuration - TinyUSB configuration - STM32 USB stack setup - NXP USB stack integration - Zephyr USB subsystem - Endpoint buffer management ### Enumeration and Debugging - Enumeration sequence debugging - Protocol analysis - USB analyzer integration - Descriptor validation - Compliance testing ### Advanced Features - Composite device configuration - USB power delivery - High-speed/full-speed selection - Isochronous transfers - Interrupt transfers - Bulk transfers ### DFU Implementation - DFU bootloader design - Runtime DFU mode - Detach and download

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. USB Descriptor Generation
  4. Device Class Implementation
  5. USB Stack Configuration
  6. Enumeration and Debugging
  7. Advanced Features
  8. DFU Implementation
  9. Target Processes
  10. Dependencies
  11. Usage Context
  12. Device Class Examples
  13. CDC Virtual COM Port
  14. HID Report Descriptor
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the usb-stack skill do?

USB device and host stack implementation expertise

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill usb-stack --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