create
Create a new skill instance by looking up its factory in the registry.
Parameters
name
The registered skill name.
config
Optional configuration to pass to the factory.
Returns
SkillBase | null — null if the name is not registered.
Create a new skill instance by looking up its factory in the registry.
The registered skill name.
Optional configuration to pass to the factory.
SkillBase | null — null if the name is not registered.