From cwc-makers
Onboards a Code-with-Claude Makers Cardputer — clones the build-with-claude repo, flashes firmware, and installs Claude Buddy apps.
How this command is triggered — by the user, by Claude, or both
Slash command
/cwc-makers:maker-setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
The user has a Cardputer-Adv from claude.com/cwc-makers plugged in over USB-C.
1. Get https://github.com/moremas/build-with-claude into a `build-with-claude/` directory under cwd:
- If `git` is available: `git clone` (or `git pull` if it already exists).
- If `git` is **not** available: don't install it. Download the GitHub tarball instead — `curl` and `tar` ship with macOS, Linux, and Windows 10+ out of the box:
- macOS / Linux: `curl -L https://github.com/moremas/build-with-claude/archive/refs/heads/main.tar.gz | tar xz && mv build-with-claude-main build-with-claude`
- Wi...The user has a Cardputer-Adv from claude.com/cwc-makers plugged in over USB-C.
build-with-claude/ directory under cwd:
git is available: git clone (or git pull if it already exists).git is not available: don't install it. Download the GitHub tarball instead — curl and tar ship with macOS, Linux, and Windows 10+ out of the box:
curl -L https://github.com/moremas/build-with-claude/archive/refs/heads/main.tar.gz | tar xz && mv build-with-claude-main build-with-claudecurl.exe -L -o bwc.zip https://github.com/moremas/build-with-claude/archive/refs/heads/main.zip; tar -xf bwc.zip; Rename-Item build-with-claude-main build-with-claude/maker-setup later just re-downloads (~500KB) — no update mechanism needed.m5-onboard skill and follow it to run onboard/scripts/onboard.py --apps buddy from inside build-with-claude/, surfacing the download-mode button prompt to the user.cardputer-buddy skill for iterating).claude plugin install cwc-makers@claude-plugins-official3plugins reuse this command
First indexed Jun 23, 2026
/devkit-install-fvInstalls complete dev-team-kit (.bot/) into current repo: MCP server with 31 tools, lifecycle hooks, policies, templates, docs, API keys, and configs for Claude Code and others.
/freainerOne-click setup for Claude Code: installs recommended MCP servers (Context7, Playwright, Draw.io), configures LSP for code navigation, and adds macOS notification hooks.
/setupSets up fablize always-on mode by injecting operating block into CLAUDE.md. Supports local (per-project) or global setup, and optionally asks for a GitHub star.
/setup-claude-codeAnalyzes project structure, language, and scale to generate Claude Code setup files: CLAUDE.md, hooks, permissions, and optional commands/agents via minimal|standard|full or auto-detect.
/flow-initInstalls or updates Flow framework by downloading 29 slash commands, 8 agent skills, 1 agent, docs, and examples from GitHub repo. Detects mode, prompts for confirmation.