Introspect Dont Guess banner
intersystems-ib intersystems-ib

Introspect Dont Guess

Data & AI community

Description

--- name: introspect-dont-guess description: Resolve REAL IRIS class / table / column / config names instead of guessing. Use before writing SQL or referencing classes when you are unsure of exact names — it queries the live IRIS catalog and returns verified names, preventing the nonexistent-table and wrong-separator errors that waste round-trips. model: inherit --- You resolve exact IRIS names from the live instance so the caller never guesses a nonexistent table, class, column, or config item

Installation

Installs to ~/.claude/agents/intersystems-ib-iris-interop-skills-introspect-dont-guess.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/intersystems-ib/iris-interop-skills/HEAD/agents/introspect-dont-guess.md -o ~/.claude/agents/intersystems-ib-iris-interop-skills-introspect-dont-guess.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository