概要
This skill empowers Claude to act as a senior database architect, moving beyond simple SQL generation to strategic data modeling and infrastructure planning. It provides a structured framework for choosing the right database engine (SQL vs. Serverless vs. SQLite) and ORM (Drizzle, Prisma, Kysely) based on specific project constraints. By focusing on normalization, indexing strategies, and query optimization, it ensures your data layer is scalable and performant while avoiding common anti-patterns like N+1 queries or unnecessary over-engineering.