Skip to content

Commit e7c81ed

Browse files
committed
support skills cli
1 parent 3100f99 commit e7c81ed

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/guide/agent-skills.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,18 @@ To remove the marketplace:
103103
claude plugin marketplace remove b2c-developer-tooling
104104
```
105105

106+
## Installation with Skills CLI
107+
108+
The [Skills CLI](https://github.com/vercel-labs/skills) provides a universal way to install agent skills to any supported IDE.
109+
110+
```bash
111+
# Interactive mode - select skills and IDEs
112+
npx skills add SalesforceCommerceCloud/b2c-developer-tooling
113+
114+
# Install to a specific agent
115+
npx skills add SalesforceCommerceCloud/b2c-developer-tooling -a claude-code
116+
```
117+
106118
## Installation with B2C CLI
107119

108120
The B2C CLI provides a `setup skills` command that downloads and installs agent skills to any supported IDE.

0 commit comments

Comments
 (0)