What problem does it solve? AI data agents often generate inaccurate SQL because they lack business context about metrics, joins, and definitions. This Skill sets up ktx, an executable context layer that gives agents a single searchable surface of approved metric definitions, join graphs, and company wiki knowledge so they query warehouses accurately. ## Core Features & Use Cases - Semantic Layer Management: Define approved metrics, dimensions, and joins in YAML with automatic fan/chasm trap resolution, then search them via ktx sl. - Wiki Ingestion: Build a deduplicated wiki from dbt manifests, Looker LookML, Metabase exports, and Notion with contradiction detection. - MCP Server Integration: Expose context tools to Claude Code, Cursor, and other agents via ktx mcp start or the TypeScript API. - Use Case: Connect ktx to a Snowflake warehouse and a dbt manifest, run ktx ingest, then let your AI agent resolve questions like "net revenue last quarter" against governed metric definitions instead of inventing SQL. ## Quick Start Ask the agent to install ktx with npm, run ktx setup and ktx ingest in your project, then start the MCP server so the agent can search the semantic layer.