关于
This skill enables Claude to generate structured, type-safe database queries utilizing an Options API pattern. It focuses on maintainability by enforcing the use of generated column helpers, parameter binding to prevent SQL injection, and a mandatory mocking pattern for robust unit testing. By centralizing logic in specific files like queries.go and joins.go, it ensures backend codebases remain consistent, readable, and easy to extend with complex filtering, joining, and ordering logic.