---
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/d9cf11cf4a11828e783aed6313f5ea49990488ff/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
