AgamiAI

12 mods across 1 repository, 29 stars between them.

agami

01

AgamiAI/agami-core

Plugin Claude Code

Plugin marketplace listing 1 plugin: agami-core.

29 3d ago A tokens not measured

agami-core

02

AgamiAI/agami-core

Settings file Claude Code

Agent settings declaring 26 allowed tools.

29 3d ago B tokens not measured

AgamiAI/agami-core

Instructions file

Claude Code instructions for AgamiAI/agami-core, covering contributing conventions for agami-core, dev workflow, code conventions, customer-safety rules (this is a public repo) and tests.

29 3d ago A 1,045 tokens

agami-core

04

AgamiAI/agami-core

Plugin Claude Code

The trust layer between AI and your database, so an agent's answers are defensible. Every join, metric, and named filter is confidence-scored and either FK-derived or human-approved via a review dashboard. Every answer ships a SQL receipt showing what ran and which model version it used. Works across Postgres / MySQL…

29 3d ago A tokens not measured

agami-connect

05

AgamiAI/agami-core

Skill Claude CodeCodex

End-to-end database connection for agami: sets up credentials on first run (DB-type picker → writes /local/credentials.example for the user to fill in), then introspects the live DB directly into the agami semantic model (subject areas, tables, columns, relationships with join cardinality, deep-table column groups…

29 3d ago B 162 tokens

agami-deploy

06

AgamiAI/agami-core

Skill Claude CodeCodex

EARLY ACCESS (in testing) — usable today, but newer than the local single-player path; feedback welcome via a GitHub issue. Prepares a ready-to-run, self-hosted agami deploy bundle ON THE USER'S MACHINE so a team can stand up a shareable MCP server their Claude connects to. Conversationally gathers the hard-floor…

29 3d ago D 192 tokens

agami-eval

07

AgamiAI/agami-core

Skill Claude CodeCodex

Runs the golden evaluation harness for a profile. Picks one golden dataset, regenerates SQL for every question in it, executes each statement against the org's own warehouse, scores the result against the confirmed answer key, and reports the verdicts — failures first, with the errored, the unscored and the…

29 3d ago A 119 tokens

agami-model

08

AgamiAI/agami-core

Skill Claude CodeCodex

The single dashboard for the active profile's semantic model — browse, curate, AND sign off the trust layer in one surface. Browse every subject area, table, field, metric, entity, and join with live search; edit descriptions/metrics/entities/joins; exclude tables/columns you don't want queried; add new metrics; edit…

29 3d ago B 177 tokens

agami-query

09

AgamiAI/agami-core

Skill Claude CodeCodex

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 / /, generates SQL via the examples-first traversal (pick subject area → match examples → resolve…

29 3d ago D 163 tokens

agami-reconcile

10

AgamiAI/agami-core

Skill Claude CodeCodex

Reconciles known (label, expectedvalue) numbers from an existing dashboard against agami's answers. Input can be a SCREENSHOT of a Metabase / Power BI / Tableau / Looker dashboard (Claude's vision extracts the pairs), a CSV, or numbers pasted inline — the user doesn't need to know which; they can just ask. For each…

29 3d ago A 153 tokens

AgamiAI/agami-core

Skill Claude CodeCodex

Saves a user correction so future queries learn from it. Always appends a (question, correctedsql) pair to the subject area's example library under / /promptexamples/ /. Additionally, classifies the correction and — when applicable — applies a surgical edit to the semantic model itself (relationship fix, column…

29 3d ago B 121 tokens

agami-serve

12

AgamiAI/agami-core

Skill Claude CodeCodex

Wires the local agami MCP server (python -m mcpharness) into the Claude Desktop app in one step, so you can ask your database questions from Claude Desktop — not just inside Claude Code. Auto-detects the right Python interpreter (the one with your DB driver), installs the agami-core package into it so the registration…

29 3d ago A 139 tokens