cwc-makers
Seamless onboarding for the Code-with-Claude Makers Cardputer: one /maker-setup command clones the build-with-claude repo, flashes UIFlow firmware, and installs the Claude Buddy app bundle onto a freshly-plugged-in M5Stack Cardputer-Adv.
pinned to #6fbe3b0updated 2 months ago
Ask your AI client: “install plugins/cwc-makers”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/cwc-makersmetahub onboarded this repo on the author's behalf.
If you own github.com/anthropics/claude-plugins-official on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
31,973
Last commit
2 months ago
Latest release
published
- #claude-code
- #mcp
- #skills
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.6fbe3b0· 2 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Kind-specific
3 passed1 warningPlugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: manifest fields complete
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent6fbe3b0warn2 months ago
Contents
Seamless onboarding for the Code-with-Claude Makers Cardputer kit.
What it does
Plug in your M5Stack Cardputer-Adv over USB-C, type /maker-setup, and Claude will:
- Clone
moremas/build-with-claude - Detect the device, flash UIFlow 2.0 firmware, and install the Claude Buddy + Hello + Snake app bundle
- Walk you through the one physical step (the download-mode button press on the back of the device)
- Hand you a working pocket computer that pairs with Claude Desktop over BLE
Then 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.
Install
/plugin install cwc-makers@claude-plugins-official
Components
| 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/.
Prerequisites
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.
License
Apache-2.0. Skill content vendored from moremas/build-with-claude (Apache-2.0).
Reviews
No reviews yet. Be the first.
Related
Superpowers
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
ECC
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
taste-skill
Frontend design taste skills including brutalist, minimalist, soft, redesign, stitch, and more
mh install plugins/cwc-makers