Agent Plugins Marketplace
All plugins

cwc-makers

v1.0.0

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.

Claude Code2 Skills

By AnthropicLicense: Apache-2.036.7k GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install cwc-makers for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cwc-makers@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/anthropics/claude-plugins-official

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cwc-makers/.

Plugin files

plugins/cwc-makers/
├── .claude-plugin/plugin.json
├── skills/cardputer-buddy/SKILL.md
└── skills/m5-onboard/SKILL.md

Included Skills2

cardputer-buddyskills/cardputer-buddy/SKILL.md

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.

m5-onboardskills/m5-onboard/SKILL.md

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".

Plugin manifests1

plugins/cwc-makers/.claude-plugin/plugin.json
{
  "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": "[email protected]"
  },
  "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"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cwc-makers on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cwc-makers)