From shopware-cms
Die Admin-Seite eines Shopware-6 CMS-Blocks: Block-Komponente (sw-cms-block-*) + Preview-Komponente (sw-cms-preview-*), Slot-Markup, Registrierung. Trigger: "CMS Block Admin Komponente", "sw-cms-block-", "cms preview component", "Block component administration", "block slot template admin". Shopware 6.7.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopware-cms:sw-cms-block-adminThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Jeder Block braucht zwei Admin-Komponenten: die **Block-Komponente** (rendert die Slots im Editor) und die
Jeder Block braucht zwei Admin-Komponenten: die Block-Komponente (rendert die Slots im Editor) und die Preview-Komponente (Vorschaubild in der Block-Auswahl).
Shopware.Component.register('sw-cms-block-ff-image-text', { template });
Shopware.Component.register('sw-cms-preview-ff-image-text', { template: previewTemplate });
{# sw-cms-block-ff-image-text.html.twig #}
{% block sw_cms_block_ff_image_text %}
<div class="sw-cms-block-ff-image-text">
<slot name="left"></slot>
<slot name="right"></slot>
</div>
{% endblock %}
Die <slot name="..."> entsprechen den slots aus registerCmsBlock (sw-cms-block). Verzeichnis:
.../module/sw-cms/blocks/<category>/ff-image-text/. Elemente, die in den Slots erscheinen: sw-cms-element-admin.
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