Marketplace
/togo:new
Skill
Scaffold a new togo app (Go API + React UI, one binary). Installs the togo CLI if missing.
Use it in Claude Code
bash
/togo:new [app-name]Install the skill
bash
togo install skill:newCreate a new togo project named $1 (ask for a name if none was given).
- If
togois not on PATH, install it first:curl -fsSL https://to-go.dev/install.sh | sh— it auto-installs Go, Node/npm, sqlc and Atlas when missing. - Run
togo new $1and walk the user through the interactive prompts:- Frontend: TanStack (React + Vite) · Next.js (App Router)
- Database: SQLite (default) · PostgreSQL · togo-postgres (batteries-included) · Supabase · MySQL · MongoDB
- Features: Auth · Dashboard/Admin · Cache · Queue · Storage · Realtime · i18n
cd $1, then show the next steps:togo make:resource Post title:string body:text, thentogo generate && togo migrate && togo serve.
The new app ships its own .claude/ (agents, skills, rules) and a pre-wired MCP, so Claude Code can keep driving it. Use the auto-connected togo MCP for project introspection when available.
A skill from the togo Claude Code plugin — or get the whole set with
togo install claude.