Agent skill · Databases

agent-bricks

Create and manage Databricks Agent Bricks: Knowledge Assistants (KA) for document Q&A, Genie Spaces for SQL exploration, and Multi-Agent Supervisors (MAS) for multi-agent orchestration. Use when building conversational AI applications on Databricks.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-bricks-datasciencemonkey-claude-code-cli-bric-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/ai-llm/agent-bricks-datasciencemonkey-claude-code-cli-bric-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Bricks Create and manage Databricks Agent Bricks - pre-built AI components for building conversational applications. ## Overview Agent Bricks are three types of pre-built AI tiles in Databricks: | Brick | Purpose | Data Source | |-------|---------|-------------| | **Knowledge Assistant (KA)** | Document-based Q&A using RAG | PDF/text files in Volumes | | **Genie Space** | Natural language to SQL | Unity Catalog tables | | **Multi-Agent Supervisor (MAS)** | Multi-agent orchestration | Model serving endpoints | ## Prerequisites Before creating Agent Bricks, ensure you have the required data: ### For Knowledge Assistants - **Documents in a Volume**: PDF, text, or other files stored in a Unity Catalog volume - Generate synthetic documents using the `unstructured-pdf-generation` skill if needed ### For Genie Spaces - **See the `databricks-genie` skill** for comprehensive Genie Space guidance - Tables in Unity Catalog with the data to explore - Generate raw data using the `synthetic-data-generation` skill - Create tables using the `spark-declarative-pipelines` skill ### For Multi-Agent Supervisors - **Model Serving Endpoints**: Deployed agent endpoints (KA endpoints, custom agent

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. For Knowledge Assistants
  4. For Genie Spaces
  5. For Multi-Agent Supervisors
  6. MCP Tools
  7. Knowledge Assistant Tools
  8. Genie Space Tools
  9. Multi-Agent Supervisor Tools
  10. Typical Workflow
  11. 1. Generate Source Data
  12. 2. Create the Agent Brick
  13. 3. Wait for Provisioning
  14. 4. Add Examples (Automatic)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-bricks skill do?

Create and manage Databricks Agent Bricks: Knowledge Assistants (KA) for document Q&A, Genie Spaces for SQL exploration, and Multi-Agent Supervisors (MAS) for multi-agent orchestration. Use when building conversational AI applications on Databricks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-bricks-datasciencemonkey-claude-code-cli-bric-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going