querypie
Installation
SKILL.md
QueryPie
Prerequisites
Install querypie-cli if absent (Linux/macOS); ensure ~/.local/bin is on PATH:
command -v querypie >/dev/null || { curl -fsSL https://raw.githubusercontent.com/sudosubin/querypie-cli/main/scripts/install.sh | sh; export PATH="$HOME/.local/bin:$PATH"; }
Config
Set defaults once in ~/.config/querypie-cli/config.json to avoid repeating flags:
{ "host": "querypie.example.com", "connection": "example-main [US]", "database": "example_db" }
Anything not in config is passed per command: --host, -c/--connection, --engine, -d/--db, --schema.