Stats
Actions
Tags
From shopware-apps
Scaffold einer Shopware-6-App (App-System): manifest.xml mit Meta/Permissions, optional Setup (Registrierung/Signatur) und Auswahl SDK (PHP/JS) bzw. App-Scripts.
How this command is triggered — by the user, by Claude, or both
Slash command
/shopware-apps:sw-app-create <AppName> [--owner Ff|Adt|Ag|Pb] [--sdk php|js|scripts]sonnetThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /sw-app-create Lege eine Shopware-App an. Skills: `shopware-apps`, `sw-app-php-sdk`/`sw-app-sdk-js`. ## Ablauf 1. App-Name (PascalCase, Owner-Präfix) + Zweck + Auslieferungsart (`--sdk`): `scripts` (nur App-Scripts, kein Server), `php` (app-php-sdk), `js` (app-sdk-js). 2. `manifest.xml` erzeugen: `<meta>` (name, label, version, author, license), `<permissions>` (minimal), bei Bedarf `<webhooks>`, `<admin>`/`<storefront>`, `<payments>`, `<custom-fields>`. 3. Je nach SDK: App-Server-Gerüst (Registrierung/Signatur, ShopRepository, Webhook-/ActionButton-Handler) oder `Resources/scr...
Lege eine Shopware-App an. Skills: shopware-apps, sw-app-php-sdk/sw-app-sdk-js.
--sdk): scripts (nur App-Scripts, kein Server),
php (app-php-sdk), js (app-sdk-js).manifest.xml erzeugen: <meta> (name, label, version, author, license), <permissions> (minimal), bei Bedarf
<webhooks>, <admin>/<storefront>, <payments>, <custom-fields>.Resources/scripts/<hook>/ für App-Scripts.Plugin statt App? → shopware-core (/sw-plugin-create). Manifest-Detailthemen in den References des Skills shopware-apps.
npx claudepluginhub zone1987/claude-a-dev-team --plugin shopware-apps