databricks-docs

Fetches Databricks documentation via the llms.txt index for authoritative reference guidance.

4|1|Updated May 22, 2026
One-click install
npx skills add https://github.com/ThomazRossito/ai-data-agents --skill databricks-docs-thomazrossito
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: databricks-docs
Source: https://github.com/ThomazRossito/ai-data-agents/tree/main/plugins/ai-data-agents/skills/databricks-docs
Command: npx skills add https://github.com/ThomazRossito/ai-data-agents --skill databricks-docs-thomazrossito

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with Databricks, you often encounter features, APIs, or configurations not covered by your existing workflow skills, and guessing at CLI flags or SDK methods leads to errors. This Skill provides direct access to the official Databricks documentation index so you can look up authoritative guidance before acting. ## Core Features & Use Cases - Documentation Index Lookup: Fetches the llms.txt index from docs.databricks.com to locate relevant documentation sections across data engineering, SQL, AI/ML, governance, and developer tools. - Reference for Other Skills: Supplements action-oriented skills (like databricks-python-sdk or databricks-unity-catalog) with detailed conceptual and API documentation when workflows need clarification. - Feature Discovery: Helps you understand unfamiliar Databricks capabilities before deciding which CLI commands or SDK patterns to apply. - Use Case: You need to create a Delta Live Tables pipeline but are unsure about a specific DLT feature. Load the pipeline skill for workflow patterns, then use this Skill to fetch the official docs on that feature before running databricks pipelines create. ## Quick Start Use the databricks-docs skill to look up the official documentation for Unity Catalog permissions and summarize the key configuration steps.

Frequently Asked Questions about databricks-docs

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

FAQPage Schema
How do I look up official Databricks documentation from an AI assistant?▼

Fetch the llms.txt index from docs.databricks.com using WebFetch, search it for the relevant section, then retrieve the specific documentation page. This gives you authoritative guidance on APIs, configurations, and platform features.

What is the Databricks llms.txt file used for?▼

The llms.txt file is a machine-readable index of Databricks documentation organized by category, including data engineering, SQL analytics, AI/ML, governance, and developer tools. It lets AI agents quickly find and fetch relevant documentation pages.

When should I use documentation lookup instead of the Databricks CLI?▼

Use documentation lookup when you need conceptual understanding or are researching unfamiliar features. Always prefer the CLI or SDK for actual actions, and load workflow-specific skills for execution patterns.

Does this skill require the Databricks CLI to work?▼

The skill declares compatibility with Databricks CLI version 1.0.0 or higher, but its core function is fetching documentation via WebFetch. The CLI is needed only when you apply the documented guidance through actual commands.

What are the limitations of llms.txt documentation lookup?▼

The llms.txt index only covers content published on docs.databricks.com and requires network access to fetch. It provides reference information only and cannot execute commands, manage resources, or replace workflow-specific skills.