Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/twells89/sigma-migration-skillsnpx agentmods add skills/twells89/sigma-migration-skills/gooddata-to-sigmaWrote 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/twells89/sigma-migration-skills/gooddata-to-sigma)<a href="https://agentmods.dev/skills/twells89/sigma-migration-skills/gooddata-to-sigma"><img src="https://agentmods.dev/badge/skills/twells89/sigma-migration-skills/gooddata-to-sigma/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/twells89/sigma-migration-skills/gooddata-to-sigma"><img src="https://agentmods.dev/badge/skills/twells89/sigma-migration-skills/gooddata-to-sigma.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00219 | $0.02891 |
| Opus 5 | $0.00110 | $0.01445 |
| Sonnet 5 | $0.00044 | $0.00578 |
| Haiku 4.5 | $0.00022 | $0.00289 |
Grade A, and why
gooddata-to-sigma 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 11d 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 — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GoodData → Sigma
Windows / first run — run the environment doctor before anything else:
bash scripts/doctor.sh(macOS/Linux/Git Bash) orpowershell -ExecutionPolicy Bypass -File scripts\doctor.ps1(Windows). It checks Ruby/Python/Node/bash and flags the Python "Store stub" + CRLF with exact fixes. Details:refs/environment.md. Modeling strategy —refs/modeling-strategy.md: faithful reproduction of the source model is the DEFAULT (parity is the gate); an upstream OBT or Sigma-native materialization is an OPT-IN optimization for hot, join-heavy dashboards, re-verified against the same parity oracle. The converter never auto-flattens.
Status: LIVE-VALIDATED — exact parity, data model + workbook. Proven end-to-end on a GoodData Cloud trial → Sigma (both on Snowflake): a workspace (LDM + MAQL metrics + insights + dashboard) migrated to a Sigma data model + workbook with exact parity on metrics and the relationship-backed by-region breakdown; the
BY ALLshare metric was correctly flagged. Build order, risks, and remaining work (live FOR-PREVIOUS date-intel) are inrefs/design-notes.md. Still: never claim a specific conversion works until it passes live parity for that workspace.
Recreate a GoodData workspace in Sigma, in the same phase structure as the sibling converters (Tableau, Power BI, Qlik, Cognos, MicroStrategy, SSRS, …). This skill defers all workbook-spec authoring to the sigma-workbooks skill and all data-model authoring to sigma-data-models.
Read these first
refs/gooddata-api.md— Cloud/.CN declarative export API, auth, LDM + analytics shape.refs/gooddata-platform-api.md— legacy Platform (/gdc) API, SST/TT auth, classic MAQL.refs/maql-mapping.md— MAQL → Sigma formula contract (the hard part).refs/viz-type-mapping.md— insight + dashboard → Sigma element mapping.refs/design-notes.md— full architecture, parity, RLS, risks, build order.
Converter architecture (read if you know the other migration skills)
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- fixtures/expected_flags.json 311 B
- fixtures/test_workspace_orders.json 10 KB
- QUICKSTART.md 1.3 KB
- refs/app-recommendation-signals.md 3.1 KB
- refs/catalogs/aggregation.json 3.6 KB
- refs/catalogs/control.json 2.1 KB
- refs/catalogs/number-format.json 3.6 KB
- refs/catalogs/viz-kind.json 6.9 KB
- refs/catalogs/workbook-feature.json 5.9 KB
- refs/design-notes.md 10 KB
- refs/environment.md 5.7 KB
- refs/gooddata-api.md 4.5 KB
- refs/gooddata-coverage.md 17 KB
- refs/gooddata-platform-api.md 6.1 KB
- refs/layout-visual-qa.md 19 KB
- refs/maql-mapping.md 3.8 KB
- refs/modeling-strategy.md 6.7 KB
- refs/phase-e-enhance.md 12 KB
- refs/source-anchors.md 12 KB
- refs/visual-similarity.md 5.0 KB
- refs/viz-type-mapping.md 3.8 KB
- refs/workbook-code-release-gaps.md 2.1 KB
- schemas/app-plan.schema.json 3.0 KB
- scripts/bootstrap.ps1 41 KB runs code
- scripts/bootstrap.sh 44 KB runs code
- scripts/build_workbook.py 47 KB runs code
- scripts/build-parity-plan.rb 5.3 KB runs code
- scripts/convert.py 12 KB runs code
- scripts/discover_platform.py 8.6 KB runs code
- scripts/discover.py 4.6 KB runs code
- scripts/doctor.ps1 24 KB runs code
- scripts/doctor.sh 34 KB runs code
- scripts/enhance-app-plan.rb 8.1 KB runs code
- scripts/enhance-apply.rb 48 KB runs code
- scripts/enhance-scan.rb 38 KB runs code
- scripts/enhance-select.rb 5.3 KB runs code
- scripts/escalate-gap.py 9.8 KB runs code
- scripts/find-or-pick-dm.rb 29 KB runs code
- scripts/gen-coverage-matrix.py 5.7 KB runs code
- scripts/get_token.py 8.2 KB runs code
- scripts/get-token.sh 4.4 KB runs code
- scripts/intake.rb 21 KB runs code
- scripts/lib/anchor_values.rb 5.6 KB runs code
- scripts/lib/code_rep.mjs 6.0 KB runs code
- scripts/lib/code_rep.py 6.9 KB runs code
- scripts/lib/code_rep.rb 9.2 KB runs code
- scripts/lib/control_lint.rb 22 KB runs code
- scripts/lib/coverage_catalog.py 6.1 KB runs code
- scripts/lib/destination_resolver.rb 1.5 KB runs code
- scripts/lib/enhance_options.rb 18 KB runs code
- scripts/lib/evidence_ledger.rb 6.9 KB runs code
- scripts/lib/export_pool.rb 26 KB runs code
- scripts/lib/layout_lint.rb 15 KB runs code
- scripts/lib/metric_binding.py 8.8 KB runs code
- scripts/lib/modeling_advisory.rb 2.7 KB runs code
- scripts/lib/offramp.rb 28 KB runs code
- scripts/lib/preflight_lint.rb 30 KB runs code
- scripts/lib/redact.rb 1.5 KB runs code
- scripts/lib/sigma_rest.rb 14 KB runs code
- scripts/maql.py 5.8 KB runs code
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.
- 11d ago First seen · 192 lines · 219 tokens per session scan A 7a13eb6a1a34
gooddata-to-sigma is a skill published in the GitHub repository twells89/sigma-migration-skills (16 stars, last pushed today), licensed MIT. It adds 219 tokens to every session and 2,891 once invoked, about $0.0011 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…