register
Register a skill factory by name. Optionally provide a manifest for metadata.
Parameters
name
Unique skill name.
factory
Factory function (config?: SkillConfig) => SkillBase that creates skill instances.
manifest
Optional manifest metadata for the skill.
Returns
void