Skip to content

skills(refresh-databricks-skills): repoint at databricks/databricks-agent-skills; drop stale ai-dev-kit refs#163

Open
jamesbroadhead wants to merge 1 commit into
datasciencemonkey:mainfrom
jamesbroadhead:jb/refresh-skill-repoint-das
Open

skills(refresh-databricks-skills): repoint at databricks/databricks-agent-skills; drop stale ai-dev-kit refs#163
jamesbroadhead wants to merge 1 commit into
datasciencemonkey:mainfrom
jamesbroadhead:jb/refresh-skill-repoint-das

Conversation

@jamesbroadhead
Copy link
Copy Markdown

@jamesbroadhead jamesbroadhead commented May 27, 2026

Summary

refresh-databricks-skills previously cloned databricks-solutions/ai-dev-kit to pick up the latest Databricks skills. That repo is deprecateddatabricks/databricks-agent-skills (DAS) is the canonical upstream. This PR repoints the skill and updates two other stale a-d-k references.

Why

  • a-d-k stopped receiving skill updates; DAS is where the current content lives (stable skills in skills/, the verbatim a-d-k snapshot continues in DAS experimental/).
  • Running the meta skill against the deprecated repo will eventually break (when the repo is archived) and already pulls stale content.
  • CODA's CLAUDE.md and README.md still credited a-d-k as the source — drift from the actual upstream.

Changes

  • .claude/skills/refresh-databricks-skills/SKILL.md — switch the clone URL and update the copy loop to walk both skills/ (stable) and experimental/ (best-effort imports). Update the description to reference DAS. Add a "Pointing at deprecated upstream" common-mistake entry.
  • CLAUDE.md — update "Credits" to name DAS and note a-d-k is deprecated.
  • README.md — replace ai-dev-kit link in the skills section header with the DAS link.

Out of scope

Auto-refresh on container start — that needs a refresh_skills.py wired into run_setup() in app.py, plus an opt-in env var. Follow-up.

Test plan

  • Markdown renders cleanly.
  • Manual: run the meta skill end-to-end against DAS and verify .claude/skills/ ends up populated with both stable and experimental content.

This pull request and its description were written by Claude.

…gent-skills; drop stale ai-dev-kit references

ai-dev-kit (databricks-solutions/ai-dev-kit) is deprecated. The
refresh-databricks-skills meta skill literally cloned that repo, so
running the skill today would pull stale content (or eventually break
when the repo is archived). Point it at databricks/databricks-agent-skills
(DAS) — the canonical upstream — and teach it to copy from both `skills/`
(stable) and `experimental/` (the verbatim a-d-k snapshot, now hosted in
DAS).

CLAUDE.md and README.md "Credits" / skill list still pointed at a-d-k as
the source — updated to DAS with a parenthetical note that a-d-k is the
deprecated predecessor.

This PR was prepared by Claude.
@jamesbroadhead jamesbroadhead force-pushed the jb/refresh-skill-repoint-das branch from 6187801 to 89c538a Compare May 28, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant