Marketplace
Everything the togo ecosystem ships — plugins, AI agents, skills, MCP tools and UI components. One search, one command.
Skills
Browse and install — built for the togo stack.
/togo:deploy
Provision infra and deploy the togo app (Terraform).
/togo:doctor
Check the togo toolchain (Go, Node/npm, sqlc, Atlas) and auto-install what's missing.
/togo:generate
Run the togo codegen pipeline (sqlc → gqlgen → Atlas → OpenAPI).
/togo:logs
Tail and explain the running togo app's logs (API + web).
/togo:mcp
Inspect / wire the togo MCP server (generators + project introspection as tools).
/togo:migrate
Apply / manage database migrations (Atlas) for the current togo app.
/togo:new
Scaffold a new togo app (Go API + React UI, one binary). Installs the togo CLI if missing.
/togo:new-plugin
Scaffold a new togo plugin (microkernel capability) from the plugin template.
/togo:plugin
Install or scaffold a togo capability plugin (auth, dashboard, cache, queue, …).
/togo:resource
Generate a togo resource (model + sqlc + Atlas + GraphQL + REST + UI page) and run codegen.
/togo:serve
Run the togo app (Go API + React UI) locally.
/togo:status
Show togo project health — toolchain, MCP connectivity, build/generate status, and running services.
/togo:team
List the togo agent team and what each specialist owns.
/togo:test
Run the togo app's tests — Go tests and the frontend tests — and report results.