B2C Custom Caches
B2C Custom Caches optimizes website performance by storing frequently accessed B2C content for faster loading times and improved user experiences.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add b2c-custom-caches npx -- -y @trustedskills/b2c-custom-caches
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"b2c-custom-caches": {
"command": "npx",
"args": [
"-y",
"@trustedskills/b2c-custom-caches"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to discover and install custom caching configurations within the Salesforce B2C Commerce environment. It streamlines the deployment of performance optimizations tailored to specific business logic or traffic patterns.
When to use it
- Performance Tuning: When an application experiences latency that standard caching layers cannot resolve.
- Custom Logic Implementation: When you need to cache data based on complex, non-standard rules not covered by default settings.
- Traffic Management: During high-traffic events where specific resources require aggressive caching strategies.
- Developer Tooling: When integrating custom development workflows into the Salesforce Commerce Cloud ecosystem.
Key capabilities
- Discovery of available custom cache configurations.
- Installation and deployment of tailored caching mechanisms.
- Integration with Salesforce B2C Commerce developer tooling.
Example prompts
- "Help me install a custom cache configuration for my product catalog to reduce retrieval times."
- "What custom caching options are available for handling flash sale traffic in this environment?"
- "Deploy a specific caching rule I defined for the checkout process using the B2C developer tools."
Tips & gotchas
Ensure you have appropriate developer access rights within Salesforce Commerce Cloud before attempting to install custom configurations. Always test custom cache rules in a sandbox environment first to verify they do not conflict with existing system caches or cause data staleness.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.