From shopware-quality
Shopware-6 Core-Coding-Guidelines: final & internal, Extendability (Events vor Decorators), Decorator-Pattern, Domain-Exceptions, Feature-Flags, DB-Migrationen, Code für Static Analysis, Deprecation-Strategie. Trigger: "Coding Guidelines shopware", "final internal", "extendability", "deprecation strategy", "wie schreibt man shopware code", "Konventionen Core". Shopware 6.7.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopware-quality:sw-coding-guidelinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verbindliche Leitlinien aus dem Core (`coding-guidelines/`). Kernpunkte:
Verbindliche Leitlinien aus dem Core (coding-guidelines/). Kernpunkte:
EventSubscriberInterface); Decorator nur wenn Event-Timing
nicht passt. Eigene Klassen final machen, wo möglich.@internal/final markieren Nicht-API; darauf NICHT verlassen (kann ohne BC-Bruch ändern)..inner delegieren, keine Core-Logik duplizieren.codes (sw-domain-exceptions).update() + getrennt updateDestructive(); idempotent.Lint/Analyse-Befehle: composer ecs[-fix], composer phpstan, composer eslint:admin|storefront, stylelint, ludtwig.
Architektur-Entscheidungen: sw-adr-knowledge. Static-Analysis-Tools: sw-static-analysis.
Vollständige Code-Guidelines (alle Regeln aus resources/guidelines/code/core): references/deep/code-guidelines-full.md
Erweiterungs-Patterns & @internal/@final in Tiefe: sw-extendability. Plugin-/Bundle-Struktur: sw-code-structure.
npx claudepluginhub zone1987/claude-a-dev-team --plugin shopware-qualityProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.