Use this skill when the user wants to query databases including MySQL, PostgreSQL, and SQLite
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-c4b27785)More formats (shields.io, HTML) on the badges page.
---
name: dbx
description: Use this skill when the user wants to query databases including MySQL, PostgreSQL, and SQLite
---
# Dbx Plugin
query databases including MySQL, PostgreSQL, and SQLite
## Commands
- `dbx self version` — Print dbx version
- `dbx _ _` — Passthrough to dbx CLI
## Usage Examples
- "Connect to this PostgreSQL database"
- "Query the SQLite database"
- "List all tables in MySQL"
## Installation
```bash
cargo install dbx
```
## Examples
```bash
dbx connect postgres://localhost/mydb
dbx query "SELECT * FROM users"
dbx tables
```
## Key Features
- Multi-database support (MySQL, PostgreSQL, SQLite)
- Fast query execution
- Interactive terminal mode
- Connection string support
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!