data-query

Convert natural language business questions into executable SQL queries for multiple database systems.

10|5|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/rajitsaha/100x-dev --skill data-query-rajitsaha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-query
Source: https://github.com/rajitsaha/100x-dev/tree/main/modules/data-query
Command: npx skills add https://github.com/rajitsaha/100x-dev --skill data-query-rajitsaha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies complex data analysis by translating plain English questions into SQL queries, enabling quick insights without SQL expertise.

Core Features & Use Cases

  • Natural Language Querying: Users describe their data questions, and Claude generates the corresponding SQL commands.
  • Multi-Database Support: Facilitates querying across BigQuery, PostgreSQL, MySQL, and SQLite through CLI tools.
  • Use Case: A business analyst asks, "What was the total sales last month?", and the Skill produces the SQL to retrieve that metric directly from the database.

Quick Start

Ask Claude: "Show me the average session duration in the last week" to get a SQL query and analysis delivered instantly.

Frequently Asked Questions about data-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate SQL queries from natural language questions?

You can generate SQL queries from natural language by asking plain English business questions, which the Skill instantly translates into executable SQL commands for data retrieval and analysis.

Can I use this to query data in PostgreSQL, MySQL, BigQuery, or SQLite?

Yes, this supports querying across PostgreSQL, MySQL, BigQuery, and SQLite by generating the appropriate SQL syntax and facilitating execution through common CLI tools.

How do I get data insights from my database without writing SQL?

To get data insights without writing SQL, simply ask a question like "What was the total sales last month?" and the Skill produces the corresponding SQL to retrieve that metric directly from your database.

What is the best way to translate business questions into SQL commands?

The best way to translate business questions into SQL commands is using a natural language interface that maps your analytical intent directly to executable database queries without manual coding.

Does this approach work for business intelligence tasks on structured data sources?

Yes, this approach works for business intelligence tasks by adhering to natural language inputs and technical commands to retrieve metrics and generate insights from structured data sources.