sl
Featuredktx'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).
Install
Quality Score: 91/100
Skill Content
Details
- Author
- Kaelio
- Repository
- Kaelio/ktx
- Created
- 2 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
sl_capture
How to capture new reusable patterns into ktx's semantic layer - when a measure, segment, or join belongs in the catalog and how to write it generically so it stays small and useful over time. Loaded by the post-turn memory-agent only. The research agent does not write to the SL.
bsl-semantic
Author and query a Boring-Semantic-Layer (BSL) model for a Postgres table — dimensions, measures, time-dimension, grain, and joins stored as JSON inside PostgreSQL COMMENT ON TABLE / COMMENT ON COLUMN statements, authored at source via migrations (NOT YAML files). Use when adding semantic comments to a table, writing a BSL-comment migration, choosing a table's grain / dimensions / measures / time-dimension / join keys, translating an existing semantic-model source into table comments, or making a table safely queryable by an LLM agent via structured (not free-SQL) queries. Trigger on "BSL", "semantic layer", "semantic comments", "comment migration", "dimensions and measures", "model this table for analytics", "grain of this table", or "make this table queryable by the agent".
lookml_ingest
Map a LookML view/model/explore into ktx semantic layer sources. Covers the LookML to ktx primitive table, provenance tagging, and three worked examples (overlay, standalone from derived_table, standalone with sql_always_where). Load when the turn contains `.lkml` content.