From 622aa3e6657ad905a93b7cae58bf9b5c3c170a26 Mon Sep 17 00:00:00 2001 From: Daisy Hollman Date: Wed, 6 May 2026 00:14:03 +0000 Subject: [PATCH] =?UTF-8?q?Rename=20/keep-thinking=20=E2=86=92=20/start-ma?= =?UTF-8?q?king?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 :house: Remote-Dev: homespace --- .claude-plugin/marketplace.json | 2 +- plugins/cwc-makers/.claude-plugin/plugin.json | 2 +- plugins/cwc-makers/README.md | 6 +++--- .../commands/{keep-thinking.md => start-making.md} | 0 plugins/cwc-makers/skills/cardputer-buddy/SKILL.md | 2 +- plugins/cwc-makers/skills/m5-onboard/SKILL.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename plugins/cwc-makers/commands/{keep-thinking.md => start-making.md} (100%) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8737d40..97ace10 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -595,7 +595,7 @@ }, { "name": "cwc-makers", - "description": "Onboard a Code-with-Claude Makers Cardputer with one /keep-thinking command — clones the build-with-claude repo, flashes UIFlow firmware, and installs the Claude Buddy app bundle.", + "description": "Onboard a Code-with-Claude Makers Cardputer with one /start-making command — clones the build-with-claude repo, flashes UIFlow firmware, and installs the Claude Buddy app bundle.", "version": "1.0.0", "author": { "name": "Anthropic", diff --git a/plugins/cwc-makers/.claude-plugin/plugin.json b/plugins/cwc-makers/.claude-plugin/plugin.json index 96d2eab..cfa2c7e 100644 --- a/plugins/cwc-makers/.claude-plugin/plugin.json +++ b/plugins/cwc-makers/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "cwc-makers", "version": "1.0.0", - "description": "Seamless onboarding for the Code-with-Claude Makers Cardputer: one /keep-thinking 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.", + "description": "Seamless onboarding for the Code-with-Claude Makers Cardputer: one /start-making 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" diff --git a/plugins/cwc-makers/README.md b/plugins/cwc-makers/README.md index 5dd0a7f..5c87b18 100644 --- a/plugins/cwc-makers/README.md +++ b/plugins/cwc-makers/README.md @@ -4,7 +4,7 @@ Seamless onboarding for the [Code-with-Claude Makers](https://claude.com/cwc-mak ## What it does -Plug in your M5Stack Cardputer-Adv over USB-C, type `/keep-thinking`, and Claude will: +Plug in your M5Stack Cardputer-Adv over USB-C, type `/start-making`, and Claude will: 1. Clone [`moremas/build-with-claude`](https://github.com/moremas/build-with-claude) 2. Detect the device, flash UIFlow 2.0 firmware, and install the Claude Buddy + Hello + Snake app bundle @@ -23,11 +23,11 @@ Then ask Claude to build whatever you want next — a magic 8-ball, a pixel pet, | Path | Type | User-invocable | Purpose | |------|------|----------------|---------| -| `commands/keep-thinking.md` | slash command | ✅ `/keep-thinking` | Entry point — clone repo + run full onboarding | +| `commands/start-making.md` | slash command | ✅ `/start-making` | 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) | -`/keep-thinking` 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/`. +`/start-making` 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 diff --git a/plugins/cwc-makers/commands/keep-thinking.md b/plugins/cwc-makers/commands/start-making.md similarity index 100% rename from plugins/cwc-makers/commands/keep-thinking.md rename to plugins/cwc-makers/commands/start-making.md diff --git a/plugins/cwc-makers/skills/cardputer-buddy/SKILL.md b/plugins/cwc-makers/skills/cardputer-buddy/SKILL.md index 54388f6..9f82857 100644 --- a/plugins/cwc-makers/skills/cardputer-buddy/SKILL.md +++ b/plugins/cwc-makers/skills/cardputer-buddy/SKILL.md @@ -1,6 +1,6 @@ --- name: cardputer-buddy -description: 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 /keep-thinking. +description: 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 /start-making. --- # Cardputer Buddy app bundle diff --git a/plugins/cwc-makers/skills/m5-onboard/SKILL.md b/plugins/cwc-makers/skills/m5-onboard/SKILL.md index ee53e63..465f8df 100644 --- a/plugins/cwc-makers/skills/m5-onboard/SKILL.md +++ b/plugins/cwc-makers/skills/m5-onboard/SKILL.md @@ -9,7 +9,7 @@ This skill automates the full cold-start workflow for an M5Stack ESP32 device: d ## Where the scripts live -This skill ships as part of the `cwc-makers` plugin for reference, but the executable scripts and the `buddy/` app bundle live in a local clone of https://github.com/moremas/build-with-claude (the `/keep-thinking` command creates this clone). Run every `scripts/*.py` invocation below from inside that clone's `onboard/` directory so `--apps buddy` resolves to the sibling `buddy/device/` payload. +This skill ships as part of the `cwc-makers` plugin for reference, but the executable scripts and the `buddy/` app bundle live in a local clone of https://github.com/moremas/build-with-claude (the `/start-making` command creates this clone). Run every `scripts/*.py` invocation below from inside that clone's `onboard/` directory so `--apps buddy` resolves to the sibling `buddy/device/` payload. ## When to use