refresh-databricks-skills

Clone the ai-dev-kit repository and replace Databricks skills selectively.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/robkisk/coding-agents-databricks-app --skill refresh-databricks-skills-robkisk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh-databricks-skills
Source: https://github.com/robkisk/coding-agents-databricks-app/tree/main/.claude/skills/refresh-databricks-skills
Command: npx skills add https://github.com/robkisk/coding-agents-databricks-app --skill refresh-databricks-skills-robkisk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of updating Databricks-specific skills by pulling the latest versions from a designated upstream repository, ensuring the agent has access to the most current functionalities.

Core Features & Use Cases

  • Upstream Sync: Clones the ai-dev-kit repository to fetch the latest Databricks skills.
  • Selective Update: Replaces existing Databricks skills while preserving project-specific or "superpowers" skills.
  • Use Case: When new Databricks features are released and integrated into the ai-dev-kit, this skill can be used to seamlessly update the local project's skill set without manual intervention.

Quick Start

Run the refresh-databricks-skills skill to update the Databricks skills.

Frequently Asked Questions about refresh-databricks-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update Databricks skills from an upstream repository?

To update Databricks skills, this process clones the upstream ai-dev-kit repository and selectively replaces existing skills. It ensures your local project has the most current Databricks functionalities without manual file copying.

Does refreshing Databricks skills preserve my project-specific skills?

Refreshing Databricks skills preserves your project-specific and non-Databricks skills during the update. The selective replacement mechanism targets only the Databricks skill directories, leaving your custom configurations intact.

What do I need to sync Databricks skills using Git?

Syncing Databricks skills requires Git for cloning the upstream repository and standard file system operations for copying and removing directories. Ensure Git is installed and accessible in your environment before execution.

When should I use an automated skill sync for my Databricks project?

You should use an automated skill sync when new Databricks features are released and integrated into the ai-dev-kit. It seamlessly updates your local skill set without manual intervention, keeping your agent current.

Are there limitations to selectively updating skills from the ai-dev-kit?

A limitation of selectively updating skills is that it relies entirely on the upstream ai-dev-kit repository state. It cannot merge custom modifications if they conflict with upstream changes, requiring manual resolution.

What is the best way to keep my Databricks agent skills current?

The best way to keep Databricks agent skills current is running an automated sync that pulls the latest versions from the ai-dev-kit. This selectively updates Databricks components while preserving your other project tools.