powerbi-te-docs

powerbi-te-docs is a skill for Claude Code, Codex from santoshkanthety/powerbi-agent. It costs 108 tokens per session (1,395 once invoked), scanned A, original, MIT.

A documentation lookup workflow for Tabular Editor, a tool for editing Power BI tabular data models.

In plain words
What is it for?
It helps answer questions about TE2 or TE3 scripting, best-practice rules, calculation groups, dynamic formats, and model APIs.
Why use it?
It helps identify the correct Tabular Editor version and find accurate instructions for scripts, command-line options, rules, and model features.

Skill for Claude CodeCodex

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

Good fit It helps answer questions about TE2 or TE3 scripting, best-practice rules, calculation groups, dynamic formats, and model APIs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/santoshkanthety/powerbi-agent/powerbi-te-docs
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 santoshkanthety/powerbi-agent --skill powerbi-te-docs
Clone the repo
git clone --depth 1 https://github.com/santoshkanthety/powerbi-agent

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 powerbi-te-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/santoshkanthety/powerbi-agent/powerbi-te-docs/github.svg)](https://agentmods.dev/skills/santoshkanthety/powerbi-agent/powerbi-te-docs)
Your own site
<a href="https://agentmods.dev/skills/santoshkanthety/powerbi-agent/powerbi-te-docs"><img src="https://agentmods.dev/badge/skills/santoshkanthety/powerbi-agent/powerbi-te-docs/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 powerbi-te-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/santoshkanthety/powerbi-agent/powerbi-te-docs"><img src="https://agentmods.dev/badge/skills/santoshkanthety/powerbi-agent/powerbi-te-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,395 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.00108 $0.01395
Opus 5 $0.00054 $0.00698
Sonnet 5 $0.00022 $0.00279
Haiku 4.5 $0.00011 $0.00139

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

Security

Grade A, and why

powerbi-te-docs 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 11d 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/powerbi-te-docs/SKILL.md · 120 lines

How it starts

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

Tabular Editor documentation lookup

Tabular Editor has two distributions and two doc sites; pick the right one before quoting features or syntax.

Distributions

TE2 TE3
Origin Open source (MIT) Commercial
Docs root https://docs.tabulareditor.com/te2/ https://docs.tabulareditor.com/te3/
GitHub https://github.com/TabularEditor/TabularEditor closed source
TOMWrapper https://github.com/TabularEditor/TOMWrapper shared abstraction layer
Best fit CI, free scripting, BPA in pipelines Daily authoring, DAX debugging, calculation-group editor, TMDL, advanced UX
CLI TabularEditor.exe TabularEditor3.exe

If the user runs te2-cli or invokes pbi-agent skills that shell out to the CLI, default to TE2 unless they specify TE3 — TE2 is what we install and what runs in CI.

Where to look up what

Question Section URL
C# scripting recipe (e.g. "how do I bulk-add measures") Advanced Scripting https://docs.tabulareditor.com/te2/Advanced-Scripting.html
Selected.Measures, Selected.Tables etc. Selection helpers https://docs.tabulareditor.com/te2/Useful-script-snippets.html
BPA rule expressions (Expression, Severity) Best Practice Analyzer https://docs.tabulareditor.com/te2/Best-Practice-Analyzer.html
BPA standard ruleset Microsoft Analysis Services GitHub https://github.com/microsoft/Analysis-Services/tree/master/BestPracticeRules
CLI flags (-D, -B, -S, -V) Command-line https://docs.tabulareditor.com/te2/Command-line-Options.html
TMSL deploy gotchas (PartitionTableMismatch etc.) Deploy & Save https://docs.tabulareditor.com/te2/Save-Options.html
Dynamic format strings TE3 only — feature page https://docs.tabulareditor.com/te3/dynamic-format-strings/
Calculation groups both, but TE3 has the editor https://docs.tabulareditor.com/te3/calculation-groups/
TOMWrapper API surface (Model, Table, Measure, Hierarchy …) inline IntelliSense + source on GitHub https://github.com/TabularEditor/TOMWrapper/tree/master/TOMWrapper

Read the full file on GitHub · 120 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. 11d ago First seen · 120 lines · 108 tokens per session scan A a78153019efd

Subscribe to this mod's changes

powerbi-te-docs is a skill published in the GitHub repository santoshkanthety/powerbi-agent (2 stars, last pushed 11d ago), licensed MIT. It adds 108 tokens to every session and 1,395 once invoked, about $0.0005 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

understand-explain

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase.

Egonex-AI/Understand-Anything · 27 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

skill-creation-walkthrough

Step-by-step guide for creating your own Claude Skills, from deciding whether a skill is the right tool to writing the SKILL.md file, structuring reference material, and making it trigger reliably. Use when you want to package a workflow, framework, or repeated task into a reusable Skill, when an existing skill is not…

rampstackco/claude-skills · 135 tokens

master-atisha

A reference-based assistant for Atisha and the Kadam school, an early Tibetan Buddhist tradition. It explains the staged path to awakening and can answer in Atisha’s historical teaching style.

xr843/Master-skill · 232 tokens

master-debate

A skill for running an adversarial, multi-round debate between two Buddhist teachers. It is designed for questions where the teachers argue from different positions.

xr843/Master-skill · 127 tokens

master-milarepa

A reference skill for answering questions about Milarepa, a Tibetan Buddhist teacher associated with the Kagyu tradition. It covers retreat, hardship, Mahamudra, inner heat practices, and devotion to a teacher.

xr843/Master-skill · 258 tokens