Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
onewave-ai avatar

Database Schema Designer

  • 295 installs
  • 237 repo stars
  • Updated July 15, 2026
  • onewave-ai/claude-skills

Design and optimize database schemas with entity relationships, indexing strategies, and normalization guidance.

About

The database-schema-designer assists developers in creating well-structured database schemas with proper normalization, relationship modeling, and indexing strategies. It generates schema definitions with documentation, migration scripts, and performance recommendations for various database systems. Backend teams can accelerate database design and avoid common anti-patterns.

  • Claude Code skill
  • Agent productivity
  • Business workflow automation
  • Easy integration
  • Specialized domain expertise

Database Schema Designer by the numbers

  • 295 all-time installs (skills.sh)
  • +9 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #2,301 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/onewave-ai/claude-skills --skill database-schema-designer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs295
repo stars237
Last updatedJuly 15, 2026
Repositoryonewave-ai/claude-skills

What it does

Design and optimize database schemas with entity relationships, indexing strategies, and normalization guidance.

Who is it for?

Business professionals using Claude Code

Skip if: Non-Claude projects

What you get

  • enhanced agent workflow

Files

SKILL.mdMarkdownGitHub ↗

Database Schema Designer

Design optimized, scalable database schemas with proper relationships and indexes.

Contents

  • references/schema-templates.md — SQL/NoSQL schema templates, ASCII ERD, and migration script templates.
  • references/output-format.md — labeled section structure for the final deliverable.
  • references/best-practices.md — naming, data types, indexes, relationships, SQL/NoSQL design rules, and the output quality checklist.

Workflow

1. Gather requirements. Determine the database engine (PostgreSQL, MySQL, MongoDB, etc.), application domain, main entities, most common queries, expected data volume and growth, performance requirements, and any compliance constraints.

2. Design the schema. Apply the engine-appropriate rules in references/best-practices.md (SQL Database Design or NoSQL Database Design).

3. Generate the complete schema. Produce CREATE TABLE statements or collection documents using the templates in references/schema-templates.md.

4. Create the entity relationship diagram in text format following the ERD template in references/schema-templates.md.

5. Provide migration scripts with both up and down (rollback) paths, per the migration template in references/schema-templates.md.

6. Format the complete output using the labeled sections in references/output-format.md.

7. Verify the result against the output quality checklist in references/best-practices.md.

Example Triggers

  • "Design a database schema for an e-commerce platform"
  • "Create SQL tables for a blog system"
  • "Help me design a MongoDB schema for a social network"
  • "Optimize this database schema for performance"
  • "Generate migration scripts for my schema"

Generate production-ready, optimized database schemas that scale.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.