Marketplace
/togo:serve
Skill
Run the togo app (Go API + React UI) locally.
Use it in Claude Code
bash
/togo:serveInstall the skill
bash
togo install skill:serveRun togo serve in the current app. It starts the API (:8080 — GraphQL /graphql, REST /api, docs /docs) and the web dev server (:3000/Vite). Surface the URLs to the user and tail the logs; if a port is busy or a plugin fails to register, diagnose from the output.
A skill from the togo Claude Code plugin — or get the whole set with
togo install claude.