What problem does it solve?
This Skill removes the friction of working directly with relational databases by giving you a practical, command-line-friendly guide for querying, designing, migrating, backing up, and tuning SQL systems.
Core Features & Use Cases
- Database Querying: Write joins, aggregations, window functions, CTEs, and JSON queries for real-world data analysis.
- Schema and Migration Workflows: Create tables, add constraints, manage indexes, and apply repeatable migration scripts.
- Performance and Operations: Use EXPLAIN, analyze indexes, and handle backup and restore tasks across SQLite, PostgreSQL, and MySQL.
- Use Case: A developer can use this Skill to inspect a slow report query, identify the missing index, update the schema safely, and verify the result with execution plans.
Quick Start
Ask the skill to help with your SQL task by describing the database engine, the goal, and any table or query details you already have.