By HossamTabana
Databricks skills for the CLI, Apps, Lakebase, Model Serving, Lakeflow Jobs, Spark Declarative Pipelines, Declarative Automation Bundles (DABs), and classic-to-serverless migration.
Build apps on Databricks Apps platform. Use when asked to create dashboards, data apps, analytics tools, or visualizations. Evaluates data access patterns (analytics vs Lakebase synced tables) before scaffolding. Invoke BEFORE starting implementation.
Databricks CLI operations: auth, profiles, data exploration, and bundles. Contains up-to-date guidelines for Databricks-related CLI tasks.
Create, configure, validate, deploy, run, and manage Declarative Automation Bundles (DABs, formerly Databricks Asset Bundles). Use when working with Databricks resources via DABs including dashboards, jobs, pipelines, alerts, volumes, and apps.
Develop and deploy Lakeflow Jobs on Databricks via DABs, Python SDK, or the CLI. Use when creating data engineering jobs with notebooks, Python wheels, SQL, dbt, or pipelines. Invoke BEFORE starting implementation.
Databricks Lakebase Postgres: projects, scaling, connectivity, Lakebase synced tables, and Data API. Use when asked about Lakebase databases, OLTP storage, or connecting apps to Postgres on Databricks.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills for AI coding assistants (Claude Code, Cursor, etc.) that provide Databricks-specific guidance.
Two install paths cover the stable skills. They install to different places but end up loaded by the same agents — pick whichever fits your workflow.
~/.claude/skills/, ~/.cursor/extensions/<...>, etc.).~/.claude/plugins/cache/databricks-agent-skills/);
the agent discovers skills from there.Via the Databricks CLI (canonical; supports experimental skills):
databricks aitools install
The CLI auto-detects your coding agent(s) and installs the stable skills to the right location:
~/.claude/skills/For finer control, use the aitools skills install subcommand directly — it
accepts a positional skill name and an --experimental flag (see the
Experimental Skills section).
Via the Claude Code plugin marketplace (stable skills only — installs every
skill under ./skills/):
/plugin marketplace add databricks/databricks-agent-skills
/plugin install databricks@databricks-agent-skills
Via the Cursor plugin marketplace:
/add-plugin databricks-skills
| CLI | Plugin marketplace | |
|---|---|---|
| Stable skills | ✅ (default) | ✅ |
| Experimental skills | ✅ (with --experimental or by name) | ❌ |
| Per-skill selection | ✅ (databricks aitools install <name>) | ❌ (all-or-nothing) |
| Updates | databricks aitools update | Plugin marketplace update flow |
| Required outside the agent | Databricks CLI v1.0.0+ | None |
If in doubt, use the CLI — it's the canonical install path and the only one that exposes experimental skills.
Stable skills shipped from skills/:
The experimental/ directory contains additional skills
originally imported from
databricks-solutions/ai-dev-kit
(now deprecated — this repo is the source of truth going forward) on a
best-effort basis.
skills/.databricks aitools install.
Pass --experimental to install all of them, or install a specific one
by name (with the --experimental flag — e.g. databricks aitools install databricks-iceberg --experimental).experimental/README.md for the full list
and caveats.Each skill follows the Agent Skills Specification:
skill-name/
├── SKILL.md # Main skill file with frontmatter + instructions
└── references/ # Additional documentation loaded on demand
For a narrower variation of an existing skill, create a subskill that declares
its parent via frontmatter. This is how the stable skills are organized today
— each product skill sets parent: databricks-core.
---
name: "databricks-apps-chatbots"
description: "Databricks apps with chatbot features"
parent: databricks-apps
---
# Chatbot Apps
**FIRST**: Use the parent `databricks-apps` skill for app development basics.
Then apply these patterns:
- Pattern 1
- Pattern 2
This approach:
npx claudepluginhub hossamtabana/databricks-agent-skillsDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
UI/UX design intelligence. Searchable local database with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,913 supported skills.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.