·sql

SQL クエリを作成し、実行計画を最適化し、スキーマを設計します。クエリの最適化、複雑な結合、またはデータベース設計に使用します。

30インストール·0トレンド·@htlin222

インストール

$npx skills add https://github.com/htlin222/dotfiles --skill sql

sql のインストール方法

コマンドラインで sql AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/htlin222/dotfiles --skill sql
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: htlin222/dotfiles。

| Missing index | Seq Scan | Add appropriate index | | N+1 queries | Many small hits | Use JOIN or batch | | SELECT \ | Slow + memory | Select only needed columns | | No LIMIT | Large result | Add pagination | | Function on col | Index not used | Rewrite condition |

Input: "Optimize this slow query" Action: Run EXPLAIN, identify bottlenecks, add indexes or rewrite query

Input: "Get top 10 customers by revenue" Action: Write aggregation with proper joins, ordering, and limit

SQL クエリを作成し、実行計画を最適化し、スキーマを設計します。クエリの最適化、複雑な結合、またはデータベース設計に使用します。 ソース: htlin222/dotfiles。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/htlin222/dotfiles --skill sql
カテゴリ
</>開発ツール
認証済み
初回登録
2026-03-06
更新日
2026-03-10

Browse more skills from htlin222/dotfiles

クイックアンサー

sql とは?

SQL クエリを作成し、実行計画を最適化し、スキーマを設計します。クエリの最適化、複雑な結合、またはデータベース設計に使用します。 ソース: htlin222/dotfiles。

sql のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/htlin222/dotfiles --skill sql インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/htlin222/dotfiles