plugins marketplace
← All plugins

database-schema-designer

v1.24.0

Design and visualize database schemas with normalization guidance, relationship mapping, and ERD generation

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/database-schema-designer/ inside the repository.

Layout

plugins/database/database-schema-designer/
├── .claude-plugin/plugin.json
└── skills/designing-database-schemas/SKILL.md

Skills1

designing-database-schemasskills/designing-database-schemas/SKILL.md

Process use when you need to work with database schema design. This skill provides schema design and migrations with comprehensive guidance and automation. Trigger with phrases like "design schema", "create migration", or "model database".

Manifests1

plugins/database/database-schema-designer/.claude-plugin/plugin.json
{
  "name": "database-schema-designer",
  "version": "1.24.0",
  "description": "Design and visualize database schemas with normalization guidance, relationship mapping, and ERD generation",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "database",
    "schema",
    "design",
    "erd",
    "normalization",
    "agent-skills"
  ]
}