style-guide
Installation
SKILL.md
Decision Tree
Need table name? → UPPER_SNAKE_CASE, singular
Need column name? → lower_snake_case
Need boolean column? → Prefix with is_, has_, can_
Need index name? → idx_table_columns
Need constraint name? → pk_, fk_, uq_, ck_ prefixes
SQL Style Guide
To ensure maintainability, readability, and consistency across database projects, follow these styling and naming conventions.