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-official4plugins reuse this command
First indexed Jun 23, 2026
/freainerOne-click setup for Claude Code: installs recommended MCP servers (Context7, Playwright, Draw.io), configures LSP for code navigation, and adds macOS notification hooks.
/devkit-install-fvInstalls the complete dev-team-kit (.bot/) including MCP server, hooks, policies, templates, docs, API keys, and editor configs. Supports silent install with --profile flag.
/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 the current project's language, package manager, and structure, then generates a tailored Claude Code configuration including CLAUDE.md, settings.local.json, commands, and agents. Supports three setup tiers via argument.
/flow-initInstalls or updates the Flow framework from GitHub, downloading slash commands, agent skills, agents, and example files into the project directory.
/start-1Guides a PM through Claude Code basics: install, tool map, file references, depth control, and CLAUDE.md setup. Walks step-by-step with reading, hands-on tasks, and verification questions.