Skip to content

SkillDefinition

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/plugins/plugin-types.ts

A knowledge module (skill) contributed by a plugin.

Each subdirectory in a plugin's skills/ directory that contains a SKILL.md file produces one SkillDefinition. Skills are loaded on-demand and injected into the system prompt when activated.

Properties

PropertyType
namestring
descriptionstring
versionstring
bodystring
referencePathsstring[]

Was this page helpful?

Download as PDF