|
|
4 luni în urmă | |
|---|---|---|
| .. | ||
| .claude-plugin | 574a879067 Add cwc-makers plugin: /maker-setup Cardputer onboarding (#1730) | 4 luni în urmă |
| commands | 06f52cd3ac cwc-makers: curl+tar fallback when git is missing (#1731) | 4 luni în urmă |
| skills | 06f52cd3ac cwc-makers: curl+tar fallback when git is missing (#1731) | 4 luni în urmă |
| LICENSE | 574a879067 Add cwc-makers plugin: /maker-setup Cardputer onboarding (#1730) | 4 luni în urmă |
| README.md | 06f52cd3ac cwc-makers: curl+tar fallback when git is missing (#1731) | 4 luni în urmă |
Seamless onboarding for the Code-with-Claude Makers Cardputer kit.
Plug in your M5Stack Cardputer-Adv over USB-C, type /maker-setup, and Claude will:
moremas/build-with-claudeThen ask Claude to build whatever you want next — a magic 8-ball, a pixel pet, a weather ticker — and it'll write the MicroPython and push it to the device without re-flashing.
/plugin install cwc-makers@claude-plugins-official
| Path | Type | User-invocable | Purpose |
|---|---|---|---|
commands/maker-setup.md |
slash command | ✅ /maker-setup |
Entry point — clone repo + run full onboarding |
skills/m5-onboard/ |
skill | ✅ /m5-onboard |
Full provisioning playbook (detect, flash, install, every gotcha) |
skills/cardputer-buddy/ |
skill | ✅ /cardputer-buddy |
Iterate on apps after onboarding (push, tail, REPL) |
/maker-setup is the intended entry point; the skills are also auto-triggered by Claude when relevant. Skill content is vendored from the upstream repo so Claude has the domain knowledge in-context without symlinking anything into ~/.claude/skills/.
Python 3.10+ on the host machine (git is optional — /maker-setup falls back to a curl+tar download if it's missing). The onboarding scripts auto-install esptool on first run; pyserial is vendored in the upstream repo.
Apache-2.0. Skill content vendored from moremas/build-with-claude (Apache-2.0).