sql-queries
An agent skill by phuryn, from phuryn/pm-skills. Tags: api, cli, developer-tools, spreadsheets.
What it does
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.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add phuryn/pm-skills --skill sql-queries
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/phuryn/pm-skills
cp -r pm-skills/pm-data-analytics/skills/sql-queries ~/.claude/skills/sql-queries
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- phuryn/pm-skills (all skills from this repository)
- Path
- pm-data-analytics/skills/sql-queries/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- code-review — Review code for actionable defects. Correctness is the core; performance and security are optional sub-cases of the same engine.
- dummy-dataset — Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script).
- vercel-cli-with-tokens — Deploy and manage projects on Vercel using token-based authentication. g. "deploy to vercel", "set up vercel", "add environment variables to vercel".
- aflpp — Sets up and runs AFL++ for multi-core fuzzing of C/C++ projects built with afl-clang-fast or afl-gcc-fast.
- agents-get-started — Use when a developer wants to create a new agent project or get started with AgentCore.
- dwarf-expert — Analyzes DWARF debug information in compiled binaries.