@luquimbo/bi-superpowers 1.2.1 → 2.0.0

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.
Files changed (47) hide show
  1. package/.claude-plugin/marketplace.json +1 -1
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/.claude-plugin/skill-manifest.json +199 -0
  4. package/.plugin/plugin.json +14 -0
  5. package/AGENTS.md +2 -3
  6. package/README.md +14 -5
  7. package/bin/build-plugin.js +2 -0
  8. package/bin/cli.js +28 -234
  9. package/bin/commands/build-desktop.js +3 -1
  10. package/bin/commands/diff.js +3 -1
  11. package/bin/commands/install.js +4 -6
  12. package/bin/commands/lint.js +3 -1
  13. package/bin/commands/search.js +1 -1
  14. package/bin/commands/watch.js +3 -1
  15. package/bin/lib/generators/claude-plugin.js +52 -0
  16. package/bin/lib/skills.js +9 -34
  17. package/bin/postinstall.js +20 -18
  18. package/package.json +2 -1
  19. package/skills/contributions/SKILL.md +1 -1
  20. package/skills/data-model-design/SKILL.md +1 -1
  21. package/skills/data-modeling/SKILL.md +1 -1
  22. package/skills/data-quality/SKILL.md +1 -1
  23. package/skills/dax/SKILL.md +1 -1
  24. package/skills/dax-doctor/SKILL.md +1 -1
  25. package/skills/dax-udf/SKILL.md +1 -1
  26. package/skills/deployment/SKILL.md +1 -1
  27. package/skills/excel-formulas/SKILL.md +1 -1
  28. package/skills/fabric-scripts/SKILL.md +1 -1
  29. package/skills/fast-standard/SKILL.md +1 -1
  30. package/skills/governance/SKILL.md +1 -1
  31. package/skills/migration-assistant/SKILL.md +1 -1
  32. package/skills/model-documenter/SKILL.md +1 -1
  33. package/skills/pbi-connect/SKILL.md +1 -1
  34. package/skills/power-query/SKILL.md +1 -1
  35. package/skills/project-kickoff/SKILL.md +1 -1
  36. package/skills/query-performance/SKILL.md +1 -1
  37. package/skills/report-design/SKILL.md +1 -1
  38. package/skills/report-layout/SKILL.md +1 -1
  39. package/skills/rls-design/SKILL.md +1 -1
  40. package/skills/semantic-model/SKILL.md +1 -1
  41. package/skills/testing-validation/SKILL.md +1 -1
  42. package/skills/theme-tweaker/SKILL.md +1 -1
  43. package/bin/lib/licensing/index.js +0 -35
  44. package/bin/lib/licensing/storage.js +0 -404
  45. package/bin/lib/licensing/storage.test.js +0 -55
  46. package/bin/lib/licensing/validator.js +0 -213
  47. package/bin/lib/licensing/validator.test.js +0 -137
@@ -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.2.1",
9
+ "version": "2.0.0",
10
10
  "repository": "https://github.com/luquimbo/bi-superpowers"
11
11
  },
12
12
  "plugins": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bi-superpowers",
3
3
  "description": "Claude Code plugin for Power BI, Microsoft Fabric, and semantic model workflows powered by the official Microsoft MCP servers.",
4
- "version": "1.2.1",
4
+ "version": "2.0.0",
5
5
  "author": {
6
6
  "name": "Lucas Sanchez"
7
7
  }
@@ -0,0 +1,199 @@
1
+ {
2
+ "name": "bi-superpowers",
3
+ "version": "2.0.0",
4
+ "skillCount": 24,
5
+ "skills": [
6
+ {
7
+ "name": "contributions",
8
+ "title": "Contributions Validation Skill",
9
+ "description": "Contributions Validation Skill: Contribution validation.",
10
+ "category": "command",
11
+ "triggerCount": 0,
12
+ "path": "skills/contributions/SKILL.md"
13
+ },
14
+ {
15
+ "name": "data-model-design",
16
+ "title": "Data Model Design Skill",
17
+ "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\".",
18
+ "category": "command",
19
+ "triggerCount": 5,
20
+ "path": "skills/data-model-design/SKILL.md"
21
+ },
22
+ {
23
+ "name": "data-modeling",
24
+ "title": "Data Modeling Skill",
25
+ "description": "Use when the user asks about Data Modeling Skill, especially phrases like \"data model\", \"star schema\", \"fact table\", \"relationship\", \"surrogate key\", \"SCD\".",
26
+ "category": "reference",
27
+ "triggerCount": 7,
28
+ "path": "skills/data-modeling/SKILL.md"
29
+ },
30
+ {
31
+ "name": "data-quality",
32
+ "title": "Data Quality Skill",
33
+ "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\".",
34
+ "category": "reference",
35
+ "triggerCount": 5,
36
+ "path": "skills/data-quality/SKILL.md"
37
+ },
38
+ {
39
+ "name": "dax-doctor",
40
+ "title": "DAX Doctor Skill",
41
+ "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\".",
42
+ "category": "command",
43
+ "triggerCount": 6,
44
+ "path": "skills/dax-doctor/SKILL.md"
45
+ },
46
+ {
47
+ "name": "dax-udf",
48
+ "title": "DAX User-Defined Functions (UDFs)",
49
+ "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\".",
50
+ "category": "reference",
51
+ "triggerCount": 8,
52
+ "path": "skills/dax-udf/SKILL.md"
53
+ },
54
+ {
55
+ "name": "dax",
56
+ "title": "DAX Skill",
57
+ "description": "Use when the user asks about DAX Skill, especially phrases like \"DAX\", \"CALCULATE\", \"time intelligence\", \"SUMX\", \"context transition\", \"Power BI formula\".",
58
+ "category": "reference",
59
+ "triggerCount": 7,
60
+ "path": "skills/dax/SKILL.md"
61
+ },
62
+ {
63
+ "name": "deployment",
64
+ "title": "Deployment Skill",
65
+ "description": "Use when the user asks about Deployment Skill, especially phrases like \"deploy\", \"CI/CD\", \"ALM\", \"git integration\", \"environment\", \"desplegar\".",
66
+ "category": "reference",
67
+ "triggerCount": 6,
68
+ "path": "skills/deployment/SKILL.md"
69
+ },
70
+ {
71
+ "name": "excel-formulas",
72
+ "title": "Excel Formulas Skill",
73
+ "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\".",
74
+ "category": "reference",
75
+ "triggerCount": 7,
76
+ "path": "skills/excel-formulas/SKILL.md"
77
+ },
78
+ {
79
+ "name": "fabric-scripts",
80
+ "title": "Fabric Scripts Skill",
81
+ "description": "Use when the user asks about Fabric Scripts Skill, especially phrases like \"Fabric scripts\", \"download dataflows\", \"diagnose connection\", \"TMDL sync\", \"scripts de Fabric\".",
82
+ "category": "command",
83
+ "triggerCount": 5,
84
+ "path": "skills/fabric-scripts/SKILL.md"
85
+ },
86
+ {
87
+ "name": "fast-standard",
88
+ "title": "FAST Standard Skill",
89
+ "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\".",
90
+ "category": "reference",
91
+ "triggerCount": 6,
92
+ "path": "skills/fast-standard/SKILL.md"
93
+ },
94
+ {
95
+ "name": "governance",
96
+ "title": "Governance Skill",
97
+ "description": "Use when the user asks about Governance Skill, especially phrases like \"naming convention\", \"governance\", \"documentation standard\", \"display folder\", \"convención de nombres\".",
98
+ "category": "reference",
99
+ "triggerCount": 5,
100
+ "path": "skills/governance/SKILL.md"
101
+ },
102
+ {
103
+ "name": "migration-assistant",
104
+ "title": "Migration Assistant Skill",
105
+ "description": "Use when the user asks about Migration Assistant Skill, especially phrases like \"migrate\", \"move to Fabric\", \"Desktop to PBIP\", \"deprecated feature\", \"migrar\".",
106
+ "category": "command",
107
+ "triggerCount": 5,
108
+ "path": "skills/migration-assistant/SKILL.md"
109
+ },
110
+ {
111
+ "name": "model-documenter",
112
+ "title": "Model Documenter Skill",
113
+ "description": "Use when the user asks about Model Documenter Skill, especially phrases like \"document model\", \"document measures\", \"generate documentation\", \"describe tables\", \"documentar modelo\".",
114
+ "category": "command",
115
+ "triggerCount": 5,
116
+ "path": "skills/model-documenter/SKILL.md"
117
+ },
118
+ {
119
+ "name": "pbi-connect",
120
+ "title": "Power BI MCP Connection Skill",
121
+ "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\".",
122
+ "category": "command",
123
+ "triggerCount": 5,
124
+ "path": "skills/pbi-connect/SKILL.md"
125
+ },
126
+ {
127
+ "name": "power-query",
128
+ "title": "Power Query Skill",
129
+ "description": "Use when the user asks about Power Query Skill, especially phrases like \"Power Query\", \"query folding\", \"ETL\", \"source connection\", \"refresh\", \"parameters\".",
130
+ "category": "reference",
131
+ "triggerCount": 7,
132
+ "path": "skills/power-query/SKILL.md"
133
+ },
134
+ {
135
+ "name": "project-kickoff",
136
+ "title": "Project Kickoff Skill",
137
+ "description": "Project Kickoff Skill: Project analysis and planning.",
138
+ "category": "command",
139
+ "triggerCount": 0,
140
+ "path": "skills/project-kickoff/SKILL.md"
141
+ },
142
+ {
143
+ "name": "query-performance",
144
+ "title": "Query Performance Skill",
145
+ "description": "Use when the user asks about Query Performance Skill, especially phrases like \"slow\", \"DAX Studio\", \"taking too long\", \"reduce refresh time\", \"rendimiento\".",
146
+ "category": "reference",
147
+ "triggerCount": 5,
148
+ "path": "skills/query-performance/SKILL.md"
149
+ },
150
+ {
151
+ "name": "report-design",
152
+ "title": "Report Design Skill",
153
+ "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\".",
154
+ "category": "reference",
155
+ "triggerCount": 6,
156
+ "path": "skills/report-design/SKILL.md"
157
+ },
158
+ {
159
+ "name": "report-layout",
160
+ "title": "Report Layout Skill",
161
+ "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\".",
162
+ "category": "command",
163
+ "triggerCount": 5,
164
+ "path": "skills/report-layout/SKILL.md"
165
+ },
166
+ {
167
+ "name": "rls-design",
168
+ "title": "RLS Design Skill",
169
+ "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\".",
170
+ "category": "command",
171
+ "triggerCount": 5,
172
+ "path": "skills/rls-design/SKILL.md"
173
+ },
174
+ {
175
+ "name": "semantic-model",
176
+ "title": "Semantic Model Skill",
177
+ "description": "Use when the user asks about Semantic Model Skill, especially phrases like \"semantic model\", \"TMDL\", \"DirectLake\", \"calculation group\", \"storage mode\", \"modelo semántico\".",
178
+ "category": "reference",
179
+ "triggerCount": 6,
180
+ "path": "skills/semantic-model/SKILL.md"
181
+ },
182
+ {
183
+ "name": "testing-validation",
184
+ "title": "Testing & Validation Skill",
185
+ "description": "Use when the user asks about Testing & Validation Skill, especially phrases like \"test\", \"unit test DAX\", \"regression test\", \"deployment checklist\", \"data reconciliation\", \"pruebas\".",
186
+ "category": "reference",
187
+ "triggerCount": 6,
188
+ "path": "skills/testing-validation/SKILL.md"
189
+ },
190
+ {
191
+ "name": "theme-tweaker",
192
+ "title": "Theme Tweaker Skill",
193
+ "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\".",
194
+ "category": "command",
195
+ "triggerCount": 5,
196
+ "path": "skills/theme-tweaker/SKILL.md"
197
+ }
198
+ ]
199
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "spec": "open-plugin-spec@1",
3
+ "name": "bi-superpowers",
4
+ "version": "2.0.0",
5
+ "description": "Claude Code plugin for Power BI, Microsoft Fabric, and semantic model workflows powered by the official Microsoft MCP servers.",
6
+ "author": {
7
+ "name": "Lucas Sanchez"
8
+ },
9
+ "repository": "https://github.com/luquimbo/bi-superpowers",
10
+ "license": "MIT",
11
+ "skills": "./skills/",
12
+ "commands": "./commands/",
13
+ "mcpServers": "./.mcp.json"
14
+ }
package/AGENTS.md CHANGED
@@ -102,16 +102,15 @@ Opciones:
102
102
  - `--agent claude-code --agent codex` — agentes específicos
103
103
  - Sin flags → modo interactivo (detecta agentes instalados)
104
104
 
105
- ### Option 2: Full CLI (premium — includes MCP, library, themes)
105
+ ### Option 2: Full CLI (open source — includes MCP, library, themes)
106
106
 
107
107
  ```bash
108
108
  npm install -g @luquimbo/bi-superpowers
109
- super unlock
110
109
  super kickoff
111
110
  ```
112
111
 
113
112
  Incluye generación del plugin Claude Code con MCP servers, biblioteca de
114
- snippets, temas de Power BI y toda la CLI `super`.
113
+ snippets, temas de Power BI y toda la CLI `super`. Todo gratis y open source (MIT).
115
114
 
116
115
  ### Option 3: Claude Code Plugin marketplace
117
116
 
package/README.md CHANGED
@@ -20,14 +20,21 @@ AI-powered toolkit for Power BI, Microsoft Fabric & Excel development. Ships as
20
20
 
21
21
  ## Quick Start
22
22
 
23
+ ### Option 1 — Install skills for your AI agents (fastest)
24
+
25
+ ```bash
26
+ npx @luquimbo/bi-superpowers install
27
+ ```
28
+
29
+ Interactive installer — detects Claude Code, GitHub Copilot, Codex, Gemini CLI, Kilo Code and installs the 24 skills into the right directories.
30
+
31
+ ### Option 2 — Full CLI with plugin generation
32
+
23
33
  ```bash
24
34
  # Install globally
25
35
  npm install -g @luquimbo/bi-superpowers
26
36
 
27
- # Activate your license
28
- super unlock
29
-
30
- # Initialize in your project
37
+ # Initialize the plugin in your project
31
38
  cd your-bi-project
32
39
  super kickoff
33
40
 
@@ -35,6 +42,8 @@ super kickoff
35
42
  claude --plugin-dir .
36
43
  ```
37
44
 
45
+ 100% open source (MIT). No license keys. All 24 skills and the full library ship with the npm package.
46
+
38
47
  ### Claude Desktop
39
48
 
40
49
  ```bash
@@ -118,8 +127,8 @@ your-project/
118
127
  | `super recharge` | Regenerate plugin after editing source skills |
119
128
  | `super build-desktop` | Build MCPB extension for Claude Desktop |
120
129
  | `super mcp-setup` | Configure MCP servers |
130
+ | `super install` | Install skills into your AI agents' directories |
121
131
  | `super powers` | Show available skills, snippets, and themes |
122
- | `super unlock` | Activate your license key |
123
132
  | `super upgrade` | Update to the latest version |
124
133
  | `super xray <query>` | Search snippets and library content |
125
134
  | `super checkup [file]` | Validate skill files |
@@ -23,6 +23,8 @@ function verifyPluginOutputs(packageDir) {
23
23
  const criticalFiles = [
24
24
  '.claude-plugin/plugin.json',
25
25
  '.claude-plugin/marketplace.json',
26
+ '.claude-plugin/skill-manifest.json',
27
+ '.plugin/plugin.json',
26
28
  '.mcp.json',
27
29
  'commands',
28
30
  'skills',