Overview
The Skills system provides an in-memory TTL cache for skill content. When enabled, skill instructions, references, and system prompt sections are cached to avoid re-reading files on every access.Usage
Force Refresh
Callreload() to clear the cache and reload all skills from their loaders:
What Gets Cached
References and script content are not cached — they are read fresh each time since they may be large or change frequently.

