Generates semantic layer definitions for BI tools from dimensional models
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill bi-semantic-layer-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Bi Semantic Layer Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-bi-semantic-layer-generator-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: BI Semantic Layer Generator
description: Generates semantic layer definitions for BI tools from dimensional models
version: 1.0.0
category: BI Tools
skillId: SK-DEA-009
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
- Bash
graph:
domains: [domain:data-engineering]
specializations: [specialization:data-engineering-analytics]
skillAreas: [skill-area:data-analytics, skill-area:data-warehouse-modeling]
roles: [role:analytics-engineer, role:data-analyst]
workflows: [workflow:data-pipeline-deployment]
---
# BI Semantic Layer Generator
## Overview
Generates semantic layer definitions for BI tools from dimensional models. This skill automates the translation of dimensional models into platform-specific semantic definitions.
## Capabilities
- LookML generation (Looker)
- Tableau data model generation
- Power BI semantic model creation
- Cube.js schema generation
- dbt metrics layer integration
- Calculation and measure definitions
- Hierarchy generation
- Security filter generation
- Join path optimization
## Input Schema
```json
{
"dimensionalModel": "object",
"targetPlatform": "looker|tableau|powerbi|cubejs|dbt",
"businessGlossary": "object",
"securityRules": ["object"]
}
```
## Output Schema
```json
{
"semanticModel": "object",
"calculations": ["object"],
"hierarchies": ["object"],
"securityFilters": ["object"],
"documentation": "string"
}
```
## Target Processes
- Metrics Layer
- BI Dashboard Development
- Data Warehouse Setup
## Usage Guidelines
1. Provide complete dimensional model definition
2. Specify target BI platform
3. Include business glossary for consistent naming
4. Define security rules for row-level filtering
## Best Practices
- Maintain consistency between semantic layer and source models
- Use business glossary terms for user-facing labels
- Implement hierarchies for drill-down analysis
- Configure appropriate caching strategies
- Document calculation logic for maintainability
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!