Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.23 KB

File metadata and controls

45 lines (29 loc) · 2.23 KB

Commerce Plugins

Agent skills for Adobe Commerce App Builder development, following the agentskills.io open standard.

Plugins

Plugin Description
app-management Scaffold and configure Commerce apps using the aio-commerce-sdk
app-migration Migrate an App Builder project from the Integration or Checkout Starter Kit to App Management

Distribution channels

Skills are available through two channels with different stability guarantees:

Channel Source Stability When to use
Latest This repo (adobe/aio-commerce-sdk) Experimental — may change at any time Contributors, early adopters, unreleased features
Stable adobe/skills Production-ready, tested releases Everyone else

For most developers, install from adobe/skills. The commands in each plugin's README target the stable channel.

Contributing

See AGENTS.md for authoring guidelines.

Local testing

Install skills directly from a local checkout into a target project:

cd ~/my-commerce-app
pnpx skills add /path/to/aio-commerce-sdk/plugins/commerce/app-management --yes
pnpx skills add /path/to/aio-commerce-sdk/plugins/commerce/app-migration --yes

Quality review and evals

Before shipping a skill, run the Tessl reviewer from the plugin directory:

pnpx tessl skill review skills/<skill-name>

Implemented skills may include evals in skills/<skill-name>/evals/evals.json. Eval results are excluded from version control; only evals/evals.json is committed.