What is database-optimization?
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL Source: rohitg00/awesome-claude-code-toolkit.
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
Quickly install database-optimization AI skill to your development environment via command line
Source: rohitg00/awesome-claude-code-toolkit.
Always run EXPLAIN ANALYZE before optimizing. Read the output bottom-up.
Use for: equality, range queries, sorting. Column order matters in composite indexes: put equality columns first, then range/sort columns.
Use when queries always filter on a specific condition. Dramatically smaller than full indexes.
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL Source: rohitg00/awesome-claude-code-toolkit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimizationBrowse more skills from rohitg00/awesome-claude-code-toolkit
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL Source: rohitg00/awesome-claude-code-toolkit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimization Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/rohitg00/awesome-claude-code-toolkit