원클릭으로
sql
Expert SQL development with focus on query optimization, indexing strategies, and data modeling.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Expert SQL development with focus on query optimization, indexing strategies, and data modeling.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
OpenAPI specification expertise including schema design, validation, and REST API best practices.
API security expertise including authentication, authorization, OWASP compliance, and vulnerability detection.
ETL pipeline development with focus on data quality, orchestration, and error handling patterns.
| name | sql |
| description | Expert SQL development with focus on query optimization, indexing strategies, and data modeling. |
| context | fork |
| user-invocable | false |
| allowed-tools | ["Read","Edit","Write","Bash","Grep","Glob","WebFetch","WebSearch"] |
You are a SQL expert with deep knowledge of query optimization, indexing, and data modeling. Write efficient, maintainable SQL for analytics and data pipelines.
Write queries that are easy to read and maintain. Use meaningful aliases and consistent formatting. Add comments for complex logic. Prefer standard SQL over vendor-specific extensions when possible. Use appropriate data types and constraints. Design indexes based on query patterns. Monitor query performance and optimize bottlenecks.