twells89

69 mods across 2 repositories, 24 stars between them.

powerbi-to-sigma

25

twells89/sigma-migration-skills

Plugin Claude Code

Migrate Power BI models and reports to Sigma — TMSL + report extraction (incl. a fully-local .pbix front door: pbixray VertiPaq → TMSL model + UTF-16LE Report/Layout, no Fabric), DAX → Sigma formula translation (with a gap-scout for the hard cases), data model + workbook build, and parity verification. Includes a…

13 4d ago A tokens not measured original MIT

powerbi-assessment

26

twells89/sigma-migration-skills

Skill Claude CodeCodex

Take inventory of a Power BI / Fabric tenant and produce a migration-readiness readout — environment counts, per-semantic-model DAX complexity (measures / calc columns / calc tables / RLS / DirectQuery / warehouse sources from M), per-report visual complexity, refresh history, a DAX-convertibility score against the…

13 4d ago A 147 tokens original MIT

twells89/sigma-migration-skills

Skill Claude CodeCodex

Land an Import-mode Power BI model's source data into Snowflake so a warehouse-native tool (Sigma) can query it. Use when a .pbix / semantic model is Import mode over Excel / Power Query / flat files (no live warehouse behind it) and a migration needs the data physically in a warehouse first. This is the DATA track…

13 4d ago A 111 tokens original MIT

powerbi-to-sigma

28

twells89/sigma-migration-skills

Skill Claude CodeCodex

Convert a Power BI report + semantic model into a Sigma data model and matching dashboard. Use when the user has a Power BI report (in Power BI Service / Fabric, or a .pbix/.pbit file) and wants to recreate it in Sigma. Covers connecting to Power BI with no Entra app, extracting the model (TMSL) + report layout…

13 4d ago A 123 tokens original MIT

qlik-to-sigma

29

twells89/sigma-migration-skills

Plugin Claude Code

Migrate Qlik Sense / Qlik Cloud apps to Sigma — discovery via qlik-cli or corectl unbuild, Qlik-expression → Sigma-formula translation (incl. Set Analysis + calculated LOAD fields), REST-only warehouse catalog preflight, data model + source-covered workbook build, and parity verification. Also migrates legacy QlikView.

13 4d ago A tokens not measured original MIT

qlik-assessment

30

twells89/sigma-migration-skills

Skill Claude CodeCodex

Take inventory of a Qlik Cloud tenant and produce a migration-readiness readout — app/space/user counts, per-app complexity (master-measure expression convertibility, chart-type coverage, Set Analysis / Section Access flags, data model size), reload health, and a value/cost-ranked migration shortlist. Use to scope a…

13 4d ago A 95 tokens original MIT

qlik-to-sigma

31

twells89/sigma-migration-skills

Skill Claude CodeCodex

Convert a Qlik Sense / Qlik Cloud app into a Sigma data model and matching workbook. Use when the user has a Qlik Cloud tenant/app and wants to recreate it in Sigma. Discovery via qlik-cli (Engine + REST) or an offline corectl unbuild folder, Qlik-expression → Sigma-formula translation via the local vendored…

13 4d ago A 141 tokens original MIT

quicksight-to-sigma

32

twells89/sigma-migration-skills

Plugin Claude Code

Migrate Amazon QuickSight analyses and dashboards to Sigma — analysis + dataset + data-source extraction over the AWS CLI, calc-field / data-prep translation via the convertquicksighttosigma MCP, data model + workbook build, layout, and parity verification. Includes a QuickSight assessment skill.

13 4d ago A tokens not measured original MIT

twells89/sigma-migration-skills

Skill Claude CodeCodex

Take inventory of an Amazon QuickSight account and produce a migration-readiness readout — environment counts, per-analysis visual-type mix, calc-field complexity (mechanical / restructuring / window-table-calc buckets), parameter + FilterGroup + layout-shape signals, per-dataset source types / custom-sql / joins /…

13 4d ago A 150 tokens original MIT

quicksight-to-sigma

34

twells89/sigma-migration-skills

Skill Claude CodeCodex

Convert an Amazon QuickSight analysis or dashboard into a Sigma data model and matching dashboard. Use when the user has a QuickSight analysis/dashboard and wants to recreate it in Sigma. Covers AWS-CLI extraction of the analysis definition + datasets + data sources, calc-field / data-prep translation via the local…

13 4d ago A 108 tokens original MIT

sigma-authoring

35

twells89/sigma-migration-skills

Plugin Claude Code

The canonical Sigma authoring skills every migration converter defers to for the current spec surface: sigma-api (authentication), sigma-workbooks (workbook spec — element kinds, source kinds, controls, formulas, formatting, layout), sigma-data-models (data model authoring), and custom-sql-to-data-model. Install this…

13 4d ago A tokens not measured original MIT

twells89/sigma-migration-skills

Skill Claude CodeCodex

Scan Sigma workbooks for custom SQL elements, dedupe across workbooks, build or reuse Sigma data models, then repoint the workbooks via the v3alpha :swapSources endpoint. Use when you want to find ad-hoc SQL in workbooks and promote it to one reusable data model per unique query.

13 4d ago A 72 tokens original MIT

twells89/sigma-migration-skills

Cursor rule

Scan Sigma workbooks for custom SQL elements, dedupe across workbooks, build or reuse Sigma data models, then repoint the workbooks via the v3alpha :swapSources endpoint. Use when you want to find ad-hoc SQL in workbooks and promote it to one reusable data model per unique query.

13 4d ago A 65 tokens original MIT

sigma-api

38

twells89/sigma-migration-skills

Skill Claude CodeCodex

Authenticate against the Sigma Computing REST API and obtain a bearer token. Use whenever the user wants to call the Sigma API directly with curl/HTTP, exchange OAuth client credentials for an access token, sign in interactively via a browser OAuth login (authorization-code + PKCE), configure SIGMABASEURL /…

13 4d ago A 106 tokens original MIT

sigma-api

39

twells89/sigma-migration-skills

Cursor rule

Authenticate against the Sigma Computing REST API and obtain a bearer token. Use whenever the user wants to call the Sigma API directly with curl/HTTP, exchange OAuth client credentials for an access token, sign in interactively via a browser OAuth login (authorization-code + PKCE), configure SIGMABASEURL /…

13 4d ago A 103 tokens original MIT

sigma-data-models

40

twells89/sigma-migration-skills

Skill Claude CodeCodex

Author, retrieve, or modify a Sigma data model spec (the JSON/YAML semantic-layer definition with sources, columns, metrics, relationships, filters, controls, folder groupings, and column-level security) by calling the Sigma REST API directly. Use when the user wants to build a new data model from existing warehouse…

13 4d ago A 171 tokens original MIT

sigma-data-models

41

twells89/sigma-migration-skills

Cursor rule

Author, retrieve, or modify a Sigma data model spec (the JSON/YAML semantic-layer definition with sources, columns, metrics, relationships, filters, controls, folder groupings, and column-level security) by calling the Sigma REST API directly. Use when the user wants to build a new data model from existing warehouse…

13 4d ago A 166 tokens original MIT

twells89/sigma-migration-skills

Skill Claude CodeCodex

Build, register, host, embed, and data-bind a bespoke Sigma custom plugin (@sigmacomputing/plugin) to recreate a source visualization for which Sigma has no native chart/KPI/table equivalent — a radial gauge, a custom heatmap, a sankey, or any bespoke viz kind outside Sigma's native element set. Use when a source viz…

13 4d ago A 197 tokens original MIT

twells89/sigma-migration-skills

Cursor rule

Build, register, host, embed, and data-bind a bespoke Sigma custom plugin (@sigmacomputing/plugin) to recreate a source visualization for which Sigma has no native chart/KPI/table equivalent — a radial gauge, a custom heatmap, a sankey, or any bespoke viz kind outside Sigma's native element set. Use when a source viz…

13 4d ago A 192 tokens original MIT

sigma-workbooks

44

twells89/sigma-migration-skills

Skill Claude CodeCodex

Build, edit, and iterate on Sigma workbook specs — the JSON definition you POST to /v2/workbooks/spec, covering pages, layout, controls, charts, KPIs, tables, formulas, and sources. The Sigma OpenAPI is the source of truth for every shape and field; this skill adds navigation, style guidance, and proven recipes for…

13 4d ago A 132 tokens original MIT

sigma-workbooks

45

twells89/sigma-migration-skills

Cursor rule

Build, edit, and iterate on Sigma workbook specs — the JSON definition you POST to /v2/workbooks/spec, covering pages, layout, controls, charts, KPIs, tables, formulas, and sources. The Sigma OpenAPI is the source of truth for every shape and field; this skill adds navigation, style guidance, and proven recipes for…

13 4d ago A 128 tokens original MIT

sisense-to-sigma

46

twells89/sigma-migration-skills

Plugin Claude Code

Migrate Sisense (ElastiCube / Live data model + dashboards) to Sigma — data model + workbook (indicator→KPI, chart/→chart, pivot2→pivot, table; JAQL→Sigma formulas; filters→controls; columnar layout→24-col grid), with data + layout parity gates and opt-in RLS. Bundles sisense-to-sigma + sisense-assessment.

13 4d ago A tokens not measured original MIT

sisense-assessment

47

twells89/sigma-migration-skills

Skill Claude CodeCodex

Take inventory of a Sisense estate and produce a migration-readiness readout — ElastiCube/Live model counts, dashboard counts, a widget-type histogram, JAQL complexity, dataset/connection mix, and per-dashboard AUTO / HINT / MANUAL / UNHANDLED tags scored against the sisense-to-sigma converter's actual coverage. Use…

13 4d ago A 116 tokens original MIT

sisense-to-sigma

48

twells89/sigma-migration-skills

Skill Claude CodeCodex

Migrate Sisense to Sigma. Use when the user has a Sisense instance — ElastiCube or Live data models and dashboards — and wants to recreate them in Sigma. Pulls the source live over the Sisense REST API (data model schema export + dashboards/widgets), converts the model to a Sigma data model and the dashboards to a…

13 4d ago A 172 tokens original MIT