sql-queries

by phuryn 25k MIT Updated Jul 3, 2026
sql-queries skill by phuryn
sql-queries — Backend skill by phuryn

sql-queries is an open-source backend skill for Claude Code and compatible agents, published by phuryn. Its author describes it as: “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 re…”. The project has 25k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add phuryn/pm-skills`.

What sql-queries does

Transform natural language requirements into optimized SQL queries across multiple database platforms. This skill helps product managers, analysts, and engineers generate accurate queries without manual syntax work.

Installation

Add sql-queries to your agent with:

/plugin marketplace add phuryn/pm-skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for sql-queries is organised into these sections:

  • Purpose
  • How It Works
  • Step 1: Understand Your Database Schema
  • Step 2: Process Your Request
  • Step 3: Generate Optimized Query
  • Step 4: Explain and Test
  • Usage Examples
  • Key Capabilities
  • Tips for Best Results
  • Output Format
  • Further Reading

When to use it

Reach for sql-queries when you want backend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in phuryn/pm-skills, an established project with 25,392 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skill-repositoryagent-skillsagentic-skillsclaude-code-marketplaceclaude-code-pluginsclaude-cowork-pluginproduct-management

Frequently asked questions

What does sql-queries do?
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.
How do I install sql-queries?
Run /plugin marketplace add phuryn/pm-skills in your agent, then reload your skills. Review the source at https://github.com/phuryn/pm-skills before installing.
Is sql-queries free to use?
Yes. sql-queries is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does sql-queries come from?
sql-queries ships inside phuryn/pm-skills, a repository that contains 41 catalogued skills in total. The repository's 25,392 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Backend →

Comprehensive REST API design review with automated linting, breaking-change detection, and design scorecards. Catches inconsistent conventions, missing versioning, and design smells before APIs ship. Use when reviewing a PR that adds or changes API endpoints, auditing an existing API for v2 migration, or establishing API standards for a team.

25k alirezarezvani MIT

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

39k wshobson MIT

Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, GitHub Releases, annotated tags, historical release backfill, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送", "release notes", "GitHub Release", or "回填 Release".

25k JimLiu MIT