Skip to main content
โ† Back to all release notes
Upcoming

๐Ÿง  Holistics AI Skills

new feature

If you've used Claude's custom skills, you'll get the idea. AI Skills brings the same concept to Holistics AI: instead of cramming everything into a single context.aml file, Analysts can define multiple skill definitions right in AML, each scoped to specific teams with its own instructions, data references, and access controls.

With AI Skills, Analysts can:

  • Create domain-specific skills: a finance_skill and an ecommerce_skill can coexist, each with its own instructions, terminology, and dataset references
  • Control access per user: use user attribute expressions to restrict skills by department, role, or any attribute (e.g., disabled: user.department != 'Finance')
  • Set activation modes: skills can auto-activate when relevant, require manual invocation via slash commands, or stay hidden as background context
  • Reference contexts dynamically: inject datasets, contexts, or files with preloaded (${}) or lazy (@Context:, @Dataset:, @File:) references
  • Import from existing docs: upload Claude or markdown skill files and convert them to AML definitions

End-users interact with skills through slash commands, UI toggles, or simply by chatting. The AI auto-selects relevant skills by default.

Timelineโ€‹

AI Skills is currently in development. We'll share availability details here when they're confirmed.