create

View as MarkdownOpen in Claude

Create a new skill instance by looking up its factory in the registry.

Parameters

name
stringRequired

The registered skill name.

config
SkillConfig

Optional configuration to pass to the factory.

Returns

SkillBase | nullnull if the name is not registered.