DbxstudioDbxstudioOfficialยท8 Agent Skills Included

dbx-studio

Plain-English SQL generation, data exploration, and chart building

Generates optimized SQL queries from plain-English questions across PostgreSQL, Snowflake, BigQuery, MySQL, and SQLite. Profiles schemas, checks data quality, and builds bar, line, pie, and scatter charts without manual query writing. Enforces safe read-only queries with automatic limits so users get accurate answers and visualizations faster.
npx skills add Dbxstudio/dbx-studio --all -g -y
Available:

Tells the AI agent how the DBX Studio project is structured and when to route requests to each sub-skill for SQL writing, data exploration, charting, and prompt editing.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install DBX Studio skills?โ–ผ

Run `npx skills add Dbxstudio/dbx-studio --all -g -y` in your terminal to install all skills in this suite globally.

How to generate SQL from plain English?โ–ผ

The sql-queries skill reads your database schema first, then writes dialect-correct, safe SELECT queries with automatic row limits.

Which databases does DBX Studio support?โ–ผ

It supports PostgreSQL, Snowflake, BigQuery, Databricks, MySQL, and SQLite, with SQL adjusted to each dialect automatically.

Can it create charts from my data?โ–ผ

Yes. The data-visualization skill picks the right chart type, such as line, bar, pie, or histogram, and builds it directly from query results.

Is it safe to run queries on my production database?โ–ผ

Yes. Only read-only SELECT and WITH queries are allowed, identifiers are quoted, and limits are added automatically to protect your data.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’