mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-11 14:05:52 -03:00
* Add cwc-makers plugin: /keep-thinking Cardputer onboarding Packages the Code-with-Claude Makers (claude.com/cwc-makers) Cardputer experience as a one-command flow for event attendees: - commands/keep-thinking.md: user entry point — clones moremas/build-with-claude and runs the m5-onboard provisioning flow - skills/m5-onboard/SKILL.md: vendored from upstream onboard/SKILL.md; Installation section replaced with clone-location note; explicit 'relay physical button steps to user' directive added - skills/cardputer-buddy/SKILL.md: post-onboarding app iteration All three are user-invocable; /keep-thinking is the intended entry point. Skill content is Apache-2.0 from the upstream repo. Linear: CC-1975 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> 🏠 Remote-Dev: homespace * Rename /keep-thinking → /start-making Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> 🏠 Remote-Dev: homespace * Rename /start-making → /maker-setup Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> 🏠 Remote-Dev: homespace
11 lines
664 B
Markdown
11 lines
664 B
Markdown
---
|
|
description: Onboard a Code-with-Claude Makers Cardputer — clone the build-with-claude repo, flash firmware, and install the Claude Buddy apps.
|
|
disable-model-invocation: true
|
|
---
|
|
|
|
The user has a Cardputer-Adv from claude.com/cwc-makers plugged in over USB-C.
|
|
|
|
1. Clone or update https://github.com/moremas/build-with-claude in the current directory.
|
|
2. Invoke the `m5-onboard` skill and follow it to run `onboard/scripts/onboard.py --apps buddy` from the clone, surfacing the download-mode button prompt to the user.
|
|
3. When done, tell the user how to launch Claude Buddy and ask what they want to build next (see the `cardputer-buddy` skill for iterating).
|