Write and edit AML/AQL code for Holistics models, datasets, dashboards, and metrics. Use this whenever the user wants to create or modify a model, dataset, dashboard page, AQL metric, or any file in an AMQL project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/holistics-development:develop-amqlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
* Use [](../working-in-development/) skill to prepare for the development
search_docs to learn about code syntax.fetch_dataset to learn about the dataset (e.g. all available models and fields within that dataset), in order to make accurate edits.generate_aql to write AQL (e.g. AQL metrics).generate_viz to define Viz.list_data_sources, list_data_source_schemas, read_data_source_schema, read_data_source_table_schema to study the underlying database schema in order to write relevant and accurate modeling codes.fetch_dataset to view all semantics of the datasetsearch_docs to learn the correct syntaxgenerate_aql and generate_viz. For others, research further and write the codes.npx claudepluginhub holistics/skills --plugin holistics-developmentCreates and edits Omni Analytics semantic model definitions (views, topics, dimensions, measures, relationships, query views) via YAML through the Omni CLI. Useful for modeling data, adding metrics, or migrating from other semantic layers.
Designs analytical dashboard specs: defines questions each chart answers, writes SQL queries, specifies layout and refresh cadence. For dashboard build requests.
Manages LookML projects via the Looker API: creates git branches, project directories, LookML files, and generates view boilerplate from database schemas.