sdk-module-development

Official

Extend the SDK with new modules and exports.

AuthorSalesforceCommerceCloud
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps developers extend the B2C Tooling SDK by adding new modules and exports in a consistent, maintainable way.

Core Features & Use Cases

  • Module scaffolding: Create a new module directory under src/, implement the feature, and expose it via a barrel index.ts.
  • Exports integration: Update package.json with a development export path and proper import/require mappings so the new module is consumable by consumers.
  • Documentation alignment: Add module-level JSDoc and optional main index exports to surface the new module in the SDK's public API.
  • Use Case: A team adds a new analytics module to the SDK and makes it available through a consistent exports surface for internal and external consumers.

Quick Start

Create a new module under packages/b2c-tooling-sdk/src/my-module, implement your feature, add a barrel file that re-exports, update package.json exports with a development entry pointing to src/my-module/index.ts, optionally export from the main index.ts, then run pnpm --filter @salesforce/b2c-tooling-sdk run build.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: sdk-module-development
Download link: https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/archive/main.zip#sdk-module-development

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.