agent-skills/_shared-skills/snowsql/SKILL.md
Connect to Snowflake via SnowSQL
npx skillsauth add nathankoerschner/dotfiles snowsqlInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are now connected to Snowflake using the connection named "$1".
Connection configuration is stored in ~/.snowsql/config. You can read this file to see available connections if needed.
To run queries, use the snowsql command: snowsql -c $1 -q "YOUR SQL QUERY HERE"
Important guidelines:
-c $1 to specify the connection-q "query" for single queries--output-format csv or --output-format jsonLIMIT clauses when exploring data to avoid overwhelming outputExample usage:
snowsql -c $1 -q "SHOW TABLES;"snowsql -c $1 -q "SELECT * FROM table_name LIMIT 10;"snowsql -c $1 -q "SELECT CURRENT_WAREHOUSE();"Wait for the user's instructions on what queries to run.
development
Deep, rigorous multi-model code review for PRs, branches, diffs, commits, or pre-merge checks. Use this when the user explicitly asks for a deep review, thorough review, rigorous review, pre-merge check, PR review, branch review, or wants maximum confidence. Do not use for quick/casual reviews; use quick-review instead. Treat AI output as a first draft: run independent Pi subagents on Claude Opus, GPT-5.5 extra-high reasoning, and Gemini; validate and synthesize severity-ranked findings before fixes.
development
Review UI code for Vercel Web Interface Guidelines compliance
development
Opinionated constraints for building better interfaces with agents.
databases
Connect to Snowflake via SnowSQL