# SkillDefinition

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/plugins/plugin-types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/plugins/plugin-types.ts#L86)

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[]` |
