@luquimbo/bi-superpowers 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/AGENTS.md +23 -24
- package/bin/build-plugin.js +7 -1
- package/bin/lib/generators/claude-plugin.js +30 -0
- package/config.example.json +1 -1
- package/package.json +1 -1
- package/skills/contributions/SKILL.md +1 -1
- package/skills/data-model-design/SKILL.md +1 -1
- package/skills/data-modeling/SKILL.md +1 -1
- package/skills/data-quality/SKILL.md +1 -1
- package/skills/dax/SKILL.md +1 -1
- package/skills/dax-doctor/SKILL.md +1 -1
- package/skills/dax-udf/SKILL.md +1 -1
- package/skills/deployment/SKILL.md +1 -1
- package/skills/excel-formulas/SKILL.md +1 -1
- package/skills/fabric-scripts/SKILL.md +1 -1
- package/skills/fast-standard/SKILL.md +1 -1
- package/skills/governance/SKILL.md +1 -1
- package/skills/migration-assistant/SKILL.md +1 -1
- package/skills/model-documenter/SKILL.md +1 -1
- package/skills/pbi-connect/SKILL.md +1 -1
- package/skills/power-query/SKILL.md +1 -1
- package/skills/project-kickoff/SKILL.md +1 -1
- package/skills/query-performance/SKILL.md +1 -1
- package/skills/report-design/SKILL.md +1 -1
- package/skills/report-layout/SKILL.md +1 -1
- package/skills/rls-design/SKILL.md +1 -1
- package/skills/semantic-model/SKILL.md +1 -1
- package/skills/testing-validation/SKILL.md +1 -1
- package/skills/theme-tweaker/SKILL.md +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "AI-powered skills for Power BI, Microsoft Fabric, and Excel development. 24 skills covering DAX, Power Query, data modeling, report design, governance, and more.",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.2.1",
|
|
10
10
|
"repository": "https://github.com/luquimbo/bi-superpowers"
|
|
11
11
|
},
|
|
12
12
|
"plugins": [
|
package/AGENTS.md
CHANGED
|
@@ -87,22 +87,22 @@ Developed by **Lucas Sanchez** ([@luquimbo](https://github.com/luquimbo))
|
|
|
87
87
|
|
|
88
88
|
## Installation
|
|
89
89
|
|
|
90
|
-
### Option 1:
|
|
90
|
+
### Option 1: Multi-agent installer (recommended)
|
|
91
91
|
|
|
92
92
|
```bash
|
|
93
|
-
npx
|
|
93
|
+
npx @luquimbo/bi-superpowers install
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
Instala los 24 skills en `~/.agents/skills/` (nivel usuario) con symlinks
|
|
97
|
+
para cada agente seleccionado. Funciona con **Claude Code, GitHub Copilot,
|
|
98
|
+
Codex, Gemini CLI** y **Kilo Code**.
|
|
97
99
|
|
|
98
|
-
|
|
100
|
+
Opciones:
|
|
101
|
+
- `--all --yes` — instala para los 5 agentes sin prompts
|
|
102
|
+
- `--agent claude-code --agent codex` — agentes específicos
|
|
103
|
+
- Sin flags → modo interactivo (detecta agentes instalados)
|
|
99
104
|
|
|
100
|
-
|
|
101
|
-
/plugin marketplace add luquimbo/bi-superpowers
|
|
102
|
-
/plugin install bi-superpowers
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
### Option 3: Full CLI (premium — includes MCP, library, themes)
|
|
105
|
+
### Option 2: Full CLI (premium — includes MCP, library, themes)
|
|
106
106
|
|
|
107
107
|
```bash
|
|
108
108
|
npm install -g @luquimbo/bi-superpowers
|
|
@@ -110,26 +110,25 @@ super unlock
|
|
|
110
110
|
super kickoff
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
Incluye generación del plugin Claude Code con MCP servers, biblioteca de
|
|
114
|
+
snippets, temas de Power BI y toda la CLI `super`.
|
|
114
115
|
|
|
115
|
-
|
|
116
|
-
git clone https://github.com/luquimbo/bi-superpowers.git
|
|
117
|
-
cp -r bi-superpowers/skills/ .agents/skills/
|
|
118
|
-
```
|
|
119
|
-
|
|
120
|
-
### Option 5: Git submodule
|
|
116
|
+
### Option 3: Claude Code Plugin marketplace
|
|
121
117
|
|
|
122
118
|
```bash
|
|
123
|
-
|
|
124
|
-
|
|
119
|
+
/plugin marketplace add luquimbo/bi-superpowers
|
|
120
|
+
/plugin install bi-superpowers
|
|
125
121
|
```
|
|
126
122
|
|
|
123
|
+
> Nota: requiere acceso al repo GitHub. Si el repo es privado, usá la
|
|
124
|
+
> **Opción 1** o **Opción 2** que instalan desde el paquete npm público.
|
|
125
|
+
|
|
127
126
|
Works with:
|
|
128
|
-
- **Claude Code** —
|
|
129
|
-
- **GitHub Copilot** — Agent skills
|
|
130
|
-
- **Codex (OpenAI)** — Agent skills
|
|
131
|
-
- **
|
|
132
|
-
- **
|
|
127
|
+
- **Claude Code** — Plugin nativo (skills + commands + MCP)
|
|
128
|
+
- **GitHub Copilot** — Agent skills (VS Code & CLI)
|
|
129
|
+
- **Codex (OpenAI)** — Agent skills via `.agents/skills/`
|
|
130
|
+
- **Gemini CLI** — Agent skills via `.gemini/skills/`
|
|
131
|
+
- **Kilo Code** — Agent skills via `.kilocode/skills/`
|
|
133
132
|
- **Claude Desktop** — Via MCPB extension (`super build-desktop`)
|
|
134
133
|
|
|
135
134
|
---
|
package/bin/build-plugin.js
CHANGED
|
@@ -20,7 +20,13 @@ const pkg = require('../package.json');
|
|
|
20
20
|
* @throws {Error} Si falta cualquier archivo crítico
|
|
21
21
|
*/
|
|
22
22
|
function verifyPluginOutputs(packageDir) {
|
|
23
|
-
const criticalFiles = [
|
|
23
|
+
const criticalFiles = [
|
|
24
|
+
'.claude-plugin/plugin.json',
|
|
25
|
+
'.claude-plugin/marketplace.json',
|
|
26
|
+
'.mcp.json',
|
|
27
|
+
'commands',
|
|
28
|
+
'skills',
|
|
29
|
+
];
|
|
24
30
|
|
|
25
31
|
const missing = [];
|
|
26
32
|
for (const relPath of criticalFiles) {
|
|
@@ -217,6 +217,36 @@ async function generate(targetDir, skills, options = {}) {
|
|
|
217
217
|
path.join(pluginDir, 'plugin.json'),
|
|
218
218
|
JSON.stringify(pluginManifest, null, 2) + '\n'
|
|
219
219
|
);
|
|
220
|
+
|
|
221
|
+
// Generate marketplace.json with all skills listed and synced version
|
|
222
|
+
const marketplaceManifest = {
|
|
223
|
+
name: 'bi-superpowers',
|
|
224
|
+
owner: {
|
|
225
|
+
name: 'Lucas Sanchez',
|
|
226
|
+
url: 'https://github.com/luquimbo',
|
|
227
|
+
},
|
|
228
|
+
metadata: {
|
|
229
|
+
description:
|
|
230
|
+
'AI-powered skills for Power BI, Microsoft Fabric, and Excel development. 24 skills covering DAX, Power Query, data modeling, report design, governance, and more.',
|
|
231
|
+
version,
|
|
232
|
+
repository: 'https://github.com/luquimbo/bi-superpowers',
|
|
233
|
+
},
|
|
234
|
+
plugins: [
|
|
235
|
+
{
|
|
236
|
+
name: 'bi-superpowers',
|
|
237
|
+
description:
|
|
238
|
+
'24 AI skills for Power BI, Fabric & Excel — DAX, Power Query, data modeling, star schema design, report design, governance, deployment, and more.',
|
|
239
|
+
source: './',
|
|
240
|
+
strict: false,
|
|
241
|
+
skills: skills.map((skill) => `./skills/${skill.name}`).sort(),
|
|
242
|
+
},
|
|
243
|
+
],
|
|
244
|
+
};
|
|
245
|
+
|
|
246
|
+
fs.writeFileSync(
|
|
247
|
+
path.join(pluginDir, 'marketplace.json'),
|
|
248
|
+
JSON.stringify(marketplaceManifest, null, 2) + '\n'
|
|
249
|
+
);
|
|
220
250
|
fs.writeFileSync(
|
|
221
251
|
path.join(targetDir, '.mcp.json'),
|
|
222
252
|
JSON.stringify(
|
package/config.example.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "data-model-design"
|
|
3
3
|
description: "Use when the user asks about Data Model Design Skill, especially phrases like \"diseñar modelo de datos\", \"crear modelo Power BI\", \"arquitectura de datos\", \"empezar proyecto BI\", \"nuevo modelo semántico\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/data-model-design.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "data-modeling"
|
|
3
3
|
description: "Use when the user asks about Data Modeling Skill, especially phrases like \"data model\", \"star schema\", \"fact table\", \"relationship\", \"surrogate key\", \"SCD\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/data-modeling.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "data-quality"
|
|
3
3
|
description: "Use when the user asks about Data Quality Skill, especially phrases like \"data quality\", \"check for errors\", \"data profiling\", \"clean data\", \"calidad de datos\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/data-quality.md instead. -->
|
package/skills/dax/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "dax"
|
|
3
3
|
description: "Use when the user asks about DAX Skill, especially phrases like \"DAX\", \"CALCULATE\", \"time intelligence\", \"SUMX\", \"context transition\", \"Power BI formula\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/dax.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "dax-doctor"
|
|
3
3
|
description: "Use when the user asks about DAX Doctor Skill, especially phrases like \"debug DAX\", \"wrong result\", \"DAX error\", \"slow measure\", \"context issue\", \"depurar DAX\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/dax-doctor.md instead. -->
|
package/skills/dax-udf/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "dax-udf"
|
|
3
3
|
description: "Use when the user asks about DAX User-Defined Functions (UDFs), especially phrases like \"UDF\", \"DEFINE FUNCTION\", \"DAX Lib\", \"NAMEOF\", \"reusable DAX\", \"VAL parameter\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/dax-udf.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "deployment"
|
|
3
3
|
description: "Use when the user asks about Deployment Skill, especially phrases like \"deploy\", \"CI/CD\", \"ALM\", \"git integration\", \"environment\", \"desplegar\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/deployment.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "excel-formulas"
|
|
3
3
|
description: "Use when the user asks about Excel Formulas Skill, especially phrases like \"Excel formula\", \"XLOOKUP\", \"dynamic array\", \"LET formula\", \"named range\", \"conditional formatting formula\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/excel-formulas.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "fabric-scripts"
|
|
3
3
|
description: "Use when the user asks about Fabric Scripts Skill, especially phrases like \"Fabric scripts\", \"download dataflows\", \"diagnose connection\", \"TMDL sync\", \"scripts de Fabric\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/fabric-scripts.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "fast-standard"
|
|
3
3
|
description: "Use when the user asks about FAST Standard Skill, especially phrases like \"FAST Standard\", \"financial model\", \"spreadsheet modeling best practices\", \"model audit\", \"calculation block\", \"modelo financiero\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/fast-standard.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "governance"
|
|
3
3
|
description: "Use when the user asks about Governance Skill, especially phrases like \"naming convention\", \"governance\", \"documentation standard\", \"display folder\", \"convención de nombres\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/governance.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "migration-assistant"
|
|
3
3
|
description: "Use when the user asks about Migration Assistant Skill, especially phrases like \"migrate\", \"move to Fabric\", \"Desktop to PBIP\", \"deprecated feature\", \"migrar\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/migration-assistant.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "model-documenter"
|
|
3
3
|
description: "Use when the user asks about Model Documenter Skill, especially phrases like \"document model\", \"document measures\", \"generate documentation\", \"describe tables\", \"documentar modelo\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/model-documenter.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "pbi-connect"
|
|
3
3
|
description: "Use when the user asks about Power BI MCP Connection Skill, especially phrases like \"connect Power BI\", \"modeling mcp\", \"Power BI Desktop\", \"conectar Power BI\", \"can't connect to Power BI\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/pbi-connect.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "power-query"
|
|
3
3
|
description: "Use when the user asks about Power Query Skill, especially phrases like \"Power Query\", \"query folding\", \"ETL\", \"source connection\", \"refresh\", \"parameters\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/power-query.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "query-performance"
|
|
3
3
|
description: "Use when the user asks about Query Performance Skill, especially phrases like \"slow\", \"DAX Studio\", \"taking too long\", \"reduce refresh time\", \"rendimiento\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/query-performance.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "report-design"
|
|
3
3
|
description: "Use when the user asks about Report Design Skill, especially phrases like \"report design\", \"chart type\", \"IBCS\", \"accessibility\", \"mobile layout\", \"diseño de reporte\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/report-design.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "report-layout"
|
|
3
3
|
description: "Use when the user asks about Report Layout Skill, especially phrases like \"report layout\", \"visual placement\", \"report wireframe\", \"navigation design\", \"diseño de reporte\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/report-layout.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "rls-design"
|
|
3
3
|
description: "Use when the user asks about RLS Design Skill, especially phrases like \"RLS\", \"user can only see their data\", \"restrict access\", \"security role\", \"seguridad a nivel de fila\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/rls-design.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "semantic-model"
|
|
3
3
|
description: "Use when the user asks about Semantic Model Skill, especially phrases like \"semantic model\", \"TMDL\", \"DirectLake\", \"calculation group\", \"storage mode\", \"modelo semántico\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/semantic-model.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "testing-validation"
|
|
3
3
|
description: "Use when the user asks about Testing & Validation Skill, especially phrases like \"test\", \"unit test DAX\", \"regression test\", \"deployment checklist\", \"data reconciliation\", \"pruebas\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/testing-validation.md instead. -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "theme-tweaker"
|
|
3
3
|
description: "Use when the user asks about Theme Tweaker Skill, especially phrases like \"modificar tema\", \"cambiar colores Power BI\", \"personalizar tema\", \"ajustar estilo\", \"theme tweaker\"."
|
|
4
|
-
version: "1.2.
|
|
4
|
+
version: "1.2.1"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
<!-- Generated by BI Agent Superpowers. Edit src/content/skills/theme-tweaker.md instead. -->
|