Map dbt schema.yml / properties.yml models and sources into ktx semantic-layer overlays and column notes. Covers sources: vs models:, column data_tests (not_null, unique, accepted_values, relationships), and how bundle-time writes complement manifest backfill from git sync. Load when the WorkUnit's skillNames includes dbt_ingest or when raw files are dbt YAML under models/ / sources/.
$npx -y skills add kaelio/ktx --skill dbt_ingestInstalls into the current project.
Run `npx skills use "https://github.com/kaelio/ktx" --skill "kaelio/ktx/dbt_ingest"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kaelio/ktx" that are relevant to the current task. Run `npx skills add "https://github.com/kaelio/ktx"` and select the relevant skills, then follow their instructions.