Fetches and searches Databricks documentation via llms.txt index. Use when other skills don't cover a topic or you need authoritative docs on APIs, configurations, or platform capabilities.
How this skill is triggered — by the user, by Claude, or both
Slash command
/databricks-ai-dev-kit:databricks-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides access to the complete Databricks documentation index via llms.txt - use it as a **reference resource** to supplement other skills and inform your use of MCP tools.
This skill provides access to the complete Databricks documentation index via llms.txt - use it as a reference resource to supplement other skills and inform your use of MCP tools.
This is a reference skill, not an action skill. Use it to:
Always prefer using MCP tools for actions (execute_sql, manage_pipeline, etc.) and load specific skills for workflows (databricks-python-sdk, databricks-spark-declarative-pipelines, etc.). Use this skill when you need reference documentation.
Fetch the llms.txt documentation index:
URL: https://docs.databricks.com/llms.txt
Use WebFetch to retrieve this index, then:
The llms.txt file is organized by category:
Scenario: User wants to create a Delta Live Tables pipeline
databricks-spark-declarative-pipelines skill for workflow patternsmanage_pipeline(action="create_or_update") MCP tool to actually create the pipelineScenario: User asks about an unfamiliar Databricks feature
npx claudepluginhub rsram27/ai-dev-kit10plugins reuse this skill
First indexed Jun 10, 2026
Showing the 6 earliest of 10 plugins
Fetches and searches Databricks documentation via llms.txt index. Use when other skills don't cover a topic or you need authoritative docs on APIs, configurations, or platform capabilities.
Fetches dbt docs in markdown via .md URLs or llms.txt index; searches full content with bash script. For dbt Core, Cloud, Semantic Layer queries.
Expert Azure Databricks knowledge covering troubleshooting, best practices, architecture, security, deployment, and integrations. Use with Unity Catalog, Lakehouse, SQL warehouses, ML/GenAI model serving.