Skip to main content

ParsedSkillFrontmatter

@a16njs/models


@a16njs/models / ParsedSkillFrontmatter

Interface: ParsedSkillFrontmatter

Defined in: agentskills-io.ts:14

Parsed frontmatter from an AgentSkills.io SKILL.md file. This is the VERBATIM AgentSkills.io format, NOT the IR format.

Properties

name

name: string

Defined in: agentskills-io.ts:16

Skill name (required)


description

description: string

Defined in: agentskills-io.ts:18

Skill description for activation matching (required)


resources?

optional resources: string[]

Defined in: agentskills-io.ts:20

Resource file paths relative to skill directory (optional)


disableModelInvocation?

optional disableModelInvocation: boolean

Defined in: agentskills-io.ts:22

If true, only invoked via /name (optional)