什麼是 sql?
編寫 SQL 查詢、最佳化執行計劃和設計模式。用於查詢最佳化、複雜聯接或資料庫設計。 來源:htlin222/dotfiles。
編寫 SQL 查詢、最佳化執行計劃和設計模式。用於查詢最佳化、複雜聯接或資料庫設計。
透過命令列快速安裝 sql AI 技能到你的開發環境
來源: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編寫 SQL 查詢、最佳化執行計劃和設計模式。用於查詢最佳化、複雜聯接或資料庫設計。 來源:htlin222/dotfiles。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/htlin222/dotfiles --skill sql 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/htlin222/dotfiles