What problem does it solve? Building conversational AI applications on Databricks requires coordinating document indexing, SQL interfaces, and multi-agent routing, which involves many manual configuration steps. This Skill provides structured guidance and MCP tool references for creating and managing Databricks Agent Bricks end to end. ## Core Features & Use Cases - Knowledge Assistants (KA): Create RAG-based document Q&A systems over PDF and text files stored in Unity Catalog Volumes, with automatic example ingestion from companion JSON files. - Genie Spaces: Set up natural-language-to-SQL exploration over Unity Catalog tables, with detailed guidance delegated to the databricks-genie skill. - Multi-Agent Supervisors (MAS): Orchestrate multiple specialized agents (KA endpoints, Genie spaces, custom model serving endpoints) behind a single routing endpoint, including hierarchical MAS architectures. - Use Case: Generate synthetic HR policy PDFs, create a Knowledge Assistant over them, then combine it with a Genie space for usage analytics inside a Multi-Agent Supervisor that routes employee questions to the right agent. ## Quick Start Ask the agent to create a Knowledge Assistant named HR Policy Assistant over the volume /Volumes/my_catalog/my_schema/raw_data/hr_docs and wait for its endpoint to reach ONLINE status.