quickstart

Automate Databricks agent setup and authentication with .env and databricks.yml configuration.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/AshDax/sec_scrapper_agent --skill quickstart-ashdax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quickstart
Source: https://github.com/AshDax/sec_scrapper_agent/tree/main/agent-openai-agents-sdk/.claude/skills/quickstart
Command: npx skills add https://github.com/AshDax/sec_scrapper_agent --skill quickstart-ashdax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initial setup and authentication for Databricks agent development, helping new users bootstrap quickly and avoid manual, repetitive configuration steps.

Core Features & Use Cases

  • Bootstraps environment: creates and configures .env with DATABRICKS_CONFIG_PROFILE and MLFLOW_TRACKING_URI, and updates MLflow experiment handling.
  • Flexible authentication: supports interactive quickstart and non-interactive with a predefined profile to enable seamless workspace access.
  • Lightweight workflow: prepares databricks.yml with the required experiment_id and guides next steps for local testing.

Quick Start

Execute uv run quickstart to initialize the Databricks agent development environment.

Frequently Asked Questions about quickstart

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

FAQPage Schema
How do I set up the local environment for Databricks agent development?

Setting up the local environment for Databricks agent development involves creating and configuring a .env file with DATABRICKS_CONFIG_PROFILE and MLFLOW_TRACKING_URI. This automated process prepares your workspace authentication and updates MLflow experiment handling.

Can I authenticate non-interactively with a predefined Databricks profile?

Yes, you can authenticate non-interactively with a predefined Databricks profile. The setup supports both interactive quickstart prompts and non-interactive configuration using a predefined profile to enable seamless workspace access.

What prerequisites do I need before running the Databricks agent quickstart?

The Databricks agent quickstart specifies prerequisites including having the required local development environment ready. It guides you through environment file updates and prepares the databricks.yml with the required experiment_id for local testing.

Why does my MLflow experiment need an experiment_id in databricks.yml?

Your MLflow experiment needs an experiment_id in databricks.yml to ready the local development environment for testing. The quickstart workflow prepares this configuration file and updates MLflow experiment handling to ensure proper tracking.

What is the best way to bootstrap a new Databricks agent workspace configuration?

The best way to bootstrap a new Databricks agent workspace configuration is to run the quickstart command. It automates repetitive setup steps, configures environment variables, and guides next steps to ready your local development environment.

Does the Databricks agent quickstart work for first-time workspace authentication?

Yes, the Databricks agent quickstart works for first-time workspace authentication. It applies during initial setup, helping new users bootstrap quickly and avoid manual configuration steps for environment and workspace access.