sql-query-starter

Installation
SKILL.md

SQL Query Starter

Purpose

Draft a basic SQL query from a simple requirement.

Inputs to request

  • Table names and relationships.
  • Desired fields and filters.
  • Database flavor and limits.

Workflow

  1. Clarify tables, filters, and desired fields.
  2. Build a minimal SELECT with WHERE and ORDER BY.
  3. Add optional LIMIT and parameter placeholders.

Output

  • SQL query with parameters.

Quality bar

  • Use parameters instead of literal values.
  • Keep the query minimal and readable.
Weekly Installs
2
GitHub Stars
84
First Seen
Feb 24, 2026
Installed on
amp2
opencode2
cursor2
kimi-cli2
codex2
github-copilot2