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
docs(skills): trim implementation details from install page
Install-oriented pages should cover how to install, not how the plugins are
wired. Scrub manifest-schema and file-layout language from the agent skills
doc, root README, per-plugin READMEs, and the onboarding skill so users see
only the install commands they need to run.
- Drop "Type" column from Available Plugins; rewrite MCP description.
- Remove the "CLI does the actual work" and "drop skills into your IDE's
skills directory manually" tagline language.
- Collapse the Agentforce manual-install directory table into a single
concise reference row in Manual Installation.
- Move file-copy destination paths out of the main Other IDEs row into a
Manual Installation reference sub-table.
- Remove the zip-download block.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ Install B2C Commerce agent skills and plugins in your AI-powered editor. Four pl
23
23
/plugin install b2c-dx-mcp@b2c-developer-tooling
24
24
```
25
25
26
-
- **VS Code (GitHub Copilot)**: Command Palette (`Cmd+Shift+P` / `Ctrl+Shift+P`) → **Chat: Install Plugin From Source** → enter the repo `SalesforceCommerceCloud/b2c-developer-tooling`. VS Code Copilot reads the same `.claude-plugin/` marketplace as Claude Code.
26
+
- **VS Code (GitHub Copilot)**: Command Palette (`Cmd+Shift+P` / `Ctrl+Shift+P`) → **Chat: Install Plugin From Source** → enter the repo `SalesforceCommerceCloud/b2c-developer-tooling`.
27
27
28
-
- **GitHub Copilot CLI**: also reads the same marketplace.
Copy file name to clipboardExpand all lines: docs/guide/agent-skills.md
+24-46Lines changed: 24 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,12 @@ description: AI agent skills and plugins for Salesforce B2C Commerce — teach A
6
6
7
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**.
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. Skills teach your agent how B2C Commerce works and which B2C CLI commands to run and when — the CLI does the actual work against your instance.
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
10
11
-
The `.claude-plugin/` marketplace in this repository is read natively by both **Claude Code** and **GitHub Copilot** (VS Code and CLI), so the same install commands work across those clients. **Codex** reads a separate marketplace at `.agents/plugins/marketplace.json` (shipped in the repo root).
12
-
13
-
Install from your IDE's plugin system (Claude Code below), the B2C CLI (`b2c setup skills`), or by dropping skills into your IDE's skills directory manually.
11
+
Install from your IDE's plugin marketplace or the B2C CLI (`b2c setup skills`).
14
12
15
13
## Quick Start
16
14
17
-
Install via your IDE's plugin marketplace where supported — otherwise use the B2C CLI installer:
For additional IDEs (Agentforce Vibes, Cursor, Windsurf, OpenCode) and full B2C CLI options see [Installation with B2C CLI](#installation-with-b2c-cli), [Installation with Agentforce Vibes](#installation-with-agentforce-vibes), or [Installation with Other IDEs](#installation-with-other-ides).
<td>MCP server for AI-assisted B2C Commerce development with project-aware tooling. See <a href="/mcp/installation">MCP Installation</a></td>
75
+
<td>Automatic project type detection and B2C Commerce workflows for your AI assistant. See <a href="/mcp/installation">MCP Installation</a></td>
87
76
</tr>
88
77
</tbody>
89
78
</table>
@@ -126,11 +115,7 @@ claude plugin marketplace remove b2c-developer-tooling
126
115
127
116
## Install Codex Plugin
128
117
129
-
Codex reads plugin marketplaces from `.agents/plugins/marketplace.json`. This repository ships one at the repo root covering all three plugins (`b2c-cli`, `b2c`, `b2c-dx-mcp`).
130
-
131
-
Open this repository as a workspace and restart Codex. The **B2C Developer Tooling** marketplace appears in the plugin directory — install any of the listed plugins from there.
132
-
133
-
For a personal install across all projects, copy one or more plugin folders (e.g. `skills/b2c-cli/`) to `~/.codex/plugins/<plugin-name>/` and add an entry for each in `~/.agents/plugins/marketplace.json`. See the [Codex plugin build guide](https://developers.openai.com/codex/plugins/build) for the marketplace schema.
118
+
Open this repository as a workspace and restart Codex. Open the plugin directory, select the **B2C Developer Tooling** marketplace, and install any of `b2c-cli`, `b2c`, or `b2c-dx-mcp`.
Copy file name to clipboardExpand all lines: skills/b2c/skills/b2c-onboarding/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ This onboarding skill is part of the `b2c` plugin. For a full B2C Commerce setup
40
40
|`vscode` (GitHub Copilot) | Command Palette (Cmd+Shift+P) → **Chat: Install Plugin From Source** → enter the repo `SalesforceCommerceCloud/b2c-developer-tooling`|
41
41
| GitHub Copilot CLI |`copilot plugin marketplace add SalesforceCommerceCloud/b2c-developer-tooling` then `copilot plugin install b2c-cli@b2c-developer-tooling` and `copilot plugin install b2c-dx-mcp@b2c-developer-tooling`|
42
42
|`cursor`| Cursor Settings → Plugins → add marketplace URL `https://github.com/SalesforceCommerceCloud/b2c-developer-tooling`, then install `b2c-cli` and `b2c-dx-mcp`|
43
-
|`codex`| Open the repo as a workspace (Codex reads `.agents/plugins/marketplace.json` at the repo root), restart Codex, then install `b2c-cli` / `b2c` / `b2c-dx-mcp` from the **B2C Developer Tooling** marketplace in the plugin directory |
43
+
|`codex`| Open the repo as a workspace, restart Codex, then install `b2c-cli` / `b2c` / `b2c-dx-mcp` from the **B2C Developer Tooling** marketplace in the plugin directory |
44
44
|`gemini-cli`|`gemini extensions install https://github.com/SalesforceCommerceCloud/b2c-developer-tooling` (run in terminal, not inside the CLI) |
0 commit comments