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.
1. Naming Conventions
1.1 Tables
Related skills
More from poletron/custom-rules
cpp
>
104lancedb
>
17clean-code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
10vulnerability-scanner
Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.
8trpc
>
8web-performance-optimization
Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance
7