getInstance

View as MarkdownOpen in Claude

Get the global singleton instance, creating it on first access. Static method.

Parameters

None.

Returns

SkillRegistry

Example

1import { SkillRegistry } from '@signalwire/sdk';
2
3const registry = SkillRegistry.getInstance();