# Scripts Bundled resources for sql-query-optimizer skill - [ ] analyze_query.py: Analyzes the SQL query and identifies potential bottlenecks. - [ ] recommend_indexes.py: Suggests optimal indexes for the given query. - [ ] rewrite_query.py: Proposes optimized query rewrites. - [ ] explain_query.sh: Executes the EXPLAIN command and formats the output for analysis.