database-optimization とは?
PostgreSQL と MySQL のクエリの最適化、インデックス付け戦略、データベース パフォーマンスのチューニング ソース: rohitg00/awesome-claude-code-toolkit。
PostgreSQL と MySQL のクエリの最適化、インデックス付け戦略、データベース パフォーマンスのチューニング
コマンドラインで database-optimization AI スキルを開発環境にすばやくインストール
ソース: 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.
PostgreSQL と MySQL のクエリの最適化、インデックス付け戦略、データベース パフォーマンスのチューニング ソース: rohitg00/awesome-claude-code-toolkit。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimizationBrowse more skills from rohitg00/awesome-claude-code-toolkit
PostgreSQL と MySQL のクエリの最適化、インデックス付け戦略、データベース パフォーマンスのチューニング ソース: rohitg00/awesome-claude-code-toolkit。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill database-optimization インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/rohitg00/awesome-claude-code-toolkit