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
Conversation
2 tasks
…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.
6187801 to
89c538a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
refresh-databricks-skillspreviously cloneddatabricks-solutions/ai-dev-kitto pick up the latest Databricks skills. That repo is deprecated —databricks/databricks-agent-skills(DAS) is the canonical upstream. This PR repoints the skill and updates two other stale a-d-k references.Why
skills/, the verbatim a-d-k snapshot continues in DASexperimental/).Changes
.claude/skills/refresh-databricks-skills/SKILL.md— switch the clone URL and update the copy loop to walk bothskills/(stable) andexperimental/(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— replaceai-dev-kitlink in the skills section header with the DAS link.Out of scope
Auto-refresh on container start — that needs a
refresh_skills.pywired intorun_setup()inapp.py, plus an opt-in env var. Follow-up.Test plan
.claude/skills/ends up populated with both stable and experimental content.This pull request and its description were written by Claude.