Pi Status banner
ericmilton711 ericmilton711

Pi Status

Testing community

Description

SSH into the Homestead Pi and report its status, then run the UV/Blue LED blink test. **IMPORTANT:** Before running, read the skill at `~/.claude/skills/uv-blue-leds-test/SKILL.md` for the current LED test parameters and status check configuration. That skill is the source of truth — follow whatever it says for the test pattern, timing, and GPIO pin. Use key auth: ssh -T -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no eric@192.168.12.114 ## Post-reboot note The Pi 3 A+ (512MB RAM) is very sl

Installation

Installs to ~/.claude/skills/ericmilton711-claude-skills-pi-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ericmilton711-claude-skills-pi-status && curl -fsSL https://raw.githubusercontent.com/ericmilton711/claude-skills/HEAD/commands/pi-status.md -o ~/.claude/skills/ericmilton711-claude-skills-pi-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository