From airlayer
Validates .view.yml semantic layer files using airlayer. Checks for duplicate names, missing table/sql, invalid types, and cross-entity references.
How this skill is triggered — by the user, by Claude, or both
Slash command
/airlayer:validateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validate `.view.yml` files for correctness.
Validate .view.yml files for correctness.
which airlayer || cargo install --git https://github.com/oxy-hq/airlayer
views/:find . -name "*.view.yml" -not -path "*/node_modules/*" -not -path "*/cube/*" 2>/dev/null | head -10
airlayer validate
$ARGUMENTS
table or sql (not both, not neither){{entity.field}}) resolve correctly{{view.measure}}) resolve correctlyShow the user the validation error and the relevant section of the .view.yml file. Suggest a fix.
npx claudepluginhub oxy-hq/airlayer --plugin airlayerLists views, dimensions, measures, and entities from .view.yml files using the airlayer CLI. Use to explore semantic layer schema before building queries.
Validates Copilot Studio agent YAML files using LSP binary diagnostics for YAML structure, Power Fx expressions, schema compliance, cross-file references, and environment checks. Useful when checking or verifying agent workspaces.
Guides creation and modification of dbt Semantic Layer YAML configs for semantic models, metrics, dimensions, entities, and time spines in latest or legacy specs.