Seshat-BI: Skill for Claude Code

.claude/skills/pbip-workflow/SKILL.md

pbip-workflow is a skill for Claude Code from Kemetra/Seshat-BI. It costs 152 tokens per session (1,842 once invoked), scanned A, original, Apache-2.0.

A version-control workflow for Power BI Project (PBIP) files. PBIP stores a Power BI report and its semantic model as text files, including TMDL files for model definitions and measures, instead of one opaque .pbix file.

In plain words
What is it for?
Use it when saving Power BI work to Git, deciding what to commit or ignore, editing TMDL or DAX as text, or reviewing PBIP changes.
Why use it?
Text files can be reviewed, compared, and tracked in Git, making report and model changes easier to understand and merge.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Kemetra/Seshat-BI's own configuration. It tells Claude Code how to work on Seshat-BI itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Seshat-BI configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Kemetra/Seshat-BI. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Kemetra/Seshat-BI/main/.claude/skills/pbip-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Kemetra/Seshat-BI

Made for: Claude Code.

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 pbip-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/kemetra/seshat-bi/pbip-workflow/github.svg)](https://agentmods.dev/skills/kemetra/seshat-bi/pbip-workflow)
Your own site
<a href="https://agentmods.dev/skills/kemetra/seshat-bi/pbip-workflow"><img src="https://agentmods.dev/badge/skills/kemetra/seshat-bi/pbip-workflow/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 pbip-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/kemetra/seshat-bi/pbip-workflow"><img src="https://agentmods.dev/badge/skills/kemetra/seshat-bi/pbip-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,842 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.00152 $0.01842
Opus 5 $0.00076 $0.00921
Sonnet 5 $0.00030 $0.00368
Haiku 4.5 $0.00015 $0.00184

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

Security

Grade A, and why

pbip-workflow 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 9d 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.

.claude/skills/pbip-workflow/SKILL.md · 160 lines

How it starts

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

PBIP Workflow

Power BI's default .pbix is a binary zip — opaque to git, impossible to diff or merge, and it bloats history. The Power BI Project (PBIP) format saves the same work as folders of plain text, so your semantic model and report become reviewable code. This skill owns Seshat's PBIP version-control and adoption delta. It is not a native report or semantic-model authoring implementation: when execution is authorized and discoverable, route report mechanics to Microsoft's official powerbi-report-authoring skill and semantic-model mechanics to Microsoft's authoring/Modeling MCP surfaces through powerbi-workflows.

PBIP is a preview feature (per Microsoft docs as of 2025-12). It can change. Verify specifics against the current docs: https://learn.microsoft.com/power-bi/developer/projects/projects-overview

When this matters

The whole reason to use PBIP is that the semantic model becomes code. Tables, relationships, and especially DAX measures are saved as TMDL (Tabular Model Definition Language) text — so "who changed the Gross Margin measure and why" is answerable from git log, and a teammate can review a measure change in a pull request the same way they'd review a function. Treat the model with the same care as source code.

Adopt an existing PBIP into Seshat BI

When the analyst already has a PBIP project, start with the governed, read-only intake rather than treating its report pages or measures as readiness evidence:

seshat adopt-pbip assess --project <PBIP-project-directory> --format text

The assessment inventories only supported PBIP/TMDL/PBIR structure, redacts unsafe literals, reuses existing governance/readiness findings, and returns one next action. It does not create a source map, metric contract, approval, or readiness pass. Review the digest and declared write plan before any mutation.

For a clean, existing Git worktree only, an analyst may explicitly accept the current assessment to create exactly one new evidence seam:

Read the full file on GitHub · 160 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. 9d ago First seen · 160 lines · 152 tokens per session scan A 69934fbd7873

Subscribe to this mod's changes

pbip-workflow is a skill published in the GitHub repository Kemetra/Seshat-BI (2 stars, last pushed 7d ago), licensed Apache-2.0. It adds 152 tokens to every session and 1,842 once invoked, about $0.0008 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