·sql

Write SQL queries, optimize execution plans, and design schemas. Use for query optimization, complex joins, or database design.

30Installs·0Trend·@htlin222

Installation

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

How to Install sql

Quickly install sql AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/htlin222/dotfiles --skill sql
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: htlin222/dotfiles.

SKILL.md

View raw

| 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

Write SQL queries, optimize execution plans, and design schemas. Use for query optimization, complex joins, or database design. Source: htlin222/dotfiles.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/htlin222/dotfiles --skill sql
Category
</>Dev Tools
Verified
First Seen
2026-03-06
Updated
2026-03-10

Browse more skills from htlin222/dotfiles

Quick answers

What is sql?

Write SQL queries, optimize execution plans, and design schemas. Use for query optimization, complex joins, or database design. Source: htlin222/dotfiles.

How do I install sql?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/htlin222/dotfiles --skill sql Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/htlin222/dotfiles

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-06