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/db with migrations + sqlc, Makefile, Dockerfile)
  • services/project-00-web — React/Vite/TypeScript app (eslint, nginx + entrypoint, Dockerfile)
  • root docker-compose.yml (dev: Postgres only) and docker-compose.prod.yml (full stack)

Structure

Installs
25
GitHub Stars
1
First Seen
Jun 21, 2026
genesis — lwlee2608/genesis