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