From shopware-cms
Die Admin-Komponenten eines Shopware-6 CMS-Elements: Element-Komponente (sw-cms-el-*), Config-Komponente (sw-cms-el-config-*), Preview (sw-cms-el-preview-*), cms-element/cms-config-Mixin, defaultConfig. Trigger: "CMS Element Admin", "sw-cms-el-", "configComponent cms", "cms element config modal", "cms-element mixin". Shopware 6.7.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopware-cms:sw-cms-element-adminThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Drei Komponenten je Element, registriert unter `.../module/sw-cms/elements/ff-teaser/`:
Drei Komponenten je Element, registriert unter .../module/sw-cms/elements/ff-teaser/:
| Komponente | Rolle | Mixin |
|---|---|---|
sw-cms-el-ff-teaser (component) | Darstellung im Editor | cms-element |
sw-cms-el-config-ff-teaser (configComponent) | Config-Modal | cms-element |
sw-cms-el-preview-ff-teaser (previewComponent) | Vorschaukachel | — |
Shopware.Component.register('sw-cms-el-ff-teaser', {
template,
mixins: ['cms-element'],
created() { this.initElementConfig('ff-teaser'); },
});
cms-element-Mixin liefert this.element (config + data). Config-Felder mit Meteor-Komponenten (mt-*) an
element.config.<feld>.value binden. Laufzeitdaten kommen aus dem sw-cms-data-resolver.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub zone1987/claude-a-dev-team --plugin shopware-cms