Plugin Claude Code
Plugin marketplace listing 9 plugins: dev-tooling, test-writing, chunkhound-integration, ci-failure-interpretation, contributor-writing.
Plugin Claude Code
Plugin marketplace listing 9 plugins: dev-tooling, test-writing, chunkhound-integration, ci-failure-interpretation, contributor-writing.
Hook Claude Code
Runs after a tool call finishes for Skill tool calls, running an inline shell check. From shopwareLabs/ai-coding-tools.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From shopwareLabs/ai-coding-tools.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, UserPromptSubmit).
Skill Claude CodeCodex
Use this skill when the user asks to summarize, recap, or post about repository changes in the Shopware AI Coding Tools marketplace since a given date — phrases like "write a changelog post for Discord", "recap this week's commits for Slack", "summarize what shipped since 2026-04-01", "draft a release announcement".…
Skill Claude CodeCodex
Use this skill when the user asks to bump, update, or release a new version of a plugin in the Shopware AI Coding Tools marketplace — phrases like "bump test-writing to 3.8.0", "release a patch for dev-tooling", "update the plugin version". Handles synchronized version bumps across plugin.json and every SKILL.md…
Instructions file CodexOpenCode
Instructions for shopwareLabs/ai-coding-tools, covering shopware ai coding tools marketplace - technical reference, understanding skills, understanding slash commands, understanding developer documentation and marketplace architecture.
Plugin Claude Code
Semantic code research using ChunkHound's multi-hop search and LLM synthesis.
MCP server Claude CodeCodexCursor +2
MCP server "ChunkHound" as configured in shopwareLabs/ai-coding-tools. Launched with ${CLAUDE_PLUGIN_ROOT}/scripts/run-chunkhound.sh. Needs 1 environment variable to run.
Agent
Researches a codebase's architecture, data flows, and component relationships and returns synthesized findings with file:line citations. Use proactively for architectural questions, multi-file dependency tracing, impact analysis before a refactoring, and onboarding to unfamiliar code — any wide investigation that…
Hook
Runs when a session starts, executing session-start.sh. From shopwareLabs/ai-coding-tools.
Skill Claude CodeCodex
Use this skill when the user asks an architectural or semantic question about a codebase — phrases like "how does X work?", "what's the architecture?", "help me understand this codebase", "find all components that use Y", "trace the data flow from A to B", "where is feature Z handled", "I'm new to this code, where do…
Plugin Claude Code
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.
Skill Claude CodeCodex
Use this skill when reading or analyzing CI logs from a Shopware GitHub Actions workflow to figure out why a build failed — phrases like "why did CI fail", "what broke the build", "check the pipeline", "interpret these logs", "debug this red build" — or whenever raw run logs, job logs, or check annotations from a…
Plugin Claude Code
Skills for analyzing GitHub pull requests and issues in depth. Fetches contribution data from GitHub and researches architectural context via chunkhound-integration. Standalone useful for code review, and designed to be consumable by Claude Agent SDK applications.
Skill Claude CodeCodex
Use this skill when the user asks to analyze a specific GitHub issue, understand what area of code an issue affects, assess an issue's scope, or research the code context around an issue — example triggers like "analyze issue.
Skill Claude CodeCodex
Use this skill when the user asks to analyze a specific GitHub pull request, review a PR's architectural impact, assess what changed in a PR and why it matters, or research the code relationships affected by a PR — example triggers like "analyze PR.
Plugin Claude Code
Writing skills for Shopware core contributors: Architecture Decision Records, PR descriptions (trunk and feature-branch formats), commit messages, and RELEASEINFO/UPGRADE entries. Analyzes branch diffs, classifies changes, and writes content calibrated to change magnitude.
Skill Claude CodeCodex
Use this skill when the user asks to write, create, draft, or validate an Architecture Decision Record for the Shopware core repository — phrases like "write an ADR", "create an architecture decision record", "draft a decision record", "validate this ADR", "check ADR quality", or when they mention "ADR", "architecture…
Skill Claude CodeCodex
Use this skill when the user explicitly asks to generate, write, draft, or create a commit message, squash commit, commit title, or merge commit message for the Shopware core repository (shopware/shopware). Supports two modes — full commit messages (title + body) for branch commits, and squash merge titles…
Skill Claude CodeCodex
Use this skill when the user asks to write, draft, create, or improve a PR description for a Shopware core repository PR — AND that PR targets a non-trunk feature branch (not trunk itself). Trigger phrases like "write a PR description", "draft the PR", "what should I put in the PR body". The skill detects the target…
Skill Claude CodeCodex
Use this skill when the user asks to write, draft, create, or improve a PR description, is about to create a PR, or mentions "PR description", "pull request description", or "PR template" — AND that PR targets trunk in the Shopware core repository (shopware/shopware). The skill detects the target and only activates…
Skill Claude CodeCodex
Use this skill when the user is completing features, deprecations, or breaking changes in the Shopware core repository that affect external developers, or when they ask to write release info, upgrade entries, release notes, release documentation, or changelog entries — phrases like "write a release info entry for my…
Plugin Claude Code
Three MCP servers for PHP and JavaScript operations plus an optional PHP language server. PHP (php-tooling): PHPStan, ECS, Rector, PHPUnit, PHPUnit coverage gap analysis, Symfony Console. Administration (js-admin-tooling): ESLint, Stylelint, Prettier, Jest, TypeScript, Vite builds. Storefront (js-storefront-tooling)…