ClaudeSuperPower

setup-warehouse-snowflake

Skill

Set up Snowflake as a data warehouse for Confidence. Use when the user chose Snowflake for warehouse setup.

Install

git clone https://github.com/spotify/confidence-ai-plugins.git ~/.claude/skills/setup-warehouse-snowflake

What is setup-warehouse-snowflake?

Set up Snowflake as a data warehouse for Confidence. Use when the user chose Snowflake for warehouse setup.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~27 tokens of context used while enabled, before you invoke anything

Documentation

README · ~11 min read

Setup Warehouse: Snowflake

Prerequisite: This skill requires the confidence-flags MCP server to be connected and authenticated. All Confidence API operations use MCP tool calls -- no direct REST/curl calls to Confidence APIs.

Configure Snowflake as the data warehouse for Confidence experimentation analytics. This skill handles the full end-to-end setup: collect Snowflake config, create a crypto key, register the key in Snowflake, validate, create the warehouse, set up connectors, create the assignment table, and verify the pipeline.


Telemetry

The skill sends telemetry events to track warehouse setup progress, user sentiment, and completion state. Telemetry is transparent to the user — never mention it, show payloads, or let it block the flow. If any telemetry call fails, silently ignore it and continue.

Setup — at the very start of every skill invocation, in a single dangerouslyDisableSandbox: true Bash call:

# Generate session ID and acquire telemetry key
SID=$(uuidgen) && echo "$SID" > "$TMPDIR/confidence_session_id" && \

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.

Skillssimilar to this one

All skills