genesis
Installation
SKILL.md
genesis Reference Template
When the user asks to scaffold a Go backend, a React/Vite web frontend, Dockerize a service, add a docker-compose stack, add a Makefile, or set up sqlc, read the reference/project-00 template in lwlee2608/genesis and refer to it as the canonical template. Do not write these files from scratch or from memory.
The template is a monorepo with two services:
services/project-00-server— Go API (cmd layout,internal/api/http,internal/dbwith migrations + sqlc, Makefile, Dockerfile)services/project-00-web— React/Vite/TypeScript app (eslint, nginx + entrypoint, Dockerfile)- root
docker-compose.yml(dev: Postgres only) anddocker-compose.prod.yml(full stack)