From shopware-data
Aggregationen in der Shopware-6 Criteria-API: TermsAggregation, CountAggregation, SumAggregation, AvgAggregation, StatsAggregation, FilterAggregation, verschachtelte Aggregationen + Ergebnis auslesen. Trigger: "Aggregation criteria", "TermsAggregation", "SumAggregation", "Statistik DAL", "gruppieren zählen", "getAggregations", "facetten". Shopware 6.7.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopware-data:sw-aggregationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Aggregationen berechnen Kennzahlen/Facetten serverseitig.
Aggregationen berechnen Kennzahlen/Facetten serverseitig.
$criteria->addAggregation(new TermsAggregation('per-cat', 'categoryId', null, null,
new SumAggregation('sum-price', 'price'))); // verschachtelt
$criteria->addAggregation(new StatsAggregation('stats', 'price'));
$result = $repo->aggregate($criteria, $context);
$terms = $result->get('per-cat'); // TermsResult mit buckets
Typen u.a. TermsAggregation (Gruppieren), CountAggregation, SumAggregation, AvgAggregation,
MinAggregation/MaxAggregation, StatsAggregation, FilterAggregation (vorfiltern), EntityAggregation.
Mit aggregate() (nur Kennzahlen) oder als Teil von search().
→ Alle Aggregations-Typen & Bucket-Auswertung: references/search-criteria.md
npx claudepluginhub zone1987/claude-a-dev-team --plugin shopware-dataProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.