removeSkill
Remove a previously added skill by its instance ID.
This is an async method that returns Promise<boolean>.
Parameters
instanceId
The unique instance ID of the skill to remove.
Returns
Promise<boolean> — true if the skill was found and removed, false otherwise.