Experimental Community Project: This repository is maintained by Shopware Labs and is not an official Shopware product. It is not affiliated with, endorsed by, or sponsored by Anthropic or any other AI provider. "Claude" and "Claude Code" are trademarks of Anthropic. This project is provided as-is without warranty.
A Claude Code plugin marketplace for Shopware development. Provides development tools, test generation, code research, and more — integrated directly into your Claude Code workflow.
Requirements: Claude Code installed.
Add the marketplace, then install the plugins you need:
/plugin marketplace add shopwareLabs/ai-coding-tools
/plugin install dev-tooling@shopware-ai-coding-toolsRestart Claude Code after installing plugins that include MCP servers.
| Plugin | Description | Components |
|---|---|---|
| dev-tooling | PHPStan, ECS, PHPUnit, ESLint, Stylelint, Jest, and more via MCP servers. Includes Shopware LSP. | MCP, Hooks, LSP |
| gh-tooling | GitHub CLI wrapper for PRs, issues, CI runs, and search. | MCP, Hooks |
| test-writing | Automated PHPUnit test generation and validation for Shopware 6. | Skills, Agents, MCP |
| adr-writing | Architecture Decision Record creation and validation. | Skills |
| chunkhound-integration | Semantic code research using ChunkHound. | MCP, Skills, Agents, Commands, Hooks |
| ci-failure-interpretation | CI failure log interpretation for GitHub Actions workflows. | Skills |
Three MCP servers for PHP and JavaScript operations plus Shopware LSP for intelligent code completion. Supports native, Docker, Vagrant, and DDEV environments.
/plugin install dev-tooling@shopware-ai-coding-tools- PHP: PHPStan static analysis, ECS code style, PHPUnit test runner with coverage gap analysis, Symfony Console
- Administration JS: ESLint, Stylelint, Prettier, Jest, TypeScript, Vite builds
- Storefront JS: ESLint, Stylelint, Jest, Webpack builds
- Shopware LSP: Service ID completion, Twig templates, snippets, routes, feature flags
Prerequisites: jq, restart after install. For LSP: shopware-lsp binary in PATH.
See full documentation for configuration and tool reference.
GitHub CLI MCP server for pull requests, issues, CI runs, jobs, commits, and search. Works without configuration when gh is authenticated.
/plugin install gh-tooling@shopware-ai-coding-tools- PRs: view, diff, list, checks, comments, reviews, files, commits
- Issues: view, list
- CI: run status, logs, job-level debugging, annotations
- Other: commit-to-PR lookup, cross-repo search, raw API access
Prerequisites: jq, gh CLI authenticated, restart after install.
See full documentation for configuration and tool reference.
Generates and validates PHPUnit unit tests for Shopware 6. Analyzes source classes, detects the test category (DTO, Service, Flow/Event, DAL, Exception), generates tests, reviews them against 46 Shopware-specific rules, and iterates fixes until they pass.
/plugin install test-writing@shopware-ai-coding-toolsJust ask Claude to generate tests — the skill activates automatically:
Generate unit tests for src/Core/Content/Product/ProductEntity.php
Prerequisites: dev-tooling plugin installed, .mcp-php-tooling.json in project root, restart after install.
See full documentation for categories, rules, and workflow details.
Creates and validates Architecture Decision Records following Shopware's ADR conventions. Encodes rules from Shopware's coding guidelines and patterns from 80+ existing ADRs.
/plugin install adr-writing@shopware-ai-coding-toolsWrite an ADR about switching to Redis for cart persistence
Validate the ADR at adr/2023-05-22-switch-to-uuidv7.md
See full documentation for structure options and validation rules.
Semantic code research using ChunkHound's multi-hop search and LLM synthesis. Understands code architecture, traces data flows, and discovers component relationships.
/plugin install chunkhound-integration@shopware-ai-coding-tools/research how does authentication work in this codebase?
/research find all payment service dependencies
Prerequisites: ChunkHound installed (uv tool install chunkhound), embedding provider configured, index initialized, restart after install.
See full documentation for setup and configuration.
Knowledge skill for interpreting CI failure logs from Shopware GitHub Actions workflows. Covers PHPUnit, PHPStan, ECS, ESLint, TypeScript, Stylelint, Prettier, Jest, Playwright, ludtwig, and Lighthouse.
/plugin install ci-failure-interpretation@shopware-ai-coding-toolsThe skill activates automatically when analyzing CI failures — just ask Claude to interpret logs or debug a failed CI run. No prerequisites beyond installation.
See full documentation for supported tools and failure patterns.
Found a bug or quality issue? Open an issue using our specialized templates for commands, skills, agents, hooks, MCP servers, or other components.
Some plugins in this marketplace integrate with external services (e.g. chunkhound-integration wraps the ChunkHound CLI with user-configured embedding providers such as VoyageAI, OpenAI, or Ollama). These integrations are entirely opt-in and user-configured: the plugins invoke user-installed CLI tools using environment variables and configuration files supplied by the user. Shopware Labs does not receive, store, or route any data processed through these integrations. Users who configure external AI providers are solely responsible for compliance with those providers' terms of service and any applicable data protection requirements, including obligations arising from transfers to third countries.
This project is licensed under the MIT License.