shopware6

shopware6 is a skill for Claude Code from dpaguba/shopware-skill. It costs 153 tokens per session (2,925 once invoked), scanned A, original, MIT.

A development guide for Shopware 6, an online-shop platform built with PHP and Symfony. It covers shop extensions, storefronts, the administration area, APIs, payments, shipping, carts, and themes across supported Shopware layers.

In plain words
What is it for?
Use it when building or updating Shopware plugins, apps, themes, admin features, storefront features, payment or shipping handlers, and shop data structures.
Why use it?
It helps avoid using code for the wrong Shopware version or extension type, especially where version changes affect existing integrations.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dpaguba/shopware-skill/shopware6
Any agent
npx skills add dpaguba/shopware-skill --skill shopware6
Clone the repo
git clone --depth 1 https://github.com/dpaguba/shopware-skill

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for shopware6

README.md
[![agentmods](https://agentmods.dev/badge/skills/dpaguba/shopware-skill/shopware6.svg)](https://agentmods.dev/skills/dpaguba/shopware-skill/shopware6)
Your own site
<a href="https://agentmods.dev/skills/dpaguba/shopware-skill/shopware6"><img src="https://agentmods.dev/badge/skills/dpaguba/shopware-skill/shopware6.svg" alt="Measured on agentmods" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,925 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00153 $0.02925
Opus 5 $0.00077 $0.01463
Sonnet 5 $0.00031 $0.00585
Haiku 4.5 $0.00015 $0.00293

Measured 5d ago against content hash 0dac04c146e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

shopware6 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/shopware6/SKILL.md · 252 lines

How it starts

The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Shopware 6 Development

Core Architecture

Shopware 6 is a PHP/Symfony platform. Clarify which layer is being targeted before generating code:

Layer Tech Where
Core / PHP PHP 8.2+, Symfony 7.4 (SW 6.7) / Symfony 7.0 (SW 6.6) src/ — Services, DAL, Events
Storefront Twig 3, SCSS, Vanilla JS, Vite dev server (6.7.11+) src/Resources/views/storefront/
Admin Vue 3, Pinia, Meteor components (mt-*), Vite build src/Resources/app/administration/
App System manifest.xml (schema 3.0 in 6.7), App Scripts External server or Twig scripts (no PHP needed)

Plugin vs App System: Use Plugin for self-hosted installs needing direct PHP/DB access. Use App System for SaaS/multi-tenant or when targeting the Shopware Store.

Which version is this?

Ask or infer the target version before generating code. The current line is 6.7.13.x; 6.8 is planned for 2027. 6.7 broke a lot of plugin-facing API, so code that is correct for 6.6 is often wrong for 6.7:

Topic SW 6.6 SW 6.7
Payment handler Synchronous/AsynchronousPaymentHandlerInterface AbstractPaymentHandler
Admin components sw-button, sw-card, sw-text-field mt-button, mt-card, mt-text-field
Admin state Vuex Shopware.State (deprecated) Pinia Shopware.Store only
Admin build Webpack Vite
EntityExtension getDefinitionClass() plus abstract getEntityName()
Plugin custom entities entities.xml removed, use EntityDefinition
IdsCollection Shopware\Core\Framework\Test\ Shopware\Core\Test\Stub\Framework\

Full list in references/migration-6.7.md. When the version is unknown, target 6.7 and mention what differs on 6.6.


Plugin Structure

PluginName/
├── composer.json
├── src/
│   ├── PluginName.php          # Bootstrap class
│   ├── Resources/
│   │   ├── config/
│   │   │   └── services.xml    # Symfony DI container
│   │   ├── views/
│   │   │   └── storefront/     # Twig template overrides
│   │   └── app/
│   │       └── administration/ # Vue.js admin extensions
│   └── Migration/              # Database migrations
└── tests/

Read the full file on GitHub · 252 lines

Files

What ships with it

33 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 252 lines · 153 tokens per session scan A 0dac04c146e2

Subscribe to this mod's changes

shopware6 is a skill published in the GitHub repository dpaguba/shopware-skill (2 stars, last pushed 9d ago), licensed MIT. It adds 153 tokens to every session and 2,925 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ecom-details-image

生成电商商品视觉方案:主图概念、场景图、详情页视觉方向和 AI 生图 Prompt。 当用户说"商品主图""详情页视觉""电商配图方案""商品场景图""带货视觉""产品视觉方向""详情页设计"时使用。 本 SKILL 出视觉方案+生图 Prompt(策划);实际抠白底图用 remove-bg,实际生成图片用 ai-image-gen。.

ZJU-REAL/Easel · 101 tokens

skill-campaign-planner

活动/营销策划(国内本地化):为节日营销、电商大促(618/双11/年货节)、新品发布、活动造势 制定完整方案——目标拆解、营销节奏(预热-爆发-返场)、多平台内容矩阵、互动玩法、KOL 分层、 预算分配、风险合规、效果指标。当用户说"营销方案""活动策划""大促方案""618/双11 怎么做" "节日营销""新品发布方案""造势""campaign""营销节奏""怎么搞活动"时使用。.

ZJU-REAL/Easel · 135 tokens

xml-config-migrating

Use this skill when a Shopware plugin or app-server extension needs its XML configuration migrated to PHP — phrases like "migrate services.xml", "convert my plugin config to PHP", "xml to php migration", "fix the XML deprecation", "prepare my plugin for Shopware 6.8 / Symfony 8", or when a deprecation like "The XML…

shopwareLabs/ai-coding-tools · 106 tokens

dev-environment-bootstrapping

Use this skill when the user asks to bootstrap, set up, create, or initialize a Shopware development environment from scratch — phrases like "set up a Shopware dev environment", "clone and install Shopware", "initialize a Shopware plugin project", "bootstrap Shopware and a new plugin called X", "get a fresh Shopware…

shopwareLabs/ai-coding-tools · 144 tokens

sapcc-skill

SAP Commerce Cloud skill for querying, administrating and operating a SAP CC (Hybris / CCv2) instance, including Cloud Portal DevOps operations. Use this skill when the user asks to query, inspect, modify or administrate SAP Commerce Cloud data (products, orders, customers, cronjobs, business logic) via HAC, or to…

eljoujat/sapcc-skill · 123 tokens

kinde-billing

Kinde Billing: models organization or user plan groups, features, and prices; connects test Stripe and publishes pricing; integrates plan selection, portal, and entitlements; records metered usage or handles billing webhooks and workflows; and troubleshoots subscriptions, trials, or tax. Use for Kinde billing work or…

ski043/kinde-agent-skills · 77 tokens