snowflake

Installation
SKILL.md

Snowflake

Official docs

Topic URL
Documentation https://docs.snowflake.com
SQL reference https://docs.snowflake.com/en/sql-reference-commands
Access control https://docs.snowflake.com/en/user-guide/security-access-control-overview
Warehouses https://docs.snowflake.com/en/user-guide/warehouses

Agent rules

  1. Role hierarchy — least privilege; use role switching explicitly in scripts.
  2. Warehouse sizing — note credit impact when changing warehouse size or auto-suspend.
  3. Idempotent DDL — prefer CREATE ... IF NOT EXISTS / CREATE OR REPLACE patterns used in repo.
  4. Stages & pipes — match existing integration (S3/GCS/Azure) naming.
  5. Dialect — Snowflake-specific functions (FLATTEN, QUALIFY, etc.) — verify in docs.
Installs
1
GitHub Stars
1
First Seen
Sep 9, 2026
snowflake — michael-baylard/agent-harness