databricks-docs

Fetch and parse Databricks llms.txt index to retrieve official documentation pages.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill databricks-docs-blackkadder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-docs
Source: https://github.com/Blackkadder/databricks-apps-and-agents-workshop/tree/main/.claude/skills/databricks-docs
Command: npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill databricks-docs-blackkadder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes access to Databricks documentation by indexing the official llms.txt sitemap so users can quickly find authoritative guidance on platform features, APIs, configurations, and governance when other skills or memory do not provide the needed details.

Core Features & Use Cases

  • Indexed Reference Lookup: Locate canonical Databricks docs by searching the llms.txt index and following links to specific pages.
  • Scope Coverage: Helpful for topics including SDK usage, REST APIs, Delta Lake, Lakehouse pipelines, Unity Catalog, MLflow, and model serving.
  • Use Case: When implementing a Delta Live Tables pipeline or integrating the Databricks Python SDK, use this Skill to retrieve exact configuration options, API signatures, and best-practice recommendations from the official docs.

Quick Start

Fetch the Databricks llms.txt index and open the documentation page for "Delta Live Tables" to clarify pipeline configuration.

Frequently Asked Questions about databricks-docs

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

FAQPage Schema
How do I find authoritative Databricks documentation for Delta Live Tables pipeline configuration?

To find authoritative Databricks documentation for Delta Live Tables, this Skill searches the official llms.txt index and retrieves linked pages for exact configuration options and best-practice guidance.

What Databricks platform features and APIs are covered by the llms.txt documentation index?

The llms.txt documentation index covers Databricks platform features, REST APIs, developer SDKs, Delta Lake, Lakehouse pipelines, Unity Catalog, MLflow, and model serving.

How do I retrieve exact API signatures using the Databricks Python SDK from official docs?

You retrieve exact API signatures for the Databricks Python SDK by applying this Skill to parse the llms.txt sitemap and fetch the corresponding official documentation pages.

Can I use this Skill to resolve questions about Unity Catalog governance and Databricks configurations?

Yes, you can use this Skill to resolve questions about Unity Catalog governance and Databricks configurations when other skills lack coverage by looking up canonical guidance via llms.txt.

When should I use the llms.txt index instead of other skills for Databricks documentation lookup?

You should use the llms.txt index for Databricks documentation lookup when other skills or memory lack the needed coverage for detailed, authoritative guidance on platform features and APIs.

Does this Skill fetch and parse the docs.databricks.com llms.txt file directly?

Yes, this Skill satisfies the requirement to fetch and parse the docs.databricks.com llms.txt file directly, retrieving linked documentation pages for authoritative guidance.