By zone1987
Shopware 6 APIs: Admin API (OAuth), Store API, Sync API — endpoints, auth, requests/responses, parameters + live OpenAPI introspection.
Spezialist für die Shopware-6.7-APIs: Admin API (OAuth), Store API (sw-access-key/sw-context-token), Sync API. Hilft bei Authentifizierung, korrekten Endpunkten, Criteria-Suchen, Requests/Responses, Headern, Fehlerbehandlung und Integrationen (server-to-server, Headless). Wird typischerweise von shopware-dev delegiert. Trigger: "Shopware API", "Admin API", "Store API", "Sync API", "API request", "oauth token shopware", "sw-access-key", "Integration anbinden".
Introspektions-Agent: gewinnt die vollständige API-Endpunktliste eines Shopware-6-Projekts aus der OpenAPI-Spec (Admin + Store, inkl. installierter Plugin-Routen) und schreibt gecachte Kataloge (.shopware-catalog/admin-api.md, .shopware-catalog/store-api.md) mit Pfad, Methode, Tag, Kurzbeschreibung, Parametern und Auth. Nutze ihn bei "/sw-api-map", "API-Katalog erstellen/aktualisieren", "welche API-Endpunkte gibt es". Reiner Scan/Parse — günstig.
Die _action-Endpunkte der Shopware-6 Admin API (nicht-CRUD-Operationen): Order-State-Transitions (/api/_action/order/{id}/state/{transition}), Cache (/api/_action/cache, index), Number-Range, Document-Erzeugung, Mail send, Clone. Trigger: "_action endpoint", "order state transition api", "cache clear api", "document api action", "number-range reserve api", "mail send api", "api action shopware". Shopware 6.7.
Authentifizierung an der Shopware-6 Admin API: OAuth2 token endpoint /api/oauth/token, grant_type client_credentials (Integration: client_id/client_secret) und password (client_id 'administration', dev), Bearer-Token, expires_in 600s, refresh_token. Trigger: "Admin API auth", "oauth token shopware", "/api/oauth/token", "client_credentials shopware", "access_token bearer admin api", "Integration access key secret", "refresh token api". Shopware 6.7.
CRUD über die Shopware-6 Admin API: GET/POST/PATCH/DELETE /api/{entity}[/{id}], Payload-Format, Hex-UUID-IDs, Associations im Payload, Response-Codes (204). Trigger: "Admin API CRUD", "POST /api/product", "PATCH entity api", "DELETE /api/{id}", "Entity anlegen API", "api request body shopware", "204 no content api". Shopware 6.7.
Vollständige Endpunkt-Referenz der Shopware 6 Admin API (adminapi.json, v6.7). Alle 1093 Operationen in 143 Tags. Trigger: "Admin API Endpunkte", "Admin API Übersicht", "welche Endpunkte Admin API", "Admin API Routen", "sw-admin-api alle Endpunkte", "Admin API Liste", "_action Endpunkte", "Shopware Admin API vollständig", "Admin API Tags", "Admin API /api Pfade", "Admin API Operationen Shopware".
Der Such-Endpunkt der Shopware-6 Admin API: POST /api/search/{entity} mit Criteria-JSON (filter, sort, associations, aggregations, page, limit, total-count-mode, ids, term, post-filter, grouping). Trigger: "POST /api/search", "api search criteria", "filter sort associations api", "aggregations api", "total-count-mode", "Daten suchen Admin API". Shopware 6.7.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Ein Claude-Code-Marketplace mit 22 Plugins, 597 Skills, 38 Agents, 41 Commands und 3 Hooks — eine wachsende Sammlung von Wissens- und Werkzeug-Bibliotheken für verschiedene Web-Plattformen. Aktuell abgedeckt:
Weitere Plattformen/Frameworks sind geplant — die Struktur (Themen-Plugins mit Skills/Agents/Commands/Hooks) ist bewusst erweiterbar.
Das Wissen ist aus den offiziellen Quellen destilliert (Shopware-Trunk-Source, developer.shopware.com, docs.shopware.com, die offiziellen GitHub-Repos sowie die OCTO-/Ventrata-/Go-City-Doku) und in den Skills eingebettet (keine externen Laufzeit-Abhängigkeiten). Skills sind schlank; die Tiefe liegt in references/. Agents/Commands nutzen das je Aufgabe günstigste Modell (haiku/sonnet/opus).
1. Marketplace hinzufügen (GitHub oder lokaler Pfad):
/plugin marketplace add https://github.com/zone1987/claude-a-dev-team
2. Plugin(s) installieren — interaktiv über /plugin (Browse & install) oder gezielt:
/plugin install shopware-core@claude-a-dev-team
/plugin install shopware-data@claude-a-dev-team
/plugin install octo-api@claude-a-dev-team
# ... je nach Bedarf
3. Nutzung: Skills laden bei passendem Kontext automatisch; Commands stehen als /<command> bereit; Agents werden vom Orchestrator shopware-dev (bzw. octo-api-expert, shopware-merchant-guide) oder direkt genutzt.
Tipp: Für reine Shopware-Entwicklung genügen oft
shopware-core,shopware-data,shopware-framework,shopware-storefront,shopware-admin. Headless zusätzlichshopware-frontends/shopware-api; Bedienung/Betriebshopware-merchant.
{
"extraKnownMarketplaces": {
"claude-a-dev-team": { "source": { "source": "github", "repo": "zone1987/claude-a-dev-team" } }
},
"enabledPlugins": [
"shopware-core@claude-a-dev-team",
"shopware-data@claude-a-dev-team"
]
}
Jedes Plugin ist ein eigenständig installierbares Themenpaket. Details in der jeweiligen Plugin-README (Plugin-Name verlinkt).
| Plugin | Wofür | Skills | Agents | Commands |
|---|---|---|---|---|
shopware-core | Plugin-Fundament: DI, Decoration, Events/Subscriber, CLI, Config, Logging, Filesystem, Rate-Limiter, Feature-Flags, NumberRange, SystemConfig + Event-Katalog. | 18 | 3 | 4 |
shopware-data | DAL komplett (Entities/Fields/Flags/Associations/Translations/Criteria/Hydration) + vollständige Core-Entity-Referenz (312 Entities) + Entity-Introspektion. | 33 | 2 | 5 |
shopware-framework | ScheduledTasks, MessageQueue, Rules, Flow, Store-/Admin-API-Routen, ACL, Webhooks, App-Scripts, Mail (+Variablen-Baum), Media, Elasticsearch, Redis. | 25 | 1 | 4 |
shopware-checkout | Cart-Pipeline, Payment (6.7) & App-Payment, Shipping, Order-StateMachine, Dokumente (ZUGFeRD), Promotions, Kunden. | 20 | 1 | 3 |
shopware-cms | Eigene CMS-Blöcke, CMS-Elemente und DataResolver (Erlebniswelten). | 7 | 1 | 2 |
| Plugin | Wofür | Skills | Agents | Commands |
|---|---|---|---|---|
shopware-storefront | Controller/Pages/Twig/SCSS/Themes, JS-Storefront-Plugins, TypeScript, Accessibility + JS-Plugin-/Event-/SCSS-Introspektion. | 39 | 2 | 4 |
shopware-admin | Vue 3 / Pinia / Vite / Meteor: Module, Komponenten, Routing, Data-Handling, Services, ACL, Admin-SDK, TypeScript + Admin-Introspektion. | 29 | 2 | 3 |
shopware-frontends | Headless (Shopware Frontends): api-client, composables, api-gen, cms-base, Vue 3 / Nuxt, Routing/i18n/B2B. | 19 | 1 | 0 |
npx claudepluginhub zone1987/claude-a-dev-team --plugin shopware-apiShopware 6 Versions-Migration: 6.6→6.7→6.8, Meteor-/Vite-/Pinia-Migration, Deprecation-Handling, Upgrade-Guides.
Shopware 6 Qualität: Coding-Guidelines, ADR-Wissen, Domain-Exceptions, Static-Analysis, README-Generator — plus selbstaktualisierender Knowledge-Sync.
Shopware 6 Checkout: Cart-Processors, LineItems, Preise, Tax, Payment-Handler, Shipping, Order-StateMachine, Dokumente, Promotions.
Shopware Frontends — headless/composable storefronts: @shopware/api-client, @shopware/composables, @shopware/api-gen, cms-base, helpers, Vue 3 / Nuxt.
Shopware 6 App-Entwicklung: Manifest, Webhooks, Auth, App-Scripts, Payment-/Tax-/CMS-/Flow-Gateways, IAP, JS-/PHP-SDK.
Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use