Database Schema Designer
Skill VerifiziertDesign optimized database schemas for SQL and NoSQL databases including tables, relationships, indexes, and constraints. Creates ERD diagrams, migration scripts, and data modeling best practices. Use when users need database design, schema optimization, or data architecture planning.
This skill provides structured guidance for designing SQL and NoSQL database schemas, including best practices for tables, relationships, indexes, and constraints. It generates ERD diagrams, migration scripts, and detailed optimization notes based on user requirements.
Versioning
- warning:Release ManagementThere is no explicit versioning information (like a version number in frontmatter or a CHANGELOG) for this skill. The MIT license file has a copyright year of 2025, but this is not a formal version.
Installation
npx skills add onewave-ai/claude-skillsFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Ähnliche Erweiterungen
Schema Exploration
95Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.
Database Migrator
70Migrates databases between providers (Postgres, MySQL, Supabase, PlanetScale, MongoDB). Reads source schema, generates migration scripts, handles data type mapping, foreign keys, indexes, triggers, stored procedures. Validates migration with row counts and checksums. Generates migration-plan.md with step-by-step execution guide, rollback procedures, estimated downtime.
Query Writing Skill
98Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.
Prisma Upgrade v7
98Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating existing projects. Triggers on "upgrade to prisma 7", "prisma 7 migration", "prisma-client generator", "driver adapter required".
SpotDB
98Extension from aliengiraffe/spotdb
Database Sync
95Automate database synchronization, replication, migration, and cross-platform data integration