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
Update agent-skills documentation to be more maintainable
- Describe plugins generally instead of listing every individual skill
- Remove skill tables that would need constant updates as skills are added
- Link to GitHub directories for browsing available skills
- Add Cursor docs link for skills configuration
- Add VS Code Agent Skills documentation link
- Update usage examples to include logging and web services
Copy file name to clipboardExpand all lines: docs/guide/agent-skills.md
+25-53Lines changed: 25 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,54 +2,35 @@
2
2
3
3
The B2C Developer Tooling project provides agent skills that enhance the AI-assisted development experience when working with Salesforce B2C Commerce projects.
4
4
5
-
These skills follow the [Agent Skills](https://agentskills.io/home) standard and can be used with multiple agentic IDEs including [Claude Code](https://claude.ai/code), Cursor, GitHub Copilot, and OpenAI Codex.
5
+
These skills follow the [Agent Skills](https://agentskills.io/home) standard and can be used with multiple agentic IDEs including [Claude Code](https://claude.ai/code), Cursor, GitHub Copilot, and VS Code.
6
6
7
7
## Overview
8
8
9
9
When installed, the skills teach AI assistants about B2C Commerce development, CLI commands, and best practices, enabling them to help you with:
-**Web Services** - HTTP/SOAP/FTP integrations using the Service Framework
14
+
-**Custom APIs** - Building SCAPI Custom APIs with contracts, implementations, and mappings
14
15
15
16
## Available Plugins
16
17
17
18
| Plugin | Description |
18
19
|--------|-------------|
19
20
|`b2c-cli`| Skills for B2C CLI commands and operations |
20
-
|`b2c`| Skills for B2C Commerce development practices|
21
+
|`b2c`| Skills for B2C Commerce development patterns|
21
22
22
23
### Plugin: b2c-cli
23
24
24
-
Skills for using the B2C CLI to manage your Commerce Cloud instances:
25
+
Skills for using the B2C CLI to manage your Commerce Cloud instances. Covers code deployment, job execution, site archive import/export, WebDAV file operations, On-Demand Sandbox management, and more.
25
26
26
-
| Skill | Description |
27
-
|-------|-------------|
28
-
|`b2c-code`| Code version deployment and management |
29
-
|`b2c-job`| Job execution and site archive import/export (IMPEX) |
30
-
|`b2c-sites`| Storefront sites listing and inspection |
Skills for B2C Commerce development practicesand patterns:
31
+
Skills for B2C Commerce development patterns and practices. Covers controllers, ISML templates, forms, localization, logging, metadata, web services, custom job steps, Page Designer, Business Manager extensions, and Custom API development.
40
32
41
-
| Skill | Description |
42
-
|-------|-------------|
43
-
|`b2c-custom-api-development`| Comprehensive guide for building SCAPI Custom APIs |
44
-
45
-
The Custom API development skill covers:
46
-
- The three required components (contract, implementation, mapping)
0 commit comments