type

AiSkill

AiSkill : Entity

AI skill defines a capability bundle to give an LLM agent competence in a task. Skill instances are defined as Xeto lib instance with corresponding markdown prompt. The skill name is the unqualified instance name with the "skill-" prefix stripped. The prompt should be defined as a file in the lib named "/skills/{name}.md". Skills can be defined in the project database, in which case the prompt must have a name and prompt tag.

slots id

Unique identifier for entity in its project

spec

Type of this entity

doc

Short summary doc that describes the skill

keywords

List of keywords that trigger the skill

include

Skills always included with this skill

seeAlso

Skills related which may be used

doc Str

Short summary doc that describes the skill

keywords List? <of:Str>

List of keywords that trigger the skill

include List? <of:_0>

Skills always included with this skill

seeAlso List? <of:_1>

Skills related which may be used

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT