github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill enables Claude to design and visualize database schemas. It leverages normalization guidance (1NF through BCNF), relationship mapping, and ERD generation to create efficient and well-structured databases. Use this skill when the user requests to "design a database schema", "create a database model", "generate an ERD", "normalize a database", or needs help with "database design best practices". The skill is triggered by terms like "database schema", "ERD diagram", "database normalization", and "relational database design".
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
This skill assists in designing robust and normalized database schemas. It provides guidance on normalization principles, helps map relationships between entities, generates ERD diagrams for visualization, and ultimately produces SQL CREATE statements.
This skill activates when you need to:
User request: "Design a database schema for a social media application with users, posts, and comments."
The skill will:
User request: "Normalize a database schema for an e-commerce application with customers, orders, and products."
The skill will:
This skill can be integrated with other Claude Code plugins, such as a SQL execution plugin, to automatically create the database schema in a database server. It can also work with a documentation plugin to generate documentation for the database schema.