CtrlK
BlogDocsLog inGet started
Tessl Logo

adobe/commerce-app-management

Skills for Adobe Commerce App Management — scaffold and configure Commerce apps using the aio-commerce-sdk.

Quality

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files

Commerce App Management Skills

Agent skills for Adobe Commerce App Management, following the agentskills.io open standard. Compatible with Claude Code, Cursor, VS Code Copilot, Gemini CLI, and other supported agents.

Strategy

Skills are designed around a single responsibility: one skill per concern, chained together to build up a complete app.

commerce-app-init is the entry point. It scaffolds a bare app with metadata only — no domain configuration. Once the base app exists, domain skills extend it by adding extensibility components one at a time. This keeps each skill focused, independently installable, and stable on its own.

commerce-app-init
  └─→ commerce-app-eventing
  └─→ commerce-app-webhooks
  └─→ commerce-app-business-config
  └─→ commerce-app-admin-ui
  └─→ commerce-app-storage

A developer creating an app that needs events and webhooks would run commerce-app-init first, then chain to commerce-app-eventing and commerce-app-webhooks in any order.

Available skills

SkillDescriptionStatus
commerce-app-initScaffold a new Commerce app with metadataAvailable
commerce-app-eventingManage Commerce and external event sourcesAvailable
commerce-app-webhooksManage webhook interceptionAvailable
commerce-app-business-configManage custom business configurationAvailable
commerce-app-storageIntegrate App Builder Database StorageAvailable
commerce-app-admin-uiExtend the Commerce Admin UIAvailable

Installation

Claude Code plugin:

/plugin marketplace add adobe/skills
/plugin install commerce-app-management@adobe-skills

Tessl CLI:

tessl install github:adobe/skills --skills commerce-app-management

pnpx skills:

pnpx skills add adobe/skills --skill commerce-app-init
pnpx skills add adobe/skills --skill commerce-app-eventing
pnpx skills add adobe/skills --skill commerce-app-webhooks
pnpx skills add adobe/skills --skill commerce-app-business-config
pnpx skills add adobe/skills --skill commerce-app-storage
pnpx skills add adobe/skills --skill commerce-app-admin-ui
Workspace
adobe
Visibility
Public
Created
Last updated
Publish Source
CLI
Badge
adobe/commerce-app-management badge