databricks-agent-bricks

Create and manage Databricks Agent Bricks for RAG-based Q&A and multi-agent orchestration.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/juanlamadrid20/coda --skill databricks-agent-bricks-juanlamadrid20
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: databricks-agent-bricks
Source: https://github.com/juanlamadrid20/coda/tree/main/.claude/skills/databricks-agent-bricks
Command: npx skills add https://github.com/juanlamadrid20/coda --skill databricks-agent-bricks-juanlamadrid20

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the creation and management of pre-built AI components (Agent Bricks) on Databricks, enabling users to build sophisticated conversational AI applications without deep ML expertise.

Core Features & Use Cases

  • Knowledge Assistants (KA): Create document-based Q&A systems from files in Unity Catalog Volumes. Ideal for building chatbots that answer questions based on company policies, manuals, or reports.
  • Supervisor Agents (MAS): Orchestrate multiple specialized agents (KAs, Genie Spaces, model endpoints, UC functions, external systems) into a single, intelligent interface. Perfect for complex customer support or operational automation scenarios.
  • Use Case: A company wants to provide a unified support portal. They can use this Skill to create a Knowledge Assistant for HR policies, a Genie Space for analyzing usage data, and a Supervisor Agent to route user queries to the appropriate resource, all managed through a single interface.

Quick Start

Use the databricks-agent-bricks skill to create a Knowledge Assistant named 'Product Documentation' using documents from '/Volumes/main/data/product_docs'.

Frequently Asked Questions about databricks-agent-bricks

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

FAQPage Schema
How do I build a RAG chatbot on Databricks using documents from Unity Catalog Volumes?▼

To build a RAG chatbot on Databricks, you create a Knowledge Assistant that retrieves answers from files stored in Unity Catalog Volumes, enabling document-based Q&A without deep ML expertise.

What is a Supervisor Agent for multi-agent orchestration in Databricks?▼

A Supervisor Agent for multi-agent orchestration in Databricks routes user queries to specialized resources like Knowledge Assistants, Genie Spaces, and model serving endpoints within a single intelligent interface.

Can I use Genie Spaces and model serving endpoints together in a single conversational AI app?▼

Yes, you can integrate Genie Spaces and model serving endpoints by deploying a Supervisor Agent that orchestrates these components alongside Unity Catalog functions for unified conversational AI.

How do I connect external MCP servers to a Databricks Agent Bricks orchestration workflow?▼

You connect external MCP servers by configuring a Supervisor Agent that includes external systems as orchestrated tools, allowing the multi-agent interface to route queries to those endpoints.

Do I need deep ML expertise to create conversational AI applications with Databricks Agent Bricks?▼

No, you do not need deep ML expertise to create conversational AI applications with Databricks Agent Bricks, because the system facilitates management of pre-built AI components for sophisticated chatbots.