commerce-app-migration
v1.3.2Migrate an Adobe Commerce App Builder project from the Integration Starter Kit or Checkout Starter Kit to the new App Management approach.
By Adobe188 GitHub starsUpdated 10 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install commerce-app-migration for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install commerce-app-migration@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/adobe/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/commerce/app-migration/.
Plugin files
├── .claude-plugin/plugin.json└── skills/commerce-app-migrate/SKILL.md
Included 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.
Plugin 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.2",
"author": {
"name": "Adobe",
"email": "[email protected]"
},
"repository": "https://github.com/adobe/skills",
"keywords": [
"adobe-commerce",
"app-builder",
"migration",
"app-management",
"starter-kit"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[commerce-app-migration on Agent Plugins Marketplace](https://pluginsmp.com/plugins/commerce-app-migration)