@salesforce/b2c-tooling-sdk / skills / SkillMetadata
Interface: SkillMetadata
Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:68
Skill metadata extracted from SKILL.md frontmatter.
Properties
description
description:
string
Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:72
Skill description from frontmatter
hasReferences
hasReferences:
boolean
Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:78
Whether this skill has a references/ subdirectory
name
name:
string
Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:70
Skill identifier from frontmatter name field
path
path:
string
Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:76
Relative path within the skills archive
skillSet
skillSet:
SkillSet
Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:74
Skill set this skill belongs to (b2c or b2c-cli)