docs: note ai-dev-kit deprecation in README + experimental/README#109
Open
jamesbroadhead wants to merge 1 commit into
Open
docs: note ai-dev-kit deprecation in README + experimental/README#109jamesbroadhead wants to merge 1 commit into
jamesbroadhead wants to merge 1 commit into
Conversation
ai-dev-kit (databricks-solutions/ai-dev-kit) was the historical upstream for experimental/ skills. It is now deprecated; databricks/databricks-agent-skills is the source of truth and updates land here directly rather than via re-sync from a-d-k. - README.md "Experimental Skills" — clarify "originally imported" rather than "imported", and call out that a-d-k is deprecated. - experimental/README.md — same framing in the top warning; drop the "out of date relative to upstream ai-dev-kit" bullet (no longer the failure mode), and redirect issue-filing away from a-d-k. This PR was prepared by Claude.
simonfaltum
approved these changes
May 28, 2026
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
ai-dev-kit(databricks-solutions/ai-dev-kit) was the historical upstream forexperimental/skills. It is now deprecated — DAS is the canonical home and updates land here directly rather than via re-sync from a-d-k.Updates both READMEs to reflect that.
Changes
README.md"Experimental Skills" — clarify "originally imported" rather than "imported", and call out that a-d-k is deprecated.experimental/README.md— same framing in the top warning block; drop the now-obsolete "may be out of date relative to upstream ai-dev-kit" bullet, and redirect issue-filing away from the deprecated a-d-k repo.No code or skill content changes.
Why
External readers (especially downstream consumers like CoDA and the ai-dev-kit Genie Code installer) need a single sentence they can point at when they say "go to DAS, not a-d-k". Sister-PRs landing today:
refresh-databricks-skillsskill repoints from a-d-k to DAS.Test plan
python3 scripts/skills.py validatepasses (Everything is up to date.).This pull request and its description were written by Claude.