Marketplace
/togo:generate
Skill
Run the togo codegen pipeline (sqlc → gqlgen → Atlas → OpenAPI).
Use it in Claude Code
bash
/togo:generateInstall the skill
bash
togo install skill:generateRun togo generate in the current app. It executes, in order: sqlc (typed queries) → gqlgen (GraphQL) → Atlas (migration diff) → OpenAPI export (the de-facto go build gate). If it fails, read the failing step's output and fix the offending fragment, then re-run. Follow with togo migrate to apply schema changes.
A skill from the togo Claude Code plugin — or get the whole set with
togo install claude.