What problem does it solve?
This Skill provides a complete blueprint for building Go web projects using Domain-Driven Design and Clean Architecture on the github.com/go-jimu/template ecosystem. It guides project bootstrapping, layer isolation (domain/application/infrastructure), aggregates with validation and events, value objects, CQRS, domain events via Mediator, repository patterns with XORM, ConnectRPC API layer, fx wiring, error handling with oops, and testing strategies.
Core Features & Use Cases
- Covers end-to-end project setup from scratch to production-grade structure, including domain, application, infrastructure layers, and integration points.
- Demonstrates CQRS handlers, domain events, repository patterns, and fx wiring for modular Go projects.
- Provides guidance for creating new domain modules, bootstrapping templates, and wiring proto/ConnectRPC APIs.
Quick Start
Bootstrap a new Go web project from the template using the provided bootstrap flow.