Agent skills for Adobe Commerce App Builder development, following the agentskills.io open standard.
| 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 |
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.
See AGENTS.md for authoring guidelines.
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 --yesBefore 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.