AI & Agents Skills

Develop AI applications and agents on the Databricks platform.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/TheGrowthExponent/c7-databricks --skill ai-agents-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: AI & Agents Skills
Source: https://github.com/TheGrowthExponent/c7-databricks/tree/main/docs/skills/ai-agents
Command: npx skills add https://github.com/TheGrowthExponent/c7-databricks --skill ai-agents-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the friction of building production-grade AI applications, intelligent agents, and natural language data interfaces on Databricks by providing consolidated guidance, working code patterns, and proven best practices for all core AI and agent capabilities.

Core Features & Use Cases

It covers 5 key skill domains: building production AI agents with Databricks Agent Bricks, setting up natural language data querying with Databricks Genie, implementing semantic search and RAG with Databricks Vector Search, scaling ML deployments with Databricks Model Serving, and automating PDF document processing. Common use cases include customer support chatbots, self-service business analytics, semantic document search, and production ML model serving.

Quick Start

Use the ai-agents skill to build a RAG-powered chatbot that answers user questions about your internal knowledge base using Databricks Vector Search and a hosted LLM endpoint.

Frequently Asked Questions about AI & Agents Skills

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

FAQPage Schema
How do I build a RAG application with Databricks Vector Search?

To build a RAG application with Databricks Vector Search, you need to configure a vector search index, integrate a hosted LLM endpoint, and apply production deployment guardrails for secure retrieval-augmented generation workloads.

What is the best way to set up natural language data querying in Databricks?

Databricks Genie enables natural language data querying by configuring Unity Catalog permissions and integrating LLM endpoints, allowing users to perform self-service business analytics without writing SQL.

How do I deploy production AI agents on Databricks?

You can deploy production AI agents on Databricks by utilizing Agent Bricks for orchestration, implementing function calling, and establishing production deployment guardrails to ensure safe AI workload execution.

Can I automate unstructured PDF document processing using Databricks AI?

Yes, you can automate unstructured PDF document processing on Databricks by extracting text for semantic search indexes and feeding the parsed content into retrieval-augmented generation pipelines.

Do I need Unity Catalog configured to serve ML models on Databricks?

Yes, configuring Unity Catalog is required to establish production deployment guardrails and manage permissions when scaling ML deployments using Databricks Model Serving.