Designs and visualizes normalized database schemas while generating production-ready SQL scripts.
The Database Schema Designer skill empowers Claude to architect robust, high-performance database structures by applying formal normalization principles from 1NF to BCNF. It streamlines the development lifecycle by translating natural language requirements into complex entity-relationship mappings, generating Mermaid-based ERD diagrams for visual documentation, and producing optimized SQL CREATE statements with proper indexes and referential integrity constraints.
主な機能
01Complex relationship mapping including many-to-many join tables
02Performance optimization through strategic indexing and constraint definition
030 GitHub stars
04Production-ready SQL CREATE and ALTER script generation
05Automated normalization guidance from 1NF through BCNF
06Visual ERD generation using Mermaid diagram syntax
ユースケース
01Generating visual documentation and ERDs for existing database projects
02Architecting a new relational database from scratch based on application requirements
03Refactoring legacy flat-data structures into normalized relational schemas