clideyclideyOfficialยท5 Agent Skills Included

whodb

Query, explore, and design databases through AI agents

Connects AI agents to PostgreSQL, MySQL, SQLite, MongoDB, Redis, ClickHouse, and other databases via the WhoDB MCP server. Turns plain-English questions into safe SQL queries, explores schemas, audits data quality, and designs new tables. Removes manual SQL writing and schema digging so users get answers and migrations faster.
npx skills add clidey/whodb --all -g -y
Available:

Gives coding agents the canonical operating rules for this repository, covering GraphQL-first API changes, plugin architecture, SQL safety, verification steps, and commit consent, with CLAUDE.md importing AGENTS.md and adding Claude Code-specific planning guidance.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install WhoDB skills?โ–ผ

Run `npx skills add clidey/whodb --all -g -y` in your terminal to install all skills in this suite globally.

How to query a database with plain English?โ–ผ

The query-builder skill reads your schema first, then converts questions like 'top 10 customers by spend' into safe SQL and runs it through the WhoDB MCP server.

Which databases does WhoDB support?โ–ผ

It works with PostgreSQL, MySQL, MariaDB, TiDB, SQLite, DuckDB, MongoDB, Redis, Elasticsearch, ClickHouse, and Memcached.

Can AI design a database schema for me?โ–ผ

Yes. The schema-designer skill plans tables, data types, keys, and indexes, then generates ready-to-run CREATE TABLE statements for your database.

Is it safe to let AI run SQL queries?โ–ผ

Yes. The MCP server defaults to confirm-writes mode, supports read-only and safe modes, and the skills never generate DELETE, UPDATE, or DROP unless you explicitly ask.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’