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/sigma-workbooksWrote 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/sigma-workbooks)<a href="https://agentmods.dev/skills/twells89/sigma-migration-skills/sigma-workbooks"><img src="https://agentmods.dev/badge/skills/twells89/sigma-migration-skills/sigma-workbooks/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/sigma-workbooks"><img src="https://agentmods.dev/badge/skills/twells89/sigma-migration-skills/sigma-workbooks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 140 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00132 | $0.07259 |
| Opus 5 | $0.00066 | $0.03630 |
| Sonnet 5 | $0.00026 | $0.01452 |
| Haiku 4.5 | $0.00013 | $0.00726 |
Grade A, and why
sigma-workbooks scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sfL https://assets.sigmacomputing.com/openapi/public-rest-api/sigma-computing-public-rest-api.json \ How it starts
The opening of the file, as written. The whole thing — 392 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sigma Workbooks (Spec via REST API)
This skill helps you build effective Sigma workbooks by navigating the Sigma OpenAPI and applying style guidance + proven recipes beyond what the OpenAPI alone teaches.
Scope
The workbook spec — the JSON you POST to /v2/workbooks/spec defining pages, elements, sources, formulas, and layout. Lifecycle around the workbook (embeds, grants, materialization schedules, bookmarks, sharing) is a separate API surface and out of scope here.
Sources of truth
Sigma's public API docs are an index at https://help.sigmacomputing.com/openapi.json that lists two canonical split specs (split from one large spec to fix compilation / out-of-memory errors — so the structure changed subtly). That index now serves an HTML page, not JSON (verified 2026-08-05) — it renders links to the two specs rather than returning a machine-readable list, so treat it as a human landing page and go straight to the two URLs below:
https://help.sigmacomputing.com/openapi/openapi/sigma-rest-api.json— the REST API: endpoint request/response shapes (workbooks, data models, members, connections, exports, materialization, …). Use for API calls.https://help.sigmacomputing.com/openapi/openapi/code-representation.json— the "code representation" (as-code) spec. Today it documents the data-model spec (/v2/dataModels/spec); use it for data-model element shapes.
Workbook element/control/format shapes (the bar-chart / kpi-chart / control / format kinds that go under /v2/workbooks/spec) are not inlined in either split spec — get them from one of, roughly in this order.
The split specs don't document the workbook spec endpoint at all (verified 2026-08-05):
sigma-rest-api.jsonhas zero paths matchingspec— no/v2/workbooks/spec, no/v2/workbooks/spec/verify, no/v2/workbooks/{id}/spec— andcode-representation.jsoncarries only the two/v2/dataModels/spec*paths. So for workbook authoring the split specs are not merely missing the inlined element shapes; the endpoint itself is absent. Use a per-endpoint reference page, the compiled asset, or a live readback (all below).
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.
- docs/sigma-trellis-chart-support.md 7.8 KB
- docs/workbook-rep-companion.html 12 KB
- docs/workbook-rep-companion.md 6.8 KB
- generated/cline/sigma-workbooks.md 30 KB
- generated/codex/AGENTS.md 30 KB
- generated/continue/sigma-workbooks.md 30 KB
- generated/cursor/rules/sigma-workbooks.mdc 30 KB
- reference/specification/agents.md 11 KB
- reference/specification/charts.md 24 KB
- reference/specification/comparative-kpi-card.yaml 1.5 KB
- reference/specification/content-elements.md 13 KB
- reference/specification/controls.md 18 KB
- reference/specification/example-full.yaml 22 KB
- reference/specification/formatting.md 2.7 KB
- reference/specification/formulas.md 14 KB
- reference/specification/input-tables.md 6.7 KB
- reference/specification/kpis.md 7.9 KB
- reference/specification/layout.md 17 KB
- reference/specification/maps.md 2.2 KB
- reference/specification/schema.md 5.7 KB
- reference/specification/sources-warehouse.md 2.2 KB
- reference/specification/sources.md 8.9 KB
- reference/specification/styling.md 43 KB
- reference/specification/tables.md 12 KB
- reference/workflows/actions.md 17 KB
- reference/workflows/composition.md 20 KB
- reference/workflows/crud.md 7.2 KB
- reference/workflows/discover.md 7.4 KB
- reference/workflows/element-rep.md 3.0 KB
- reference/workflows/from-image.md 8.2 KB
- reference/workflows/validate.md 4.4 KB
- refs/environment.md 5.7 KB
- scripts/bootstrap.ps1 41 KB runs code
- scripts/bootstrap.sh 44 KB runs code
- scripts/doctor.ps1 24 KB runs code
- scripts/doctor.sh 34 KB runs code
- scripts/extract-openapi-contract.rb 9.7 KB runs code
- scripts/fixtures/openapi-workbook-contract.json 18 KB
- scripts/lib/actions.rb 8.9 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/composition_lint.rb 5.4 KB runs code
- scripts/lib/composition.rb 7.9 KB runs code
- scripts/lib/kpi_card.rb 3.2 KB runs code
- scripts/lib/richness.rb 15 KB runs code
- scripts/lib/ruby_compat.rb 2.9 KB runs code
- scripts/lib/styling.rb 25 KB runs code
- scripts/lib/test_actions.rb 11 KB runs code
- scripts/lib/test_code_rep.rb 10 KB runs code
- scripts/lib/test_composition_lint.rb 4.3 KB runs code
- scripts/lib/test_composition.rb 9.5 KB runs code
- scripts/lib/test_kpi_card.rb 3.6 KB runs code
- scripts/lib/test_richness.rb 15 KB runs code
- scripts/lib/test_styling.rb 21 KB runs code
- scripts/lib/testdata/actions_golden.json 2.4 KB
- scripts/lib/testdata/composition_exec_golden.txt 399 B
- scripts/lib/testdata/composition_master_detail_golden.txt 214 B
- scripts/lib/testdata/composition_overview_golden.txt 751 B
- scripts/lib/testdata/composition_tabbed_golden.json 642 B
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 · 392 lines · 132 tokens per session scan A c9c80bd2c8e9
sigma-workbooks is a skill published in the GitHub repository twells89/sigma-migration-skills (16 stars, last pushed today), licensed MIT. It adds 132 tokens to every session and 7,259 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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…