---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [skills](../index.md) / SkillMetadata

# Interface: SkillMetadata

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:72](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L72)

Skill metadata extracted from SKILL.md frontmatter.

## Properties

### description

> **description**: `string`

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:76](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L76)

Skill description from frontmatter

***

### hasReferences

> **hasReferences**: `boolean`

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:82](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L82)

Whether this skill has a references/ subdirectory

***

### name

> **name**: `string`

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:74](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L74)

Skill identifier from frontmatter name field

***

### path

> **path**: `string`

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:80](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L80)

Relative path within the skills archive

***

### skillSet

> **skillSet**: [`SkillSet`](../type-aliases/SkillSet.md)

Defined in: [packages/b2c-tooling-sdk/src/skills/types.ts:78](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/d9cf11cf4a11828e783aed6313f5ea49990488ff/packages/b2c-tooling-sdk/src/skills/types.ts#L78)

Skill set this skill belongs to (b2c or b2c-cli)
