mit einem Klick
go-practices
// Go conventions for hexagonal architecture, project structure, error handling, testing, and observability. Use when writing Go services.
// Go conventions for hexagonal architecture, project structure, error handling, testing, and observability. Use when writing Go services.
JS/TS conventions for syntax, modules, and types. Use when writing or reviewing JavaScript/TypeScript code.
Code quality practices: error handling, validation, logging, and DRY. Use when writing or reviewing code.
Workflow rules for task execution, respecting user code, and git commits. Use when planning or executing development tasks.
System architecture: modules, project structure, ADRs, and testing. Use when designing or reviewing systems.
CI/CD and operations practices including GitHub Actions, Kubernetes, and operational tooling. Use when working with deployment and infrastructure.
Skill discovery and rule management. Use when starting any conversation to identify applicable skills, and when user states preferences or asks to add/modify rules.
| name | go-practices |
| description | Go conventions for hexagonal architecture, project structure, error handling, testing, and observability. Use when writing Go services. |
pkg/api/business/,
adapters in pkg/api/adapters/fmt.Errorf("%w: %w", ErrSentinelError, err)go test -race ./...t.Parallel()See rules.md for complete conventions.