Add AppKit support and databricks-agent-skills integration#356
Open
jamesbroadhead wants to merge 3 commits intodatabricks-solutions:mainfrom
Open
Add AppKit support and databricks-agent-skills integration#356jamesbroadhead wants to merge 3 commits intodatabricks-solutions:mainfrom
jamesbroadhead wants to merge 3 commits intodatabricks-solutions:mainfrom
Conversation
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
databricks-apps-python/SKILL.md(formerlydatabricks-apps/) now leads with AppKit (TypeScript + React SDK) as the recommended approach for new apps, with Python frameworks (Dash, Streamlit, etc.) demoted to an explicit alternative. Frontmatternameand H1 title updated to match.databricks-skills/databricks-apps→databricks-skills/databricks-apps-pythonto avoid collision with the incoming agent skill of the same name.databricks/databricks-agent-skills: Bothinstall.shandinstall.ps1now fetch and install skills from databricks/databricks-agent-skills (databricks,databricks-apps,databricks-jobs→ installed asdatabricks-jobs-bundles,databricks-lakebase,databricks-pipelines). Uses a single GitHub API tree call per install to fetch all files recursively, including nestedreferences/subdirectories.AGENT_SKILLSsupportssource:install-nameentries (e.g.databricks-jobs:databricks-jobs-bundles) to decouple the upstream repo path from the local install directory name — no changes needed in the upstream repo.databricks-app-pythonwas listed inSKILLS/profiles but the directory was alwaysdatabricks-apps— now consistent asdatabricks-apps-python.Test plan
bash install.sh --list-skillsshows agent skills with install names (notsource:install-nameraw entries)bash install.sh --skills-profile app-developerinstallsdatabricks-apps-python,databricks-app-apx, and agent skillsdatabricks,databricks-apps,databricks-lakebase,databricks-pipelinesbash install.sh --skills databricks-jobs-bundlescorrectly fetches and installs fromskills/databricks-jobs/in the agent-skills repo into a directory nameddatabricks-jobs-bundlesbash install.sh --skills-profile allinstalls all 39 skills with no directory conflictsinstall.ps1on WindowsThis pull request was AI-assisted by Isaac.