Power BI Semantic Architect

Power BI Semantic Architect is a skill for Claude Code, Codex from CSalcedoDataBI/powerbi-pbip-tools. It costs 57 tokens per session (940 once invoked), scanned A, original, MIT.

A documentation tool for Power BI data models, which are the tables, columns, and calculations behind a report. It reads the model and creates a shared map of what the data means, then can add descriptions and key performance indicators after expert review.

In plain words
What is it for?
Use it to document an existing Power BI model, create a semantic map for later queries, hide database keys from the field list, and create standard DAX measures based on the model's industry.
Why use it?
Power BI models can be difficult to understand when their fields and calculations are undocumented. This reduces the manual work of explaining the model and helps future questions use consistent business meanings.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to document an existing Power BI model, create a semantic map for later queries, hide database keys from the field list, and create standard DAX measures based on the model's industry.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/csalcedodatabi/powerbi-pbip-tools/skill-semantic-architect-powerbi
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CSalcedoDataBI/powerbi-pbip-tools --skill skill-semantic-architect-powerbi
Clone the repo
git clone --depth 1 https://github.com/CSalcedoDataBI/powerbi-pbip-tools

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Power BI Semantic Architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/csalcedodatabi/powerbi-pbip-tools/skill-semantic-architect-powerbi/github.svg)](https://agentmods.dev/skills/csalcedodatabi/powerbi-pbip-tools/skill-semantic-architect-powerbi)
Your own site
<a href="https://agentmods.dev/skills/csalcedodatabi/powerbi-pbip-tools/skill-semantic-architect-powerbi"><img src="https://agentmods.dev/badge/skills/csalcedodatabi/powerbi-pbip-tools/skill-semantic-architect-powerbi/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Power BI Semantic Architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/csalcedodatabi/powerbi-pbip-tools/skill-semantic-architect-powerbi"><img src="https://agentmods.dev/badge/skills/csalcedodatabi/powerbi-pbip-tools/skill-semantic-architect-powerbi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 940 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00940
Opus 5 $0.00028 $0.00470
Sonnet 5 $0.00011 $0.00188
Haiku 4.5 $0.00006 $0.00094

Measured 12d ago against content hash 1840b7f796f4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

Power BI Semantic Architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/skill-semantic-architect-powerbi/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Power BI Semantic Architect

🇱🇷 English version → SKILL.en.md

Esta skill automatiza la documentación completa de un modelo de datos de Power BI. Usando el Model Context Protocol (MCP) como puente bidireccional, el agente lee los metadatos del modelo, investiga la industria, genera un Context Store semántico y —tras la validación del experto— escribe descripciones + KPIs directamente en el modelo.

Clonar Solo Esta Skill

git clone --filter=blob:none --sparse https://github.com/CSalcedoDataBI/powerbi-pbip-tools.git
cd powerbi-pbip-tools
git sparse-checkout set skills/skill-semantic-architect-powerbi

Cuándo Usar esta Skill

Úsala cuando:

  • Se necesite documentar un modelo Power BI existente (descripciones de tablas, columnas, medidas)
  • El usuario diga "documenta el modelo", "genera descripciones", "crea KPIs", "semantic architect" o similar
  • Se requiera un Context Store (mapa semántico) de un modelo para futuras consultas
  • Se necesite ocultar automáticamente claves foráneas/primarias del panel de campos
  • Se quiera crear medidas DAX estándar basadas en la industria del modelo

Prerequisitos

Componente Herramienta Por qué es necesario
Conexión al modelo MCP Server (Power BI) Lectura y escritura de metadatos del modelo
Investigación Web Search Búsqueda de KPIs y estándares de industria
Procesamiento File Reader Análisis de PDFs, código M y documentos técnicos

[!IMPORTANT] El MCP Server de Power BI debe estar habilitado y conectado al modelo activo antes de iniciar. Sin él, las fases 1 y 4 no pueden ejecutarse.


Flujo de Trabajo: 4 Fases

┌─────────────┐    ┌─────────────┐    ┌─────────────┐    ┌─────────────┐
│   FASE 1    │───▶│   FASE 2    │───▶│   FASE 3    │───▶│   FASE 4    │
│  Escaneo    │    │ Deep        │    │ Context     │    │ Auditoría   │
│  ADN Modelo │    │ Research    │    │ Store       │    │ + Ejecución │
│             │    │             │    │             │    │             │
│ 🤖 Auto    │    │ 🤖 Auto    │    │ 🤖 Auto    │    │ 👤 + 🤖    │
└─────────────┘    └─────────────┘    └─────────────┘    └─────────────┘

Read the full file on GitHub · 74 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 74 lines · 57 tokens per session scan A 1840b7f796f4

Subscribe to this mod's changes

Power BI Semantic Architect is a skill published in the GitHub repository CSalcedoDataBI/powerbi-pbip-tools (4 stars, last pushed 9d ago), licensed MIT. It adds 57 tokens to every session and 940 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

neurolink-guide

Guide for using the NeuroLink SDK and CLI. Invoke when users ask how to use neurolink, integrate AI providers, add MCP tools, configure RAG, set up memory, deploy servers, or work with multimodal content. Covers SDK, CLI, providers, tools, and enterprise features.

juspay/neurolink · 65 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens

ag-referencia-anti-ciclo-preditivo

30+ regras anti-ciclo para sistemas preditivos (classificacao, regressao, forecast, anomaly, scoring, recommendation). Reference skill on-demand.

andregusman-raiz/a-gusman-claude · 42 tokens

ag-referencia-prompt-guide

Guia canonico de prompts para gerar UI em Claude/Cursor/Lovable/v0. Estrutura 6 blocos (Contexto/Layout/Estilo/Refs/Constraints/Entregavel). Invocar ANTES de pedir geracao de UI.

andregusman-raiz/a-gusman-claude · 58 tokens

csv-transform

Limpar, validar e transformar arquivos CSV/TSV sujos. Headers errados, encoding quebrado, duplicatas, dados inconsistentes. Trigger quando usuario menciona CSV com problemas ou quer padronizar dados tabulares.

andregusman-raiz/a-gusman-claude · 49 tokens

prompt-coach

A hook-driven coach that reads every prompt sent to Claude Code and rewrites it toward proven prompting habits — definition-of-done, scoped references, guardrails, verification. Rules graduate as they are demonstrated, so the coaching fades as the user improves. The hook runs on its own, but load this skill when the…

alexmond/alexmskills · 177 tokens