From pm-data-analytics
Generates SQL queries from natural language descriptions. Reads database schemas from files or diagrams. Supports BigQuery, PostgreSQL, MySQL, Snowflake, and SQL Server.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-data-analytics:sql-queriesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
Example 1: Query from Schema File
Upload your database_schema.sql file and say:
"Generate a query to find users who signed up in the last 30 days
and had at least 5 active sessions"
Example 2: Query from Diagram Description
"Here's my database: Users table (id, email, created_at), Sessions table
(id, user_id, timestamp, duration). Generate a query for average session
duration per user in January 2026."
Example 3: Complex Analysis Query
"Create a BigQuery query to analyze our revenue by region and customer tier,
including year-over-year growth rates."
You'll receive:
5plugins reuse this skill
First indexed Mar 26, 2026
npx claudepluginhub phuryn/pm-skills --plugin pm-data-analyticsGenerates optimized SQL queries from natural language for BigQuery, PostgreSQL, MySQL, Snowflake, SQL Server. Reads schemas from uploaded files, diagrams, docs for reporting, analysis, exploration.
Converts natural language descriptions into SQL queries. Supports complex JOINs, WHERE clauses, and multiple SQL dialects including PostgreSQL, MySQL, SQLite, SQL Server, Oracle.
Expert in SQL optimization, performance tuning, and data modeling for cloud-native OLTP/OLAP databases. Use for complex SQL analysis and database performance issues.