If you're pushing dbt schema.yml files into a semantic layer, this is the bridge. It reads dbt model and source definitions, maps column descriptions and data tests (not_null, unique, accepted_values, relationships) into ktx overlays, and grounds everything against the actual warehouse schema before writing. The skill won't invent columns or metrics from thin air. It verifies identifiers with entity_details and sql_execution probes, which matters because dbt YAML is documentation, not a schema of record. Useful when you want dbt's human context (descriptions, test intent) feeding your semantic layer without waiting for a full manifest sync, but only if the tables already exist in the warehouse.
npx -y skills add kaelio/ktx --skill dbt_ingest --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills
github/awesome-copilot