Back to skills
extension
Category: Development & EngineeringNo API key required

platform-database

SQL database design, query optimization, and migration safety. Extends core-coding-standards with database-specific rules. Use when writing queries, schemas, or migrations.

personAuthor: jakexiaohubgithub

Principles

  • Prefer UNION ALL over UNION unless you specifically need deduplication

Rules

See rules/ for detailed patterns.