AI Coding Tools

v1.0.0Coding Agentsstable

Claude Code plugin marketplace for Shopware development. Provides MCP servers, skills, agents, hooks, and commands to integrate development tools directly into your AI coding workflow.

anthropicclaudeclaude-codecode-qualitymarketplace
Share:
29
Stars
0
Downloads
0
Weekly
0/5

What is AI Coding Tools?

AI Coding Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to claude code plugin marketplace for shopware development. provides mcp servers, skills, agents, hooks, and commands to integrate development tools directly into your ai coding workflow.

Claude Code plugin marketplace for Shopware development. Provides MCP servers, skills, agents, hooks, and commands to integrate development tools directly into your AI coding workflow.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Claude Code plugin marketplace for Shopware development. Pro

Use Cases

Shopware development
Code quality tools
Marketplace integration
shopwareLabs

Maintainer

LicenseMIT
Languageshell
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx ai-coding-tools

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use AI Coding Tools

Shopware AI Coding Tools is a Claude Code plugin marketplace specifically designed for Shopware 6 development, providing a curated set of plugins that integrate static analysis (PHPStan, ECS), test generation (PHPUnit), JavaScript tooling (ESLint, Jest, Stylelint), GitHub CLI workflows, semantic code research (ChunkHound), CI failure interpretation, contributor writing tools, and environment bootstrapping directly into Claude Code sessions. Each plugin is installed via Claude Code's native /plugin system and contributes MCP servers, hooks, skills, and agents that activate automatically based on context. It is a community project maintained by Shopware Labs and is not an official Shopware or Anthropic product.

Prerequisites

  • Claude Code CLI installed and authenticated (https://docs.claude.com/en/docs/claude-code)
  • A Shopware 6 project or development environment
  • jq installed for several plugins (brew install jq or apt-get install jq)
  • gh CLI authenticated for GitHub-related plugins (gh auth login)
  • Docker, DDEV, or native PHP environment depending on the dev-tooling plugin configuration
1

Add the marketplace to Claude Code

Register the shopwareLabs/ai-coding-tools repository as a plugin marketplace source in Claude Code.

/plugin marketplace add shopwareLabs/ai-coding-tools
2

Install the core dev-tooling plugin

Install the dev-tooling plugin which provides PHPStan, ECS, PHPUnit, ESLint, Stylelint, Jest, and Rector via MCP servers.

/plugin install dev-tooling@shopware-ai-coding-tools
3

Install plugin-setup for guided configuration

Install the plugin-setup helper which walks you through configuring dev-tooling, gh-tooling, and chunkhound-integration interactively.

/plugin install plugin-setup@shopware-ai-coding-tools
4

Run the setup skill for dev-tooling

Ask Claude to run the dev-tooling setup, which creates .mcp-php-tooling.json and .mcp-js-tooling.json in your project root.

# In your Claude Code session, type:
Help me set up dev-tooling
5

Restart Claude Code

Plugins that include MCP servers require a full restart of Claude Code to activate the new servers.

6

Install additional plugins as needed

Install other plugins from the marketplace based on your workflow needs.

/plugin install gh-tooling@shopware-ai-coding-tools
/plugin install test-writing@shopware-ai-coding-tools
/plugin install ci-failure-interpretation@shopware-ai-coding-tools

AI Coding Tools Examples

Client configuration

The Shopware AI Coding Tools marketplace is configured through Claude Code's plugin system, not through a direct mcpServers JSON block. This is the plugin installation command sequence.

{
  "mcpServers": {
    "_note": "Shopware AI Coding Tools installs via Claude Code /plugin commands, not direct mcpServers config.",
    "_install": "/plugin marketplace add shopwareLabs/ai-coding-tools"
  }
}

Prompts to try

Example prompts that activate the various Shopware AI Coding Tools plugins inside a Claude Code session.

- "Run PHPStan analysis on src/Core/Content/Product/ProductEntity.php"
- "Generate PHPUnit unit tests for src/Core/Checkout/Cart/CartService.php"
- "Interpret the CI failure logs from the last failed GitHub Actions run on PR #4521"
- "Write a PR description for my current branch changes"
- "How does the payment processing flow work in this codebase?"

Troubleshooting AI Coding Tools

Plugin commands are not recognized after running /plugin install

MCP server plugins require a full restart of Claude Code to load. Quit and reopen Claude Code after installing any plugin that includes an MCP server component.

dev-tooling PHPStan tool fails with 'jq not found'

Install jq on your system: brew install jq on macOS, or sudo apt-get install jq on Linux. Several dev-tooling and gh-tooling operations require jq for JSON processing.

test-writing skill does not activate automatically

The test-writing plugin requires dev-tooling to be installed and configured with a .mcp-php-tooling.json file in the project root. Run the plugin-setup skill for dev-tooling first, then restart Claude Code before using test-writing.

Frequently Asked Questions about AI Coding Tools

What is AI Coding Tools?

AI Coding Tools is a Model Context Protocol (MCP) server that claude code plugin marketplace for shopware development. provides mcp servers, skills, agents, hooks, and commands to integrate development tools directly into your ai coding workflow. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install AI Coding Tools?

Follow the installation instructions on the AI Coding Tools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with AI Coding Tools?

AI Coding Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is AI Coding Tools free to use?

Yes, AI Coding Tools is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "ai-coding-tools": { "command": "npx", "args": ["-y", "ai-coding-tools"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use AI Coding Tools?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides