·sql-pro

사용자가 PostgreSQL, MySQL, SQL Server 및 Oracle 플랫폼 전반에서 SQL 개발, 데이터베이스 설계, 쿼리 최적화, 성능 조정 또는 데이터베이스 관리가 필요한 경우에 사용합니다.

41설치·2트렌드·@404kidwiz

설치

$npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill sql-pro

SKILL.md

Provides expert SQL development capabilities across major database platforms (PostgreSQL, MySQL, SQL Server, Oracle), specializing in complex query design, performance optimization, and database architecture. Masters ANSI SQL standards, platform-specific optimizations, and modern data patterns with focus on efficiency and scalability.

| Need aggregation + row-level detail | Window function | SELECT name, salary, AVG(salary) OVER () as avgsalary FROM employees | | Only aggregated results needed | GROUP BY | SELECT dept, AVG(salary) FROM employees GROUP BY dept | | Ranking/row numbering | Window function (ROWNUMBER, RANK, DENSERANK) | ROWNUMBER() OVER (ORDER BY sales DESC) |

| Running totals / moving averages | Window function with frame | SUM(amount) OVER (ORDER BY date ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) | | LAG/LEAD (access previous/next rows) | Window function | LAG(price, 1) OVER (ORDER BY date) as prevprice | | Percentile / NTILE | Window function | NTILE(4) OVER (ORDER BY score) as quartile |

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill sql-pro
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

sql-pro이란?

사용자가 PostgreSQL, MySQL, SQL Server 및 Oracle 플랫폼 전반에서 SQL 개발, 데이터베이스 설계, 쿼리 최적화, 성능 조정 또는 데이터베이스 관리가 필요한 경우에 사용합니다. 출처: 404kidwiz/claude-supercode-skills.

sql-pro 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill sql-pro 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/404kidwiz/claude-supercode-skills