emilioforrer/go-stack
Skill Claude CodeCodex
Authoritative architecture for Golang business applications using feature-first Clean Architecture and vertical use-case slices. Defines business-oriented package boundaries, feature isolation, incoming and outgoing ports, adapters, cross-feature workflows, shared packages, acyclic configuration ownership, and…
emilioforrer/go-stack
Skill Claude CodeCodex
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
emilioforrer/go-stack
Skill Claude CodeCodex
Use go-stack's pkg/boot package to compose Go application startup, dependency registration, long-running services, and graceful shutdown with samber/do. Apply when adding or reviewing boot providers, wiring an executable's lifecycle, ordering runtime dependencies, or testing startup and teardown.
emilioforrer/go-stack
Command Claude Code
Instructions to setup the go-stack BunDB integration for database access, migration management, and the bundled DB CLI command.
emilioforrer/go-stack
Command Claude Code
Instructions to setup the go-stack Inertia.js integration for fullstack Go applications, including boot provider wiring and frontend workflow.
emilioforrer/go-stack
Command Claude Code
Compare the current project against the latest go-stack scaffold template and propose or apply updates (tasks, linters, dependencies, skills, provider patterns, security tooling) while preserving project-specific business logic and module identity.