You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/guide/agent-skills.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,14 @@ description: AI agent skills and plugins for Salesforce B2C Commerce — teach A
4
4
5
5
# Agent Skills & Plugins
6
6
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 platform — storefront and headless development, operational workflows, and everything in between — so your agent knows both how B2C Commerce works and which CLI commands to run.
8
8
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`).
12
10
13
11
## Quick Start
14
12
15
13
::: code-group
16
14
17
-
```bash [Agentforce Vibes]
18
-
# Marketplace install coming soon. For now, use the B2C CLI:
> **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).
0 commit comments