npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/snowflake-pack

v1.0.0

Published

Claude Code skill pack for Snowflake - 30 skills covering cloud data warehouse, SQL analytics, and data sharing

Downloads

30

Readme

Snowflake Skill Pack

30 production-grade Claude Code skills for Snowflake data platform development — real snowflake-sdk, snowflake-connector-python, and Snowflake SQL patterns.

What's Inside

Real Snowflake code, not placeholders. Every skill uses actual Snowflake APIs: snowflake.createConnection(), connection.execute(), cursor.execute(), COPY INTO, CREATE STREAM, CREATE TASK, MERGE INTO, ACCOUNT_USAGE views, and more.

Installation

/plugin install snowflake-pack@claude-code-plugins-plus

Skills (30)

Standard (S01-S12)

| # | Skill | What It Does | |---|-------|-------------| | S01 | snowflake-install-auth | Install snowflake-sdk/snowflake-connector-python, configure key pair, OAuth, SSO auth | | S02 | snowflake-hello-world | First queries with connection.execute(), parameterized binds, streaming results | | S03 | snowflake-local-dev-loop | Dev warehouses, SnowSQL, vitest mocks, integration tests with temp tables | | S04 | snowflake-sdk-patterns | Connection pooling, promise wrappers, streaming generators, context managers | | S05 | snowflake-core-workflow-a | Data loading: stages, file formats, COPY INTO, Snowpipe auto-ingest | | S06 | snowflake-core-workflow-b | Data transformation: streams, tasks, task DAGs, dynamic tables | | S07 | snowflake-common-errors | Error codes 002003, 000606, 390100, 390144, 100038 with real fixes | | S08 | snowflake-debug-bundle | QUERY_HISTORY diagnostics, LOGIN_HISTORY, WAREHOUSE_LOAD_HISTORY | | S09 | snowflake-rate-limits | Warehouse concurrency, multi-cluster scaling, SQL API throttling | | S10 | snowflake-security-basics | Network policies, key rotation, MFA, secret managers, audit queries | | S11 | snowflake-prod-checklist | Resource monitors, warehouse config, RBAC audit, Snowflake alerts | | S12 | snowflake-upgrade-migration | Driver upgrades, BCR bundles, Python connector breaking changes |

Pro (P13-P18)

| # | Skill | What It Does | |---|-------|-------------| | P13 | snowflake-ci-integration | SchemaChange migrations, GitHub Actions, Terraform provider | | P14 | snowflake-deploy-integration | Serverless connections, Cloud Run, Lambda, Docker with key pair auth | | P15 | snowflake-webhooks-events | Snowflake alerts, email notifications, external functions, Snowpipe events | | P16 | snowflake-performance-tuning | Clustering keys, materialized views, query profiling, partition pruning | | P17 | snowflake-cost-tuning | Resource monitors, auto-suspend, right-sizing, WAREHOUSE_METERING_HISTORY | | P18 | snowflake-reference-architecture | Medallion pattern, bronze/silver/gold, warehouse strategy, role hierarchy |

Flagship (F19-F24)

| # | Skill | What It Does | |---|-------|-------------| | F19 | snowflake-multi-env-setup | Zero-copy clones, env-specific roles, masking policies, resource monitors | | F20 | snowflake-observability | ACCOUNT_USAGE dashboards, Snowflake alerts, metrics export, pipeline health | | F21 | snowflake-incident-runbook | Triage with QUERY_HISTORY, Time Travel rollback, UNDROP, stale stream recovery | | F22 | snowflake-data-handling | Masking policies, row access policies, tagging, GDPR/CCPA stored procedures | | F23 | snowflake-enterprise-rbac | System roles, custom hierarchy, SSO/SAML, SCIM provisioning, grant audits | | F24 | snowflake-migration-deep-dive | Redshift/BigQuery migration, schema conversion, FLATTEN, write_pandas |

Flagship+ (X25-X30)

| # | Skill | What It Does | |---|-------|-------------| | X25 | snowflake-advanced-troubleshooting | Query profile analysis, spill detection, lock contention, partition pruning | | X26 | snowflake-load-scale | Warehouse benchmarking, concurrent load testing, multi-cluster config | | X27 | snowflake-reliability-patterns | Replication, failover groups, Time Travel recovery, connection failover | | X28 | snowflake-policy-guardrails | Network rules, authentication policies, session policies, CI governance | | X29 | snowflake-architecture-variants | Lakehouse/Iceberg, data mesh/sharing, Snowpark-native, decision matrix | | X30 | snowflake-known-pitfalls | Top 10 anti-patterns: always-on warehouses, stale streams, SELECT *, more |

Key Technologies Covered

  • Drivers: snowflake-sdk (Node.js), snowflake-connector-python, Snowpark Python
  • Data Loading: Stages, COPY INTO, Snowpipe, file formats (CSV, JSON, Parquet)
  • Transformation: Streams, Tasks, Dynamic Tables, MERGE INTO
  • Auth: Key pair, OAuth, SSO/SAML, SCIM, MFA, authentication policies
  • Governance: Masking policies, row access policies, tags, network policies
  • Monitoring: ACCOUNT_USAGE views, QUERY_HISTORY, WAREHOUSE_METERING_HISTORY, alerts
  • Infrastructure: Terraform, SchemaChange, zero-copy cloning, replication, failover
  • Advanced: Iceberg tables, data sharing, Snowpark DataFrames, Cortex AI, external functions

License

MIT