From kyvos
Answer natural language questions by generating and executing queries on Kyvos semantic models. Relies on Kyvos MCP for metadata and generation instructions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kyvos:sql-queriesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables natural language querying of Kyvos semantic models. It uses the Kyvos MCP server to retrieve the necessary context and instructions to generate accurate queries without requiring pre-existing knowledge of the schema or SQL dialect.
This skill enables natural language querying of Kyvos semantic models. It uses the Kyvos MCP server to retrieve the necessary context and instructions to generate accurate queries without requiring pre-existing knowledge of the schema or SQL dialect.
Identify the correct data source for the user's question.
kyvos_list_semantic_models to see available semantic models.Gather the necessary context to build the query.
kyvos_list_semantic_model_columns for the selected model.kyvos_sql_generation_prompt.
Construct the query based only on the provided prompt.
kyvos_sql_generation_prompt. Do not apply external SQL rules or assumptions.Run the query and present the data.
kyvos_execute_query with the generated query.kyvos_sql_generation_prompt.npx claudepluginhub ki-kyvos/kyvos-plugins --plugin kyvosAnswers business questions on analytics, metrics, KPIs by generating/executing SQL via dbt Semantic Layer, compiled SQL mods, or model analysis against data warehouse.
Executes raw DAX queries and inspects metadata (tables, columns, measures, relationships) of Microsoft Fabric Power BI semantic models. Use when you already know the DAX to write or need to explore model structure.
Compiles semantic queries to SQL using the airlayer CLI. Useful for generating SQL from .view.yml schemas, inspecting dimensions/measures/filters, and testing queries against a semantic layer.