databricks/databricks-agent-cursor-databricks-docs
Databricks documentation reference via llms.txt index. Use when other skills do not cover a topic, looking up unfamiliar Databricks features, or needing authoritative docs on APIs, configurations, or platform capabilities.
This is a copy. The original lives at databricks/databricks-docs.
npx skills add https://github.com/databricks/databricks-agent-skills --skill databricks-docs
This skill provides access to the complete Databricks documentation index via llms.txt - use it as a reference resource to supplement other skills.
This is a reference skill, not an action skill. Use it to:
Always prefer using CLI/SDK for actions 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 patternsdatabricks pipelines create CLI command to create the pipelineScenario: User asks about an unfamiliar Databricks feature
Take databricks/databricks-agent-cursor-databricks-docs from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.