From kyvos
Answer natural language questions by generating and executing queries on Kyvos semantic models. Relies on Kyvos MCP for metadata and generation instructions.
npx claudepluginhub ki-kyvos/kyvos-plugins --plugin kyvosThis skill uses the workspace's default tool permissions.
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.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
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.