commerce-app-migration
v1.3.1Migrate an Adobe Commerce App Builder project from the Integration Starter Kit or Checkout Starter Kit to the new App Management approach.
by Adobe162updated 1 day ago
Source
git clone https://github.com/adobe/skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/commerce/app-migration/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/commerce-app-migrate/SKILL.md
Skills1
Migrate an Adobe Commerce App Builder project from the Integration Starter Kit or Checkout Starter Kit to the new App Management approach. Run from the root of the App Builder project to be migrated. Pass --auto to skip confirmation prompts (suitable for CI or batch use) — auto mode prints a summary of all Q&A questions answered with their defaults. Pass --doc-scan-only to scan README.md and env.dist for outdated content without modifying any files. Use when the user wants to migrate an App Builder project from the Integration Starter Kit or Checkout Starter Kit to the App Management approach, or mentions upgrading their Adobe Commerce extension architecture.
Manifests1
{
"name": "commerce-app-migration",
"description": "Migrate an Adobe Commerce App Builder project from the Integration Starter Kit or Checkout Starter Kit to the new App Management approach.",
"version": "1.3.1",
"author": {
"name": "Adobe",
"email": "commerce-app-management@adobe.com"
},
"repository": "https://github.com/adobe/skills",
"keywords": [
"adobe-commerce",
"app-builder",
"migration",
"app-management",
"starter-kit"
]
}