agents/dot-agents/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
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to simplify, refactor lightly, clean up, or improve recently modified code without behavior changes.
tools
Write a path-free, clipboard-ready handoff prompt that lets another agent investigate, discuss, or pick up a specific task.
testing
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
development
Run a Pi-based structured code review as a closeout check on local, branch, PR, or commit changes before commit or ship.