What problem does it solve?
This Skill provides a standardized and opinionated approach to Go project structure, configuration, and naming conventions, ensuring consistency and maintainability across the Zodiak service.
Core Features & Use Cases
- Project Structure: Defines clear placement for entry points, internal packages, and shared resources.
- Configuration Management: Enforces the use of environment variables via a dedicated
config package.
- Naming Conventions: Establishes guidelines for exported and unexported symbols, types, and files.
- Use Case: When onboarding a new developer to the Zodiak project, this Skill serves as the definitive guide for understanding how the codebase is organized and how to contribute effectively.
Quick Start
Follow the established Go style and project layout guidelines for the Zodiak service when editing Go code.