generated: '2026-08-27' method: searched source: https://github.com/sigmacomputing/sigma-agent-skills (Apache-2.0) + https://help.sigmacomputing.com/docs/install-skills-for-ai-assistants provider_published: true repository: https://github.com/sigmacomputing/sigma-agent-skills license: Apache-2.0 plugin_version: 0.2.0 plugin_manifest: https://github.com/sigmacomputing/sigma-agent-skills/blob/main/.claude-plugin/marketplace.json docs: https://help.sigmacomputing.com/docs/install-skills-for-ai-assistants note: These skills are written and published by Sigma, not generated by this pipeline. They are saved VERBATIM. Sigma is one of very few catalogued providers shipping first-party, multi-client agent skills under an open licence — the repository carries AGENTS.md for Codex, .claude-plugin/ for Claude Code, .cursor-plugin/ for Cursor and .cortex-plugin/ for Snowflake Cortex Code from one source. install: - client: Claude Code commands: - /plugin marketplace add https://github.com/sigmacomputing/sigma-agent-skills.git - /plugin install sigma-computing@sigma-computing - client: OpenAI Codex commands: - git clone https://github.com/sigmacomputing/sigma-agent-skills.git note: Run Codex from inside the clone; it loads AGENTS.md from the repository root. - client: Snowflake Cortex Code commands: - /skill add https://github.com/sigmacomputing/sigma-agent-skills.git - /skill sync - client: Cursor commands: - git clone https://github.com/sigmacomputing/sigma-agent-skills.git note: Configure .cursor-plugin/plugin.json as a plugin source. skills: - name: sigma-api file: skills/sigma-computing-sigma-api.md method: searched source: https://github.com/sigmacomputing/sigma-agent-skills/blob/main/skills/sigma-api/SKILL.md description: Authenticate against the Sigma REST API and obtain a bearer token. Covers picking the right regional hostname, exchanging OAuth client credentials, the SIGMA_BASE_URL / SIGMA_CLIENT_ID / SIGMA_CLIENT_SECRET variables, and 401/403 troubleshooting. api: Sigma REST API grounded_operations: - postToken - whoAmI - name: sigma-cli file: skills/sigma-computing-sigma-cli.md method: searched source: https://github.com/sigmacomputing/sigma-agent-skills/blob/main/skills/sigma-cli/SKILL.md description: Drive the whole Sigma REST API surface from the local sigma binary and its OpenAPI-generated command tree. Uniform --params/--json calling convention, discovery through list-prefixes and schema, output formats, and documented sharp edges. api: Sigma REST API has_reference_pack: true reference_files: - files-and-folders - identity-and-access - permissions-and-sharing - workbook-authoring - data-model-authoring - connections-and-sources - delivery-and-schedules - materializations - tenancy-and-deployments reference_note: The nine topical reference files live in the upstream repository under skills/sigma-cli/reference/ and are not mirrored here; SKILL.md is saved verbatim. - name: sigma-data-models file: skills/sigma-computing-sigma-data-models.md method: searched source: https://github.com/sigmacomputing/sigma-agent-skills/blob/main/skills/sigma-data-models/SKILL.md description: Create, retrieve or modify a Sigma data model spec — the semantic-layer definition with sources, columns, metrics, relationships, filters, controls, folder groupings and column-level security — by calling the REST API directly. api: Sigma REST API grounded_operations: - getDataModelSpec - updateDataModelSpec - createDataModelSpec pipeline_generated_skills: [] pipeline_generated_note: None. The provider already publishes skills covering authentication, the CLI and data-model authoring, and a pipeline-generated skill would be strictly weaker than what Sigma ships. Recorded as an intentional no-op rather than an omission. licence_notice: https://help.sigmacomputing.com/docs/notice-for-agent-skills-for-sigma