database-schema-designerDatabase Schema Designer
Install via ClawdBot CLI:
clawdbot install alirezarezvani/database-schema-designerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
A startup building a multi-tenant project management tool needs to design a scalable database schema with user roles, projects, tasks, and audit trails. This skill helps create tables with RLS for data isolation, soft deletes, and generate TypeScript types for frontend integration.
An online retailer requires a normalized database for products, orders, customers, and inventory tracking. The skill can design schemas with polymorphic associations for product variants, generate migrations for Alembic, and create seed data for testing.
A healthcare provider needs a secure database for patient records, appointments, and medical histories with strict access controls. This skill assists in adding audit trails, versioning for compliance, and RLS policies to ensure HIPAA-compliant data isolation.
An edtech company developing a course management system requires schemas for users, courses, enrollments, and progress tracking. The skill can generate ER diagrams for documentation, design indexes for performance, and create Python Pydantic models for API development.
A real estate agency building a property listing platform needs databases for properties, agents, clients, and transactions. This skill helps normalize requirements into tables, add soft deletes for archived listings, and generate seed data with realistic property details.
Offer the database design service as a monthly subscription for startups and SMEs, providing ongoing schema reviews, migration support, and updates. Revenue comes from tiered plans based on features like RLS policies or ERD generation.
Provide one-time consulting packages for enterprises needing custom database schemas, including design, optimization, and integration with existing systems. Revenue is generated through project-based contracts and hourly rates.
Develop a free web tool for basic schema design and ERD generation, with premium upgrades for advanced features like multi-tenancy support, seed data automation, and migration scripts. Revenue comes from paid subscriptions and one-time purchases.
💬 Integration Tip
Integrate this skill into CI/CD pipelines by automating migration generation and type checking, ensuring schema changes are validated before deployment to production environments.
Scored Apr 19, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use SQLite correctly with proper concurrency, pragmas, and type handling.
Write correct MySQL queries avoiding common pitfalls with character sets, indexes, and locking.