ktx's semantic layer - a structured catalog of sources (tables/views), measures, joins, and segments expressed as YAML. Covers the schema and how to query it via sl_query. Use when the task involves querying pre-defined metrics (ARR, churn, retention, LTV, MAU) or reading SL source YAML to understand the catalog. Capture is handled by the sl_capture skill (memory-agent only).
$npx -y skills add kaelio/ktx --skill slInstalls into the current project.
Run `npx skills use "https://github.com/kaelio/ktx" --skill "kaelio/ktx/sl"` 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.