Marketplace

/togo:generate

Skill

Run the togo codegen pipeline (sqlc → gqlgen → Atlas → OpenAPI).

Use it in Claude Code

bash
/togo:generate

Install the skill

bash
togo install skill:generate

Run 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.