# ESP32 Agent Skills

[Agent Skills](https://agentskills.io) for debugging ESP32 and embedded devices.

## Skills

| Skill | Description |
|-------|-------------|
| [esp32-serial-logging](./skills/esp32-serial-logging/) | Real-time serial log monitoring and analysis |
| [esp32-serial-commands](./skills/esp32-serial-commands/) | Send commands via serial to emulate button presses |

## Installation

### Using npx (Recommended)

```bash
# Install all skills
npx add-skill H1D/agent-skills-esp32

# Install specific skill
npx add-skill H1D/agent-skills-esp32 --skill esp32-serial-logging

# Install globally
npx add-skill H1D/agent-skills-esp32 -g

# Install to specific agent
npx add-skill H1D/agent-skills-esp32 -a claude-code
```

### Manual

```bash
git clone https://github.com/H1D/agent-skills-esp32.git
cp -r agent-skills-esp32/skills/* ~/.claude/skills/
```

## Usage

These skills help AI agents debug embedded devices:

1. **Monitoring logs** - Capture and analyze serial output in real-time
2. **Emulating actions** - Send commands to test device behavior

Works directly over USB serial.

## License

MIT
