Marketplace
/togo:status
Skill
Show togo project health — toolchain, MCP connectivity, build/generate status, and running services.
Use it in Claude Code
bash
/togo:statusInstall the skill
bash
togo install skill:statusReport the project's health:
- Toolchain — run
togo doctor(Go, Node/npm, sqlc, Atlas). - Build gate —
go build ./...andtogo generate(is the OpenAPI export green?). - MCP — confirm both servers in
.mcp.jsonare wired: localtogo(mcp:serve) andtogo-web(https://mcp.to-go.dev/mcp). - Services — is
togo serveup? Can you reach/apiand/docs? Summarize with a clear ✅/⚠️ per item and the next action if anything is red.
A skill from the togo Claude Code plugin — or get the whole set with
togo install claude.