loadInstructions
abstract suspend fun loadInstructions(skillName: String): ERROR CLASS: Symbol not found for Result<kotlin/String>
Loads the instruction body for a single skill by name.
The returned Result wraps a SkillSourceException failure if the skill does not exist or is malformed. The exception's message identifies the specific cause.