We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3100f99 commit e7c81edCopy full SHA for e7c81ed
1 file changed
docs/guide/agent-skills.md
@@ -103,6 +103,18 @@ To remove the marketplace:
103
claude plugin marketplace remove b2c-developer-tooling
104
```
105
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
118
## Installation with B2C CLI
119
120
The B2C CLI provides a `setup skills` command that downloads and installs agent skills to any supported IDE.
0 commit comments