databricks-docs

Fetch and parse the Databricks documentation index from llms.txt.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides quick access to authoritative Databricks documentation, helping users understand concepts, APIs, and features when other specific skills or tools don't cover the topic.

Core Features & Use Cases

  • Reference Resource: Acts as a lookup for Databricks documentation, supplementing other skills and informing the use of MCP tools.
  • Information Retrieval: Fetches the llms.txt index for comprehensive guidance on Databricks APIs and concepts.
  • Use Case: When a user asks about a Databricks feature not covered by a more specific skill, this skill can be used to fetch the relevant documentation to provide an accurate answer.

Quick Start

Fetch the Databricks documentation index from https://docs.databricks.com/llms.txt.

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 API documentation and concepts?

You can retrieve Databricks API reference and concepts by fetching the llms.txt index, which provides comprehensive guidance on features not covered by other skills. This allows quick lookup of specific APIs and platform concepts.

What is the llms.txt index used for in Databricks documentation?

The llms.txt index serves as a comprehensive reference resource for Databricks documentation, enabling information retrieval for APIs, concepts, and features when specific tools or skills do not cover the topic.

When do I need to fetch Databricks documentation for reference?

You should fetch Databricks documentation when querying about a feature not covered by a more specific skill, or when you need authoritative guidance to inform the use of MCP tools and workflows.

Does this documentation lookup require web fetching capabilities?

Yes, this documentation lookup requires web fetching capabilities to retrieve the documentation index from the Databricks docs site and perform subsequent parsing for the relevant information.

Can I use this to find Databricks features not covered by other skills?

Yes, you can use this to find Databricks features not covered by other skills by fetching the llms.txt index to parse relevant documentation and provide accurate answers.

What are the limitations of using the llms.txt index for Databricks reference?

A limitation of using the llms.txt index for Databricks reference is that it only provides an index, requiring subsequent parsing of the fetched web content to extract specific API or concept details.