Snowflake Safe Query SKILL banner
dosisek-MacMtn dosisek-MacMtn

Snowflake Safe Query SKILL

Data community

Description

--- name: snowflake-safe-query description: "Write and run read-only Snowflake queries against the Gaiia reporting database under a four-layer safety guard - role grants, single-statement enforcement, lexical validation, and statement timeout. Refuses anything that is not a SELECT and estimates scan cost before running. Use for any Gaiia or Snowflake reporting question, ad-hoc pull, or dashboard query." --- # Snowflake Safe Query (Gaiia Reporting) Snowflake is Gaiia's reporting database and ac

Installation

Installs to ~/.claude/skills/dosisek-macmtn-claude-skills-snowflake-safe-query-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dosisek-macmtn-claude-skills-snowflake-safe-query-skill && curl -fsSL https://raw.githubusercontent.com/dosisek-MacMtn/claude-skills/HEAD/skills/snowflake-safe-query-SKILL.md -o ~/.claude/skills/dosisek-macmtn-claude-skills-snowflake-safe-query-skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository