databricks-ai-dev-kit

Integrates Databricks CLI, Unified Authentication, and Declarative Automation Bundles into AI and data projects.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill databricks-ai-dev-kit-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-ai-dev-kit
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/domain/databricks-ai-dev-kit
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill databricks-ai-dev-kit-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up Databricks projects from an external coding harness involves fragmented tooling, ad-hoc authentication, and manual deployment steps that are hard to reproduce and validate. This Skill standardizes the integration of the Databricks CLI, Unified Authentication, Declarative Automation Bundles, and selected AI Dev Kit components into a reproducible, auditable workflow. ## Core Features & Use Cases - Reproducible project setup: Pin the Databricks CLI and AI Dev Kit versions, verify authentication with read-only commands, and record selected components before any deployment. - Declarative deployment: Express deployable resources as Declarative Automation Bundles and validate them with databricks bundle validate before deploying to an approved development target. - Evidence-driven validation: Execute a seeded golden path and collect resource, run, trace, evaluation, and cost evidence, with documented teardown requiring explicit approval. - Use Case: A field engineer building a Databricks demo or POC uses this Skill to authenticate securely, bundle the project resources, validate the target, deploy to a dev workspace, and gather run and cost evidence for stakeholder review. ## Quick Start Set up and validate a Databricks AI project using the AI Dev Kit workflow, including CLI verification, bundle validation, and a golden-path deployment to a development target.

Frequently Asked Questions about databricks-ai-dev-kit

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

FAQPage Schema
How do I set up a Databricks project from an external coding harness?

Verify the Databricks CLI with `databricks version` and a read-only authentication command, then express deployable resources as a Declarative Automation Bundle. Validate with `databricks bundle validate` before deploying to an approved development target.

How do I validate a Databricks bundle before deployment?

Run `databricks bundle validate` against the intended target after expressing resources as a Declarative Automation Bundle. Deploy only to an approved development target once validation passes.

What authentication method should I use for Databricks CLI?

Use Databricks Unified Authentication and never commit workspace tokens to the repository. Verify authentication with a read-only command before running any deployment steps.

Can I copy the entire Databricks AI Dev Kit repository into my project?

No, prefer selected components over copying the entire upstream repository. Review upstream licenses, install scripts, skills, MCP definitions, and transitive dependencies before enabling them, and pin the release or commit.

What evidence should I collect after deploying a Databricks demo?

Execute one seeded golden path and collect resource, run, trace, evaluation, and cost evidence. Generated YAML or an architecture diagram alone does not count as runtime evidence.

How do I safely tear down Databricks demo resources?

Document and test the teardown procedure as part of the workflow. Require explicit approval before running any destructive commands against workspace resources.