关于
The Backend Model Conventions skill provides a comprehensive framework for defining data models in Go, ensuring consistency across database schemas and application code. It automates the application of strict naming conventions (snake_case), optimizes boolean storage using smallint types, and mandates specific struct tag patterns for migrations and public API visibility. By formalizing method receivers and file organization, this skill helps developers maintain thread-safe, scalable, and highly readable backend architectures while leveraging automated code generation tools.