Answers natural-language questions about the user's database. Loads the agami semantic model (subject areas, tables, columns, relationships with join cardinality, entities, metrics) and few-shot examples from <artifacts_dir>/<profile>/, generates SQL via the examples-first traversal (pick subject area → match examples → resolve entities/metrics → compound table context), executes it locally via the user's chosen tool (psql / mysql / snowsql / sqlite3 native CLI, DuckDB binary, or the Python driver execute_sql.py — which runs a fan-trap/chasm-trap pre-flight + auto-applies default_filters), returns results as a markdown table with optional CSV export, and renders Chart.js HTML charts on request. All execution is local — no data leaves the machine.
$npx -y skills add agamiai/agami-core --skill agami-queryInstalls into the current project.
Run `npx skills use "https://github.com/agamiai/agami-core" --skill "agamiai/agami-core/agami-query"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agamiai/agami-core" that are relevant to the current task. Run `npx skills add "https://github.com/agamiai/agami-core"` and select the relevant skills, then follow their instructions.