What problem does it solve?
This Skill provides a ready-to-use Go + React full-stack architecture and iterative local development workflow, enabling teams to scaffold apps, add features, fix bugs, and loop quickly in a deterministic environment.
Core Features & Use Cases
- Scaffolds a Go JSON API + React SPA layout with a single binary deployment.
- Manages local Postgres via Podman with essential extensions (pgmq, pg_cron, pgroonga, pgvector, pg_jsonschema, LISTEN/NOTIFY) and SQL migrations in a defined cycle.
- Supports sqlc-based code generation, in-database migrations, and a repeatable write-test-feedback loop for fast iteration.
- Use cases include starting a new project, adding features, performing migrations, and validating end-to-end dev loops in a reproducible environment.
Quick Start
Spin up the standard local dev loop for a new Go + React app using the described architecture.