Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / skills / IdePaths

Interface: IdePaths

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:42

IDE path configuration for skill installation.

Properties

globalDir

globalDir: string

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:46

Absolute path for global/user-level installation (e.g., '~/.claude/skills')


projectDir

projectDir: string

Defined in: packages/b2c-tooling-sdk/src/skills/types.ts:44

Relative path for project-level installation (e.g., '.claude/skills')

Released under the Apache-2.0 License.