quickstart

Provision Databricks authentication and generate local configuration files.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/bcheng004/agent-langgraph-advanced-workshop --skill quickstart-bcheng004
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quickstart
Source: https://github.com/bcheng004/agent-langgraph-advanced-workshop/tree/main/.claude/skills/quickstart
Command: npx skills add https://github.com/bcheng004/agent-langgraph-advanced-workshop --skill quickstart-bcheng004

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of setting up and authenticating a Databricks-backed agent development environment quickly and correctly, without manual misconfiguration.

Core Features & Use Cases

  • Databricks authentication bootstrapping: Validates your Databricks CLI version and provisions the required local auth context.
  • Environment configuration automation: Creates or updates .env with the correct MLflow tracking/experiment settings and optional Lakebase memory configuration.
  • App/deployment binding support: Updates databricks.yml so deployments reuse an existing Databricks app name when provided.

Use case: If you just cloned the workshop template and need working local development plus memory support, run quickstart to generate the right .env and bind your Databricks app so you can immediately test and deploy.

Quick Start

Run uv run quickstart to generate your local configuration and authentication for Databricks (including optional Lakebase memory setup when you provide the relevant flags).

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 with local authentication?

To set up a Databricks agent development environment, this Skill provisions the required local authentication context and generates configuration files. It validates your Databricks CLI version and establishes the necessary local auth context for immediate development.

What is the best way to configure MLflow tracking settings for a Databricks agent?

The best way to configure MLflow tracking settings is to automate .env file creation. This Skill generates or updates your .env file with the correct MLflow tracking and experiment settings, alongside optional Lakebase memory configuration.

Does Databricks agent deployment support non-interactive configuration for CI workflows?

Yes, Databricks agent deployment supports non-interactive configuration for CI workflows. This Skill applies non-interactive configuration to update databricks.yml, allowing deployments to reuse an existing Databricks app name when provided.

Can I re-authenticate my Databricks agent setup if the .env file is missing?

Yes, you can re-authenticate your Databricks agent setup if the .env file is missing. This Skill explicitly handles re-authentication scenarios when no .env file exists, regenerating the correct local configuration.

How do idempotent runs affect existing experiment and Lakebase settings during environment setup?

Idempotent runs during environment setup reuse existing experiment and Lakebase settings rather than overwriting them. This ensures running the quickstart configuration multiple times remains safe and does not duplicate or reset your agent configuration.