register

View as MarkdownOpen in Claude

Register a skill factory by name. Optionally provide a manifest for metadata.

Parameters

name
stringRequired

Unique skill name.

factory
SkillFactoryRequired

Factory function (config?: SkillConfig) => SkillBase that creates skill instances.

manifest
SkillManifest

Optional manifest metadata for the skill.

Returns

void