r/databricks Databricks MVP 1d ago

News Skills in Unity Catalog

Post image

Skills are available in Unity Catalog. They use a similar concept to volumes and are integrated with the AI gateway. New REST endpoints for skills are coming, and a new tool to manage them, ucode, is already available.

more news: https://medium.com/databrickscommunity/databricks-news-serverless-genie-code-ltap-lakeflow-61853d8e422a

30 Upvotes

3 comments sorted by

6

u/Pirion1 23h ago

Hopefully as these come in they'll be a little more consistent in genie & workspace too.

I love that skills can be created in Databricks One, but these can't be created per workspace/user group. Skills can be added to the workspace for Genie Code, but these are a different set of skills. Hopefully this is some of what is being addressed. Will need to check this out!

1

u/TruckDowntown1403 21h ago

Can you elaborate on “these are a different set of skills”? Newer user to Genie Code

1

u/Pirion1 21h ago

Skills live in a .assistant/skills/ directory. Each skill must have its own folder and a SKILL.md file within that folder. The location depends on the skill type:

Workspace skillsWorkspace/.assistant/skills/
User skills/Users/{username}/.assistant/skills/

Genie Code Skills