laurigates/mcu-tinkering-lab

monitor

Start serial monitor for MCU device

First seen Apr 27, 2026

Installation

$ npx skills add laurigates/mcu-tinkering-lab --skill monitor

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from laurigates/mcu-tinkering-lab · top by installs.

npx skills add laurigates/mcu-tinkering-lab

Browse all from laurigates/mcu-tinkering-lab

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
License LICENSE
Default branch main
Open issues 38
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(just:*), Bash(uvx:*)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 768 B
  • docs SUMMARY.md 50 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

Serial Monitor

Start serial monitor for the specified project: $ARGUMENTS

Available Projects

  • main - Monitor robocar main controller: just robocar::monitor-main
  • cam - Monitor robocar camera: just robocar::monitor-cam
  • webserver - Monitor ESP32-CAM webserver: just webserver::monitor
  • audio - Monitor ESP32-CAM audio: just i2s-audio::monitor
  • telegram - Monitor LLM Telegram bot: just telegram::monitor
  • xbox - Monitor xbox-switch-bridge: just xbox::monitor

Ports are auto-detected. Override with: PORT=/dev/... just <module>::monitor

Note: Press Ctrl-C to exit the monitor.