quickstart

Automate Databricks agent environment setup and authentication configuration.

4|4|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/RamVegiraju/databricks-samples --skill quickstart-ramvegiraju
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quickstart
Source: https://github.com/RamVegiraju/databricks-samples/tree/main/.claude/skills/quickstart
Command: npx skills add https://github.com/RamVegiraju/databricks-samples --skill quickstart-ramvegiraju

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initial setup and authentication configuration for a Databricks agent development environment, reducing onboarding time and errors.

Core Features & Use Cases

  • Automated environment bootstrap: Validates prerequisites (uv, Node, Databricks CLI), installs needed tooling, and creates/updates the .env with profile and MLflow settings.
  • Authentication onboarding: Guides you through configuring a Databricks CLI profile and workspace authentication to enable seamless development.
  • Use Case: Imagine a new engineer joining a project and needing a ready-to-run local environment for building and testing agent components.

Quick Start

Run uv run quickstart to initialize your environment and authenticate to Databricks.

Frequently Asked Questions about quickstart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Databricks agent development environment from scratch?

Setting up a Databricks agent development environment involves validating prerequisites like uv and Node 20, installing the Databricks CLI, and automatically updating a .env file with authentication profile and MLflow tracking configurations.

What environment variables are needed to configure MLflow tracking with Databricks?

Configuring MLflow tracking with Databricks requires updating your .env file with MLFLOW_TRACKING_URI and MLFLOW_EXPERIMENT_ID alongside DATABRICKS_CONFIG_PROFILE and frontend proxy settings to establish proper workspace authentication.

Do I need the Databricks CLI installed to authenticate my local agent workspace?

Yes, the Databricks CLI is required to authenticate your local agent workspace. The setup process validates the CLI as a prerequisite and uses it to guide you through configuring a Databricks CLI profile for workspace access.

What prerequisites are required to bootstrap a Databricks agent environment?

Bootstrapping a Databricks agent environment requires uv, Node 20, and the Databricks CLI. The setup process validates these specific dependencies before installing needed tooling and generating the required authentication configurations.

Can I automate the creation of a .env file for Databricks authentication?

You can automate the creation of a .env file for Databricks authentication by running a quickstart command during initial setup. This automatically populates the file with DATABRICKS_CONFIG_PROFILE and MLflow tracking variables.