Summary
README.md instructs users to run /plugin install aem-design@adobe-skills and includes a full "Designing with aem-design" section (README.md around lines 128-136) describing it as a design-phase skill set that produces artifacts under aem-design/. However, aem-design is not registered as a plugin in .claude-plugin/marketplace.json, and there is no corresponding plugins/aem/design/ (or similar) directory in the repo.
Steps to reproduce
/plugin marketplace add adobe/skills
/plugin install aem-design@adobe-skills
Actual result
Installing plugin "aem-design@adobe-skills"...
✘ Failed to install plugin "aem-design@adobe-skills": Plugin "aem-design" not found in marketplace "adobe-skills"
Expected result
Either:
- The
aem-design plugin is published (added to .claude-plugin/marketplace.json's plugins array with a matching plugins/aem/design/ package), or
- The README's install instructions and the "Designing with aem-design" section are updated/removed to stop referencing a plugin that doesn't exist yet.
Environment
- Confirmed against
origin/main @ abab619f44b6c00c33989c09ff3b506e63e8c202 (2026-09-18) — local marketplace clone was 0 commits behind origin at time of testing, so this isn't a stale-cache issue.
- All 6 other AEM/adjacent plugins listed in the same README section (
aem-edge-delivery-services, aem-cloud-service, aem-6-5-lts, aem-project-management, app-builder, workfront) install correctly.
Summary
README.mdinstructs users to run/plugin install aem-design@adobe-skillsand includes a full "Designing with aem-design" section (README.md around lines 128-136) describing it as a design-phase skill set that produces artifacts underaem-design/. However,aem-designis not registered as a plugin in.claude-plugin/marketplace.json, and there is no correspondingplugins/aem/design/(or similar) directory in the repo.Steps to reproduce
Actual result
Expected result
Either:
aem-designplugin is published (added to.claude-plugin/marketplace.json'spluginsarray with a matchingplugins/aem/design/package), orEnvironment
origin/main@abab619f44b6c00c33989c09ff3b506e63e8c202(2026-09-18) — local marketplace clone was 0 commits behind origin at time of testing, so this isn't a stale-cache issue.aem-edge-delivery-services,aem-cloud-service,aem-6-5-lts,aem-project-management,app-builder,workfront) install correctly.