databricks-docs

Fetches the Databricks llms.txt documentation index to look up authoritative platform guidance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working on Databricks tasks, you often hit topics not covered by a specific workflow skill or need authoritative details before using MCP tools. This Skill provides a structured way to search the official Databricks documentation index and pull the exact pages you need. ## Core Features & Use Cases - Documentation Index Lookup: Fetches the llms.txt index from docs.databricks.com, organized by categories like Data Engineering, SQL & Analytics, AI/ML, Governance, and Developer Tools. - Reference Companion: Supplements action-oriented skills (SDK, pipelines, Unity Catalog, model serving) with authoritative conceptual and API documentation. - Feature Discovery: Helps you find Databricks capabilities you may not know about before deciding which tools or skills to apply. - Use Case: A user asks about an unfamiliar Databricks feature. You fetch llms.txt, locate the relevant docs section, read the detailed page, then apply the right MCP tool or workflow skill to complete the task. ## Quick Start Fetch the Databricks llms.txt documentation index and find the official guidance on creating a Delta Live Tables pipeline.

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 Databricks documentation from an AI agent?

Fetch the llms.txt index at docs.databricks.com/llms.txt using WebFetch, search it for the relevant section, then fetch the specific documentation page for detailed guidance. The index is organized by category for quick navigation.

What is llms.txt on Databricks docs?

llms.txt is a machine-readable index of the Databricks documentation site, organized into categories like Data Engineering, SQL & Analytics, AI/ML, Governance, and Developer Tools. It lets language models quickly locate relevant documentation pages.

When should I use documentation lookup instead of MCP tools?

Use documentation lookup when you need conceptual understanding, API details, or feature discovery. Use MCP tools like execute_sql or create_or_update_pipeline for actual actions. Documentation informs how you use the tools, not replaces them.

Does this skill execute Databricks operations directly?

No, it is a reference-only skill. It fetches and reads documentation but performs no actions on your workspace. For execution, use the related workflow skills and MCP tools after consulting the docs.

What Databricks topics does the documentation index cover?

The index covers Overview & Getting Started, Data Engineering (Lakeflow, Spark, Delta Lake), SQL & Analytics, AI/ML (MLflow, model serving, GenAI), Governance (Unity Catalog, security), and Developer Tools (SDKs, CLI, APIs, Terraform).