From shopware-cms
Das Storefront-Template eines Shopware-6 CMS-Elements: cms-element-<name>.html.twig, Zugriff auf element.data/ element.config, Block-/Slot-Rendering. Trigger: "CMS Element Storefront", "cms-element twig", "element.data template", "cms element rendern storefront", "slot template cms". Shopware 6.7.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopware-cms:sw-cms-element-storefrontThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Das Element wird im Storefront über ein Twig-Template gerendert, Pfad
Das Element wird im Storefront über ein Twig-Template gerendert, Pfad
src/Resources/views/storefront/element/cms-element-ff-teaser.html.twig.
{% block element_ff_teaser %}
<div class="cms-element-ff-teaser">
{% set product = element.data.product %}
{% if product %}
<a href="{{ seoUrl('frontend.detail.page', { productId: product.id }) }}">{{ product.translated.name }}</a>
{% endif %}
</div>
{% endblock %}
element.data = Ergebnis des DataResolvers (sw-cms-data-resolver), element.config = Konfiguration. Template wird
über den Element-Namen automatisch gefunden. Styling über Storefront-SCSS (shopware-storefront).
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.