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
| Property | Type |
|---|---|
name | string |
description | string |
version | string |
body | string |
referencePaths | string[] |
Was this page helpful?