Acerca de
Provides a comprehensive set of guidelines for building production-grade Go applications and libraries. This skill focuses on a specific, high-quality directory structure and promotes dependency injection via private interfaces to ensure code testability. It offers deep integration with PostgreSQL and SQLite databases, includes patterns for S3 and LLM client development, and mandates a rigorous testing approach using subtests and real dependencies. By following these standards, developers can maintain consistent code style, efficient database handling, and reliable application behavior across their entire Go ecosystem.