Skip to content

Documentation / @agentick/core / SKILL_NAME_REGEX

Variable: SKILL_NAME_REGEX

const SKILL_NAME_REGEX: RegExp

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

Strict Agent Skills name format: 1–64 chars, lowercase alphanumeric and hyphens only, no leading/trailing hyphens, no consecutive hyphens.

See

https://agentskills.io/specification#name-field

Released under the ISC License.