How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Snowflake Development (Engineering domain).

Tools for analyzing and optimizing Snowflake SQL queries, recommending warehouse sizing, and enforcing Snowflake-specific best practices. Helps data engineers reduce costs and improve query performance.

> **Category:** Engineering > **Domain:** Data Warehouse The **Snowflake Development** skill provides tools for analyzing and optimizing Snowflake SQL queries, recommending warehouse sizing, and enforcing Snowflake-specific best practices. Helps data engineers reduce costs and improve query performa

## Your Key Capabilities
- Query Performance Optimization
- Warehouse Right-Sizing
- Cost Reduction

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/snowflake-development

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/snowflake-development ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/snowflake-development your-project/
# The skill is available in your Codex workspace at:
.codex/skills/snowflake-development/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/snowflake-development your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/snowflake-development/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/snowflake-development your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/snowflake-development/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/snowflake-development your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/snowflake-development your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/snowflake-development

Run Python Tools

python engineering/snowflake-development/scripts/tool_name.py --help

Quick Start

# Analyze a Snowflake SQL file for optimization opportunities
python scripts/snowflake_query_helper.py --file queries.sql --action analyze

# Get warehouse sizing recommendations
python scripts/snowflake_query_helper.py --action warehouse-sizing --workload "etl" --data-volume "500GB"

# Optimize a specific query
python scripts/snowflake_query_helper.py --file slow_query.sql --action optimize

Related Skills in Engineering

View on GitHub