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.
curl -O https://raw.githubusercontent.com/Kemetra/Seshat-BI/main/.claude/skills/pbip-workflow/SKILL.mdgit clone --depth 1 https://github.com/Kemetra/Seshat-BIWrote 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.
[](https://agentmods.dev/skills/kemetra/seshat-bi/pbip-workflow)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
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.
- 9d ago First seen · 160 lines · 152 tokens per session scan A 69934fbd7873
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.
Other skills, from other repositories
gdrive_synthesize
Synthesize durable KTX wiki pages from staged Google Drive document pulls. Load when a WorkUnit contains Google Doc raw files from docs/.
dbt_ingest
Map dbt schema.yml / properties.yml models and sources into ktx semantic-layer overlays and column notes. Covers sources: vs models:, column datatests (notnull, unique, acceptedvalues, relationships), and how bundle-time writes complement manifest backfill from git sync. Load when the WorkUnit's skillNames includes…
powerbi-pbip-format
Expert guidance for the Power BI Project (PBIP) file format; project structure, cross-cutting operations (renames, forking), and PBIX extraction/conversion. Automatically invoke when the user mentions PBIP, PBIX, .pbip/.pbism/.platform files, or asks about "PBIP project structure", "PBIP vs PBIX", "thin report vs…
release_notes_generator
Skill "release_notes_generator" from G-Schumacher44/strata-oss, covering skill: releasenotesgenerator, trigger, inputs, allowed tools and forbidden.
github
Skill "github" from clawdata/clawdata, covering github, authentication, commands, repositories and issues.
csv
CSV data processing — view, filter, convert, merge tabular data. Zero barrier — use with x-cmd, Python, or awk. Use for "csv", "data", "table", "spreadsheet", "conversion".