Agami Connect

Introspect a live database into a validated semantic model for NL-to-SQL

Works with setup

Test report

Verdict
Works with setup
Score
7.6/10
Tested
Jul 25, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 30, 2026 · e2d2cef

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 25, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

This is a full Claude Code plugin (marketplace: AgamiAI/agami-core), not a standalone skill — its 1009-line SKILL.md constantly calls $AGAMI_PLUGIN_ROOT/scripts/sm, connect_resolve.py, and ../../shared/*.md, all of which are absent if you copy only the skill directory into ~/.claude/skills, so no verbatim copy-in command works. All referenced scripts, shared docs, and the SQLite sample were confirmed present in the repo. Output could not be measured against a baseline: introspection needs the agami-core package installed plus a DB driver and live read-only credentials (a login wall), and even the offline sample path pip-installs the package first. Notably credential-hygiene is a hard rule — passwords never touch a Bash command line, connections come only from a chmod-600 credentials file.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 5/10
  • Docs & honesty 5/5

What Agami Connect does

The onboarding entry point of the agami plugin: it sets up read-only credentials, then deterministically introspects a live database (Postgres, MySQL, Snowflake, BigQuery, and more) into a semantic model of subject areas, tables, columns, keys, and join cardinality, before layering LLM enrichment and EXPLAIN-validated NL-to-SQL seed examples. Triggers on first plugin install or requests like 'connect to my database', 'introspect my schema', 'set up agami', or 'try the sample data'. It is a Claude Code plugin, not a standalone copy-in skill.

How to install Agami Connect

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Agami Connect

  • /agami-connect Introspect a live database into a validated semantic model for NL-to-SQL

It also activates on plain-language prompts like these:

  • Connect to my Postgres database and introspect the schema
  • Set up Agami and build a semantic model from my Snowflake data
  • Introspect my BigQuery schema so I can query it in plain English

Frequently asked questions

Is the Agami Connect skill free?
Yes. The skill itself is free from AgamiAI/agami-core. SkillProof publishes the install command and an independent test verdict at no cost.
Does Agami Connect work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 25, 2026. Verdict: Works with setup. This is a full Claude Code plugin (marketplace: AgamiAI/agami-core), not a standalone skill — its 1009-line SKILL.md constantly calls $AGAMI_PLUGIN_ROOT/scripts/sm, connect_resolve.py, and ../../shared/*.md, all of which are absent if you copy only the skill directory into ~/.claude/skills, so no verbatim copy-in command works. All referenced scripts, shared docs, and the SQLite sample were confirmed present in the repo. Output could not be measured against a baseline: introspection needs the agami-core package installed plus a DB driver and live read-only credentials (a login wall), and even the offline sample path pip-installs the package first. Notably credential-hygiene is a hard rule — passwords never touch a Bash command line, connections come only from a chmod-600 credentials file.
What is the Agami Connect SkillProof Score?
7.6/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 5/5.
How do I install Agami Connect?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Agami Connect with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.