databricks-docs

Fetches live Databricks documentation pages to answer product questions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Databricks product questions often require up-to-date official documentation, but relying on training-data knowledge risks outdated or incorrect answers. This Skill resolves canonical docs.databricks.com URLs and fetches the live pages so answers reflect the current documentation. ## Core Features & Use Cases - Canonical URL Resolution: Maps topics like Apps, DABs, Jobs, Lakebase, Model Serving, Pipelines, Unity Catalog, SQL Warehouses, MLflow, serverless, secrets, and workflows to their official docs entry pages via references/docs-index.md. - Live Page Fetching: Uses the host agent's WebFetch tool to retrieve the entry page and follow in-page links until the question is answered. - Multi-Cloud Support: Defaults to AWS docs URLs and rewrites the cloud segment to Azure or GCP when the user specifies a different cloud. - Use Case: A user asks "How do I configure a serverless model serving endpoint?" The Skill looks up the model-serving entry URL, fetches the page, and returns an answer grounded in the live documentation. ## Quick Start Ask how to configure a serverless model serving endpoint on Databricks and have the answer fetched from the official docs.

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 for a product feature?

Match your question to a topic in the docs index, such as model-serving, jobs, or unity-catalog, then fetch the canonical docs.databricks.com entry URL with WebFetch. If the entry page lacks the answer, follow in-page links with additional fetches.

What Databricks topics does the docs index cover?

The index covers apps, asset bundles, clusters, compute, jobs, lakebase, mlflow, model-serving, pipelines, secrets, serverless, sql-warehouses, unity-catalog, and workflows. Unmatched topics fall back to the docs root page.

Does Databricks documentation differ between AWS, Azure, and GCP?

The page structure and content are the same across all three clouds. The Skill defaults to the AWS URL and rewrites the aws segment to azure or gcp when the user specifies another cloud.

When should I use databricks-docs instead of databricks-core?

Use databricks-docs for product questions about what a feature is or how to configure it. Use databricks-core for CLI commands, profile management, authentication, and data exploration tasks.

What happens if the Databricks docs site is unreachable?

The Skill surfaces the network or DNS failure to the user instead of inventing an answer. It never synthesizes responses from training-data knowledge of Databricks.