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/databricks-pack

v1.0.0

Published

Claude Code skill pack for Databricks - 24 skills covering lakehouse platform, Spark, and ML pipelines

Readme

Databricks Skill Pack

24 production-ready skills for the Databricks Lakehouse Platform — Unity Catalog, Delta Lake, MLflow, Spark SQL, Asset Bundles, and the full REST API.

Installation

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

What It Does

This pack gives Claude Code deep operational knowledge of Databricks: real REST API endpoints (/api/2.1/jobs/*, /api/2.0/clusters/*), real Python SDK patterns (databricks-sdk WorkspaceClient, typed error handling), real Spark SQL (Auto Loader, MERGE INTO, OPTIMIZE, Liquid Clustering), and real deployment workflows (Declarative Automation Bundles, GitHub Actions CI/CD).

Every skill contains working code, not placeholder templates.

Skills (24)

Standard (S01-S12)

| Skill | What It Covers | |-------|---------------| | databricks-install-auth | CLI v2, Python SDK, PAT/OAuth U2M/OAuth M2M, profiles | | databricks-hello-world | First cluster, notebook upload, runs/submit, SQL warehouse | | databricks-local-dev-loop | Databricks Connect v2, pytest fixtures, Asset Bundle sync | | databricks-sdk-patterns | Singleton client, typed errors, cluster lifecycle, job builder | | databricks-core-workflow-a | Medallion ETL: Auto Loader, MERGE upserts, DLT pipelines | | databricks-core-workflow-b | Feature Store, MLflow tracking, model registry, serving endpoints | | databricks-common-errors | OOM, concurrent writes, permissions, schema mismatch, 429 | | databricks-debug-bundle | Diagnostic tar.gz: cluster events, run output, driver logs | | databricks-rate-limits | Exponential backoff, token-bucket, idempotent submissions | | databricks-security-basics | Secret scopes, token rotation, column masking, audit queries | | databricks-prod-checklist | Pre-deploy checklist, job YAML, rollback procedure | | databricks-upgrade-migration | DBR version upgrade, Hive-to-Unity-Catalog, protocol upgrade |

Pro (P13-P18)

| Skill | What It Covers | |-------|---------------| | databricks-ci-integration | GitHub Actions, bundle validation, unit tests, OIDC auth | | databricks-deploy-integration | Declarative Automation Bundles, targets, variables, permissions | | databricks-webhooks-events | Notification destinations, SQL alerts, system table auditing | | databricks-performance-tuning | Cluster sizing, AQE, Liquid Clustering, Z-order, query plans | | databricks-cost-tuning | Billing tables, cluster policies, spot instances, instance pools | | databricks-reference-architecture | Lakehouse layout, Unity Catalog hierarchy, maintenance jobs |

Flagship (F19-F24)

| Skill | What It Covers | |-------|---------------| | databricks-multi-env-setup | Dev/staging/prod profiles, per-env secrets, Terraform | | databricks-observability | System tables, job health, cost-per-job, SQL alerts, Prometheus | | databricks-incident-runbook | Triage script, decision tree, evidence collection, postmortem | | databricks-data-handling | GDPR deletion, PII masking, retention enforcement, row-level security | | databricks-enterprise-rbac | SCIM groups, Unity Catalog grants, cluster policies, service principals | | databricks-migration-deep-dive | Hadoop/Snowflake/Redshift migration, schema conversion, cutover |

Key APIs Covered

| API | Endpoints | |-----|-----------| | Jobs API 2.1 | POST /api/2.1/jobs/create, runs/submit, run-now | | Clusters API 2.0 | create, list, start, delete, events | | SQL Statement API | execute-statement | | Unity Catalog | catalogs, schemas, tables, grants | | DBFS / Files API | put, get, list | | Secrets API | create-scope, put-secret, list-acls | | SCIM API | groups, users, service-principals | | Model Serving | serving-endpoints/create, query |

Usage

Skills trigger automatically on Databricks topics:

  • "Set up Databricks auth" -- databricks-install-auth
  • "Build a Delta Lake pipeline" -- databricks-core-workflow-a
  • "Deploy my Databricks job" -- databricks-deploy-integration
  • "Optimize my Spark queries" -- databricks-performance-tuning
  • "Set up Unity Catalog permissions" -- databricks-enterprise-rbac
  • "Migrate from Snowflake" -- databricks-migration-deep-dive

License

MIT