From shopware-cms
Einen eigenen CMS-Block in Shopware 6 (Erlebniswelten/Shopping Experiences) erstellen: Block-Registrierung im Admin (Shopware.Service('cmsService').registerCmsBlock), Slots, Storefront-Template. Trigger: "CMS Block", "registerCmsBlock", "eigener Block Erlebniswelt", "shopping experience block", "cms block slots". Shopware 6.7. Scaffolder: /sw-cms-block.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopware-cms:sw-cms-blockThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ein Block ist ein Layout-Container mit benannten **Slots**, die CMS-Elemente aufnehmen. Registrierung im Admin
Ein Block ist ein Layout-Container mit benannten Slots, die CMS-Elemente aufnehmen. Registrierung im Admin
(cmsService) + Storefront-Template.
Shopware.Service('cmsService').registerCmsBlock({
name: 'ff-image-text',
label: 'ff.cms.block.imageText',
category: 'commerce',
component: 'sw-cms-block-ff-image-text', // Admin-Block-Komponente
previewComponent: 'sw-cms-preview-ff-image-text',
defaultConfig: { marginBottom: '20px', sizingMode: 'boxed' },
slots: { left: 'image', right: 'text' }, // Slot-Name → Default-Element
});
Admin-Block-/Preview-Komponente registrieren (sw-cms-block-admin); Storefront-Template unter
views/storefront/block/cms-block-ff-image-text.html.twig. Die Slots werden mit CMS-Elementen befüllt (sw-cms-element).
→ CMS-Details (Block + Element + Resolver): ../sw-cms-element/references/cms.md
npx claudepluginhub zone1987/claude-a-dev-team --plugin shopware-cmsSearches 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.