/
New feature Beta

Unity Catalog Skills

Unity Catalog Skills is a Databricks data governance capability, introduced August 2026.

Unity Catalog securable that holds an agent skill, so a team publishes the skill once and governs who can discover, use, and update it with the same grants, tags, and audit that protect its tables.

  • The first-class, three-level-namespace, fully governed securable is, on disk, a folder with a Markdown file in it: "A skill is just a folder."
  • Skills got a securable type of their own but no privileges of their own - you share one by granting READ VOLUME, because a skill keeps its contents in managed storage much like a volume does.
  • The notebook Databricks ships for syncing a Git repo of skills into a schema creates and updates but never deletes, so a skill you delete from the repo carries on existing in the catalog until someone drops it by hand.

Limitations: Beta, and an account admin has to enable the Unity AI preview from the account console before anyone can create or use a skill. The schema must resolve to a managed storage location or skill creation fails, skills are reachable only from workspaces assigned to the metastore that holds them, and workspaces enforcing the Compliance Security Profile can read existing skills but cannot create, update, or delete them. Loading a schema live is all-or-nothing, since live loading works on a whole schema at a time.

Open in REbricked →
Category
Data governance
Introduced
August 2026
Also known as
Skills, UC Skills, agent skills, Databricks skill registry
Verified
2026-09-01

Sources

Related in Data governance