| Property | Description |
|---|---|
namespace / name | Unique identifier |
description | What the skill helps with (shown to the LLM as the tool description) |
content | Markdown instructions |
| Mode | Behavior | Best for |
|---|---|---|
Preloaded (preload: true) | Injected into the system prompt | Tone guidelines, safety rules, persona traits |
Progressive (preload: false) | Exposed as a tool the LLM calls when needed | Research methods, domain expertise, task-specific instructions |