Installation
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "sql-queries" skill by following the instructions at https://skill123.me/install/sql-queries.
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/sql-queries.sh | bash
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 2 KBAbout this skill
Overview
Generate SQL queries from natural language descriptions. Supports BigQuery, PostgreSQL, MySQL, and other dialects. Reads database schemas from uploaded diagrams or documentation. Use when writing SQL, building data reports, exploring databases, or translating business questions into queries.
Source
- Repo: https://github.com/phuryn/pm-skills
- Path: pm-data-analytics/skills/sql-queries
Evaluation
AI-evaluated 2026-09-03: Generic filler: the steps (understand schema, clarify request, write optimized SQL, explain it) restate what any capable model does unprompted, with no dialect references, query patterns, or verification beyond asking. SQL generation is a common need so it is not useless, and it only generates queries rather than executing against live databases.
