databricks-agent-bricks

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

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

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) within Databricks, enabling faster development of conversational AI applications.

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, custom endpoints, UC Functions, external MCP servers) into a single conversational interface. Use this to route user queries to the most appropriate AI agent.
  • Use Case: Imagine you want to build a customer support bot. You can create a KA for policy documents, a Genie Space for usage analytics, and a MAS to route customer queries to the correct agent, providing a unified support experience.

Quick Start

Use the databricks-agent-bricks skill to create a Knowledge Assistant named 'Product Documentation Assistant' using documents from '/Volumes/main/default/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 knowledge assistant on Databricks for document Q&A?

To build a RAG knowledge assistant on Databricks, you can use this Skill to create a Knowledge Assistant that generates document-based Q&A systems directly from files stored in Unity Catalog Volumes. It streamlines parsing company policies, manuals, or reports into a conversational interface.

What is the best way to orchestrate multiple AI agents in Databricks?

The best way to orchestrate multiple AI agents in Databricks is by deploying a Supervisor Agent. It routes user queries to the most appropriate specialized agent, integrating Knowledge Assistants, Genie Spaces, custom model serving endpoints, and Unity Catalog Functions into a single unified chat interface.

Can I use Unity Catalog Volumes and Genie Spaces together for multi-agent orchestration?

Yes, you can use Unity Catalog Volumes and Genie Spaces together for multi-agent orchestration. This Skill supports configuring a Supervisor Agent to route queries between Knowledge Assistants built on Volume files and Genie Spaces for usage analytics, providing a unified conversational AI experience.

How do I connect external MCP servers to a Databricks conversational AI application?

You connect external MCP servers to a Databricks conversational AI application by adding them as specialized components within a Supervisor Agent. This multi-agent orchestration layer routes user queries to the external MCP server alongside internal Unity Catalog Functions and model serving endpoints.

Does this Skill require pre-existing model serving endpoints to create a multi-agent system?

No, pre-existing model serving endpoints are not strictly required to create a multi-agent system. While the Supervisor Agent supports integrating custom endpoints, you can orchestrate a sophisticated conversational AI application using only Knowledge Assistants, Genie Spaces, and Unity Catalog Functions.

When should I use a Supervisor Agent instead of a standalone Knowledge Assistant?

You should use a Supervisor Agent instead of a standalone Knowledge Assistant when you need to route user queries across multiple specialized AI agents. If your conversational AI application requires unifying document Q&A with usage analytics or external MCP servers, multi-agent orchestration is necessary.