Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"metadata": {
"description": "A marketplace for skills and tools for agentic Power BI development.",
"version": "26.25"
"version": "26.26.2"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/fabric-cli/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-cli",
"version": "26.25",
"version": "26.26.2",
"description": "Fabric and the Power BI service via the fab CLI.",
"author": {
"name": "Kurt Buhler",
Expand Down
2 changes: 1 addition & 1 deletion plugins/fabric-cli/skills/fabric-cli/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: fabric-cli
version: 26.25
version: 26.26.2
description: Expert guidance for using the Fabric CLI (`fab`) to fully interact with Fabric workspaces, items, and configuration. Automatically invoke this skill whenever the user mentions "Fabric" or "Power BI Service" or a "Fabric/Power BI workspace".
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/semantic-models/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-models",
"version": "26.25",
"version": "26.26.2",
"description": "Design, build, optimize, and review semantic models.",
"author": {
"name": "Kurt Buhler",
Expand Down
2 changes: 1 addition & 1 deletion plugins/semantic-models/skills/semantic-model/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: semantic-model
version: 26.25
version: 26.26.2
description: This skill should be used whenever the user mentions a "semantic model", "data model", or "dataset", or asks to "build", "model", "design", "optimize", "review", or "audit" one, or to "add a measure", "add a relationship", "create a role" / "set up RLS", "add a calculation group", "set up incremental refresh", "fix a star schema", "reduce model size", "prepare a model for Copilot / AI", or "check model quality". Covers the full lifecycle (design, build, refresh, review) and drives every operation through the `te` CLI first, then TOM (connect-pbid) or a model MCP, then TMDL authoring (the tmdl skill). Not for report visuals (use pbir-cli) or isolated DAX query tuning (use the dax skill).
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/tabular-editor/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabular-editor",
"version": "26.25",
"version": "26.26.2",
"description": "Semantic models from the terminal with the Tabular Editor CLI.",
"author": {
"name": "Kurt Buhler",
Expand Down
2 changes: 1 addition & 1 deletion plugins/tabular-editor/skills/te-cli/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: te-cli
version: 26.25
version: 26.26.2
description: Expert guidance for the cross-platform Tabular Editor CLI (the `te` binary, currently in preview) that manages Power BI / Analysis Services semantic models from the terminal on macOS, Linux, and Windows. Use when the user mentions the `te` CLI or "Tabular Editor CLI" (not the "2"), or runs a `te <command>` to scaffold, inspect, edit, validate, run BPA on, query, deploy, refresh, test, or migrate a semantic model. Not for the legacy Windows-only `TabularEditor.exe` (TE2).
---

Expand Down
Loading