databricks-skills(install_genie_code_skills): add databricks-agent-skills as upstream source (experimental branch)#553
Open
jamesbroadhead wants to merge 1 commit into
Conversation
…ills as upstream source Same change as databricks-solutions#552 (against main), applied to the experimental branch so the installer stays in lock-step with the active branch Genie Code points at. Adds two `SKILL_SOURCES` entries pointing at `databricks/databricks-agent-skills` (DAS) — the canonical upstream for Databricks skills: - `skills/` (stable, reviewed; includes AppKit-aware `databricks-apps`, `databricks-core`, `databricks-dabs`, `databricks-jobs`, `databricks-lakebase`, `databricks-model-serving`, `databricks-pipelines`, `databricks-serverless-migration`) - `experimental/` (verbatim a-d-k snapshot under DAS namespace) Listed first so that on skill-name collision, DAS wins over the (deprecated) ai-dev-kit source listed below. The existing `databricks-solutions/ai-dev-kit` entry is kept for continuity but tagged with a deprecation comment — it can be removed once Genie Code rollouts confirm the DAS-sync pulls everything that was previously pulled from a-d-k. This PR was prepared by Claude.
5775d7d to
e6a5622
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
Same change as #552 (against
main), applied to theexperimentalbranch so the installer stays in lock-step with whichever branch Genie Code ramps against.Adds two
SKILL_SOURCESentries pointing atdatabricks/databricks-agent-skills(DAS) — the canonical upstream for Databricks skills:skills/— stable, reviewed (AppKit-awaredatabricks-apps, plus 7 others).experimental/— verbatim a-d-k snapshot now hosted in DAS.See #552 for full rationale, caveats, and test plan — this PR is the mirror so both branches carry the fix.
Test plan
python -m py_compile databricks-skills/install_genie_code_skills.pyclean.databricks-appslands in/Workspace/Users/{me}/.assistant/skills/.This pull request and its description were written by Claude.