cwc-makers
v1.0.0Seamless 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.
by AnthropicApache-2.033.3kupdated 5 hours ago
Source
git clone https://github.com/anthropics/claude-plugins-officialClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/cwc-makers/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/cardputer-buddy/SKILL.md└── skills/m5-onboard/SKILL.md
Skills2
Iterate on the Cardputer-Adv MicroPython app bundle (Claude Buddy, Snake, Hello) after the device is already provisioned via m5-onboard. Use when the user wants to add a new app, push a single changed .py without re-flashing, watch device serial logs, or run a one-shot REPL command. Trigger on "add an app", "push to the cardputer", "tail the device", "run on the device", or follow-up work after /maker-setup.
End-to-end onboarding for a freshly-plugged-in M5Stack ESP32 device (Cardputer, Cardputer-Adv, Core, CoreS3, Stick) — detect on USB, flash UIFlow 2.0 firmware, and install the Claude Buddy MicroPython app bundle. Use whenever the user plugs in or wants to flash/provision/reset an M5Stack or ESP32 board, or says "m5-onboard go".
Manifests1
{
"name": "cwc-makers",
"version": "1.0.0",
"description": "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.",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
},
"homepage": "https://claude.com/cwc-makers",
"repository": "https://github.com/moremas/build-with-claude",
"license": "Apache-2.0",
"keywords": [
"cardputer",
"m5stack",
"esp32",
"hardware",
"maker",
"onboarding",
"cwc"
]
}