code-generation

star 0

Run and troubleshoot project code generation (sqlc + templ).

matt-riley By matt-riley schedule Updated 12/29/2025

name: code-generation description: Run and troubleshoot project code generation (sqlc + templ). license: MIT compatibility: Requires bash, git, Go, make, sqlc v1.30.0+, and templ. metadata: repo: mjrwtf runner: github-copilot-cli version: 1.2 allowed-tools: Bash(git:) Bash(make:) Bash(go:) Bash(sqlc:) Bash(templ:) Bash(curl:) Read

What this skill covers

This repo relies on generated code for:

  • sqlc: generates DB access code into internal/adapters/repository/sqlc/sqlite/
  • templ: generates Go code from .templ templates

Standard commands

make generate

Manual equivalents:

sqlc generate
templ generate

When to run generation

Run make generate when you change:

  • internal/adapters/repository/sqlc/sqlite/queries.sql
  • sqlc.yaml
  • migration files referenced by sqlc.yaml under schema:
  • any .templ files

Troubleshooting

If you see compile errors referencing missing generated code, re-run:

make generate
Install via CLI
npx skills add https://github.com/matt-riley/mjrwtf --skill code-generation
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator