Sap Commerce Skill banner
Emenowicz Emenowicz

Sap Commerce Skill

Development community

Description

SAP Commerce Cloud (Hybris) skill for Claude Code - type system, service layer, ImpEx, FlexibleSearch, OCC API, accelerators

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

SAP Commerce Skill

A comprehensive AI coding agent skill for SAP Commerce Cloud (Hybris) development. Provides guidance, templates, and utilities for building e-commerce solutions.

Works with **35+ AI coding agents** including Claude Code, Cursor, Cline, GitHub Copilot, Windsurf, Codex, and more.

Installation

npx skills add Emenowicz/sap-commerce-skill

The CLI auto-detects which agents you have installed and configures the skill for all of them.

Supported Agents

Claude Code, Cursor, Cline, GitHub Copilot, Codex, Continue, Windsurf, Aider, Gemini, OpenCode, Augment, Zed, Kilo Code, Roo Code, Trae, and [many more](https://skills.sh).

What's Included

Reference Documentation

  • Type System - items.xml, attributes, relations, enumerations
  • Service Layer - Facade/Service/DAO patterns, Spring DI
  • Extension Development - Structure, configuration, Cloud vs On-Premise
  • ImpEx Guide - Data import/export scripting
  • FlexibleSearch - Query syntax, joins, performance
  • OCC API - REST endpoints, DTOs, authentication
  • Accelerators - B2C/B2B customization, checkout flows
  • Spring Configuration - Beans, AOP, events
  • Data Modeling - Products, orders, users, pricing
  • Troubleshooting - Common errors and solutions
  • CronJobs & Task Engine - Scheduled jobs, triggers, task runners
  • Business Processes - Order flows, return processes, workflow actions
  • Solr Search - Indexed types, facets, value providers, boost rules
  • Promotions & Rule Engine - Drools rules, coupons, custom actions
  • Caching - Region caches, Spring cache, cluster invalidation
  • Backoffice - Widget config, editors, search, wizards

Code Templates

  • Complete extension boilerplate
  • Service layer (Facade/Service/DAO/DTO)
  • Item type definitions
  • ImpEx import scripts
  • FlexibleSearch queries
  • OCC REST API customization
  • Checkout flow extension
  • CronJob implementation and configuration
  • Business process definitions