What problem does it solve? When working on Databricks tasks, you often hit features or APIs not covered by a specific workflow skill, leaving you without authoritative guidance. This Skill provides a reference layer that retrieves the official Databricks documentation index so you can confirm API behavior and discover capabilities before acting. ## Core Features & Use Cases - Documentation Index Lookup: Fetches the Databricks llms.txt index via WebFetch and navigates categories like Data Engineering, SQL & Analytics, AI/ML, Governance, and Developer Tools. - Reference for Action Tools: Supplies authoritative context that informs how you use MCP tools and workflow skills such as spark-declarative-pipelines or databricks-python-sdk. - Use Case: A user asks about an unfamiliar Databricks feature. You fetch llms.txt, locate the relevant documentation page, read the details, then determine which skill or MCP tool applies to complete the task. ## Quick Start Fetch the Databricks llms.txt documentation index and find the official guidance on Delta Live Tables pipeline configuration.