Architects, queries, and optimizes complex data storage systems across SQL and NoSQL paradigms.
The Database skill is a comprehensive toolkit for Claude Code designed to assist developers in architecting, querying, and managing diverse data storage systems. It encompasses everything from relational SQL mastery (PostgreSQL, MySQL) and NoSQL paradigms (MongoDB, Redis) to advanced schema design, zero-downtime migrations, and performance tuning using EXPLAIN ANALYZE. Whether you are navigating the CAP theorem, implementing ACID-compliant transactions, or choosing the right database using the built-in decision matrix, this skill provides the domain-specific knowledge required to build scalable, reliable, and high-performance data layers.
主要功能
0117 GitHub stars
02Multi-paradigm support for SQL, NoSQL, Graph, and Time-Series databases
03Advanced query optimization and indexing strategies for performance tuning
04Strategic schema design and data modeling based on normalization principles
05Comprehensive decision matrices for selecting the optimal database per use case
06Safe migration patterns including zero-downtime and data movement strategies
使用场景
01Optimizing slow SQL queries through index analysis and execution plan interpretation
02Designing a scalable schema for a new application with complex entity relationships
03Planning and executing a production database migration with minimal downtime