Skip to content

Commit 2aa088d

Browse files
committed
docs(agent-skills): tighten intro, IDE-named sections, reorder quick start
Shorten the skills intro to a concise summary instead of an exhaustive capability list. Rename installation sections to bare IDE names (Claude Code, Codex, B2C CLI, Agentforce Vibes, Other IDEs) and update the homepage cross-page anchors to match. Move Agentforce Vibes to the end of the quick-start code group, before B2C CLI.
1 parent 75baad7 commit 2aa088d

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

docs/guide/agent-skills.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,14 @@ description: AI agent skills and plugins for Salesforce B2C Commerce — teach A
44

55
# Agent Skills & Plugins
66

7-
Turn your coding agent into a B2C Commerce specialist. Skills give Claude Code, Cursor, Agentforce Vibes, Copilot, and Codex deep platform expertise across the full stack**SCAPI Custom APIs, SLAS authentication, SFRA controllers and forms, ISML, Page Designer, hooks, custom objects, custom job steps, web services** — and operational workflows like **deploying cartridges, running jobs, debugging 404s and logs, managing On-Demand Sandboxes, MRT/PWA Kit, eCDN, site archives, and IMPEX metadata XML**.
7+
Turn your coding agent into a B2C Commerce specialist. Skills cover the full platformstorefront and headless development, operational workflows, and everything in between — so your agent knows both how B2C Commerce works and which CLI commands to run.
88

9-
Skills follow the open [Agent Skills](https://agentskills.io/home) standard and work with [Agentforce Vibes](#installation-with-agentforce-vibes), [Claude Code](https://claude.ai/code), Cursor, GitHub Copilot (VS Code and CLI), Codex, OpenCode, and others.
10-
11-
Install from your IDE's plugin marketplace or the B2C CLI (`b2c setup skills`).
9+
Skills follow the open [Agent Skills](https://agentskills.io/home) standard and work with Agentforce Vibes, Claude Code, Cursor, GitHub Copilot (VS Code and CLI), Codex, OpenCode, and others. Install from your IDE's plugin marketplace or the B2C CLI (`b2c setup skills`).
1210

1311
## Quick Start
1412

1513
::: code-group
1614

17-
```bash [Agentforce Vibes]
18-
# Marketplace install coming soon. For now, use the B2C CLI:
19-
npx @salesforce/b2c-cli setup skills --ide agentforce-vibes
20-
```
21-
2215
```bash [Claude Code]
2316
claude plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
2417
# Use --scope user to install globally (available in all projects)
@@ -45,6 +38,11 @@ codex plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling
4538
# marketplace, and select and install the desired plugins.
4639
```
4740

41+
```bash [Agentforce Vibes]
42+
# Marketplace install coming soon. For now, use the B2C CLI:
43+
npx @salesforce/b2c-cli setup skills --ide agentforce-vibes
44+
```
45+
4846
```bash [B2C CLI]
4947
npx @salesforce/b2c-cli setup skills
5048
```
@@ -77,7 +75,7 @@ npx @salesforce/b2c-cli setup skills
7775
</tbody>
7876
</table>
7977

80-
## Install Claude Plugin
78+
## Claude Code
8179

8280
Add the marketplace:
8381

@@ -113,7 +111,7 @@ claude plugin uninstall b2c-cli@b2c-developer-tooling
113111
claude plugin marketplace remove b2c-developer-tooling
114112
```
115113

116-
## Install Codex Plugin
114+
## Codex
117115

118116
Add the marketplace:
119117

@@ -134,7 +132,7 @@ codex plugin marketplace remove b2c-developer-tooling
134132

135133
> **Note:** The `b2c-dx-mcp` plugin is available only for Claude Code. For other clients, install the MCP server directly — see [MCP Installation](/mcp/installation).
136134
137-
## Installation with B2C CLI
135+
## B2C CLI
138136

139137
Interactive — select skillsets and IDEs:
140138

@@ -186,7 +184,7 @@ b2c setup skills b2c-cli --ide cursor --global --force
186184

187185
See [Setup Commands](/cli/setup) for full documentation.
188186

189-
## Installation with Agentforce Vibes
187+
## Agentforce Vibes
190188

191189
See [Skills in Agentforce Vibes](https://developer.salesforce.com/docs/platform/einstein-for-devs/guide/skills.html) for platform details.
192190

@@ -196,7 +194,7 @@ b2c setup skills b2c-cli --ide agentforce-vibes
196194
b2c setup skills b2c --ide agentforce-vibes --global
197195
```
198196

199-
## Installation with Other IDEs
197+
## Other IDEs
200198

201199
::: tip
202200
Use [`b2c setup skills`](/cli/setup) for any supported IDE.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ brew install SalesforceCommerceCloud/tools/b2c-cli
7171

7272
## Install Agent Skills
7373

74-
Detailed setup: [Agentforce Vibes](/guide/agent-skills#installation-with-agentforce-vibes) · [Claude Code](/guide/agent-skills#install-claude-plugin) · [Copilot](/guide/agent-skills#installation-with-other-ides) · [Codex](/guide/agent-skills#installation-with-other-ides) · [All IDEs](/guide/agent-skills)
74+
Detailed setup: [Claude Code](/guide/agent-skills#claude-code) · [Codex](/guide/agent-skills#codex) · [Copilot](/guide/agent-skills#other-ides) · [Agentforce Vibes](/guide/agent-skills#agentforce-vibes) · [All IDEs](/guide/agent-skills)
7575

7676
::: code-group
7777

0 commit comments

Comments
 (0)