querypie-cli
Installation
SKILL.md
querypie-cli
Prerequisites
Check with command -v querypie. If it's missing, don't install it yourself: tell the user the CLI needs to be installed first, and point them at the options in the README: cargo install querypie-cli, or a prebuilt binary from GitHub Releases.
Config
Set defaults once in ~/.config/querypie-cli/config.json to avoid repeating flags:
{ "host": "querypie.example.com", "connection": "example-main", "database": "example_db" }
Anything not in config is passed per command: --host, -c/--connection, --engine, -d/--db, --schema.
Auth
Webview login; do this first (and whenever a command reports "not logged in"):