addSkillByName
Look up a skill class by name in the global
SkillRegistry, instantiate it, and add it to the agent via
addSkill. Fails closed like addSkill.
Parameters
skillName
Registered skill name (read from the target class’s SKILL_NAME).
params
Optional configuration forwarded to the skill constructor.
Returns
Promise<this> — the agent for method chaining.