database-designerDatabase Designer - POWERFUL Tier Skill
Install via ClawdBot CLI:
clawdbot install alirezarezvani/database-designerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
An online retailer needs to redesign its product catalog and order management database to handle high transaction volumes during peak sales. The skill analyzes normalization levels, recommends denormalization for performance, and generates migration scripts for zero-downtime updates.
A hospital migrates patient records from legacy on-premise databases to a cloud-based system while ensuring data integrity and compliance. The skill provides constraint analysis, automated data transformation scripts, and rollback strategies for safe schema evolution.
A financial technology startup experiences slow query performance as user growth increases. The skill performs index gap analysis, recommends composite indexes for transaction queries, and models performance impacts to optimize real-time processing.
A software-as-a-service company builds a new multi-tenant database to support isolated customer data with shared resources. The skill validates naming conventions, designs efficient partitioning strategies, and ensures security through least privilege principles.
Offer expert database design and optimization services to enterprises, charging hourly or project-based fees. Use the skill to automate analysis tasks, reducing time spent on manual schema reviews and increasing client throughput.
Package the skill as a cloud-based platform where users pay a monthly subscription for access to database analysis and migration tools. Target small to medium businesses needing affordable, scalable database management solutions.
Sell annual licenses to large corporations for internal use by their development and IT teams. Include premium support, customization, and integration with existing database management systems to justify higher pricing tiers.
💬 Integration Tip
Integrate this skill into CI/CD pipelines to automate schema validation and performance checks during development, ensuring database changes align with best practices before deployment.
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.