Package com.paragon.skills¶
This docs was updated at: 2026-03-21
Classs¶
| Name | Description |
|---|---|
FilesystemSkillProvider |
Loads skills from the filesystem in SKILL |
InMemorySkillProvider |
Stores code-defined skills in memory |
Skill |
Represents a modular expertise that augments an agent's capabilities |
SkillMarkdownParser |
Parser for SKILL |
SkillProviderException |
Exception thrown when a skill cannot be loaded or parsed |
SkillReaderTool |
A tool that lets the agent read the full instructions and resources for a specific skill |
SkillStore |
Registry for managing available skills |
UrlSkillProvider |
Loads skills from remote URLs |
Interfaces¶
| Name | Description |
|---|---|
SkillProvider |
Provider interface for loading skills from various sources |