removeSkillByName
Remove the first loaded skill whose name matches skillName. Provides name-based
removal for parity with Python’s remove_skill(skill_name). Use
removeSkill() when you need to remove a specific instance by
its instanceId.
Parameters
skillName
Skill name to match. Only the first matching instance is removed.
Returns
Promise<boolean> — true if a matching skill was found and removed, false
otherwise.