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

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

# Function: isSkillInstalled()

> **isSkillInstalled**(`skillName`, `ide`, `options`): `boolean`

Defined in: [packages/b2c-tooling-sdk/src/skills/installer.ts:88](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/skills/installer.ts#L88)

Check if a skill is already installed.

## Parameters

### skillName

`string`

Name of the skill

### ide

[`IdeType`](../type-aliases/IdeType.md)

Target IDE

### options

Installation options

#### directory?

`string`

#### global

`boolean`

#### projectRoot?

`string`

## Returns

`boolean`

true if skill is installed, false otherwise
