loadInstructions

abstract suspend fun loadInstructions(skillName: String): Result<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.