Skip to content

Documentation / @agentick/core / validateSkillName

Function: validateSkillName()

validateSkillName(name): asserts name is string

Defined in: core/src/skill/skill.ts:251

Validate a skill name against the open Agent Skills spec. Throws with a specific reason on failure.

Parameters

name

unknown

Returns

asserts name is string

Released under the ISC License.