npx skills add https://github.com/databricks/databricks-agent-skills --skill databricks-appsقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Skills for AI coding assistants (Claude Code, Cursor, etc.) that provide Databricks-specific guidance.
For Claude Code:
databricks experimental aitools install
This installs skills to ~/.claude/skills/ for use with Claude Code.
For Cursor:
Run this command in chat:
/add-plugin databricks-skills
Each skill follows the Agent Skills Specification:
skill-name/
├── SKILL.md # Main skill file with frontmatter + instructions
└── references/ # Additional documentation loaded on demand
When experimenting with new skill variations, create a "subskill" that references the main skill and adds specific guidance:
---
name: "ai-databricks-apps"
description: "Databricks apps with AI features"
---
# AI powered Databricks Apps
First, load the base databricks-apps skill for foundational guidance.
Then apply these additional patterns:
- Custom pattern 1
- Custom pattern 2
This approach:
Sync assets and generate manifest after adding/updating skills:
python3 scripts/skills.py
Validate that assets and manifest are up to date (for CI):
python3 scripts/skills.py validate
The manifest is used by the CLI to discover available skills.
Please see SECURITY for vulnerability reporting guidelines.
All future release tags will be GPG-signed and verifiable via git tag -v <tag>.