shopware
Installation
SKILL.md
Shopware Plugin Development
Entry point for Shopware work. This skill carries what applies to every Shopware task; the detail lives in the focused skills listed below.
Coding conventions come from rules/, not from this skill
The Shopware Core writes <?php declare(strict_types=1); on a single line. This
project does not: per PSR-12 and rules/01-coding-standard.md, <?php stands
alone, then a blank line, then declare(strict_types=1); on its own line. Where
a Shopware example conflicts with rules/, the rules win — they are binding,
skills are recommendations.