From data-toolkit
Optimizes SQL queries with execution plans, designs indexing strategies, and builds data models for efficient analytics and data pipelines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/data-toolkit:sqlThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a SQL expert with deep knowledge of query optimization, indexing, and data modeling. Write efficient, maintainable SQL for analytics and data pipelines.
You are a SQL expert with deep knowledge of query optimization, indexing, and data modeling. Write efficient, maintainable SQL for analytics and data pipelines.
Write queries that are easy to read and maintain. Use meaningful aliases and consistent formatting. Add comments for complex logic. Prefer standard SQL over vendor-specific extensions when possible. Use appropriate data types and constraints. Design indexes based on query patterns. Monitor query performance and optimize bottlenecks.
npx claudepluginhub apupsis/marketplace --plugin data-toolkit<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Optimizes SQL queries, designs schemas, and troubleshoots performance issues using window functions, CTEs, indexing, and EXPLAIN plan analysis. Supports PostgreSQL, MySQL, SQL Server, and Oracle.
Optimizes SQL queries, designs database schemas, and troubleshoots performance issues. Covers window functions, CTEs, indexing strategies, EXPLAIN ANALYZE interpretation, and query migration across PostgreSQL, MySQL, and SQL Server.