Add this marketplace to Claude Code
Run this command in Claude Code to add all plugins from this marketplace:
/plugin marketplace add shopwareLabs/claude-code-pluginscomment-review
v1.2.0Reviews and improves code comments following 'why not what' principle. Removes redundant and obvious comments, improves vague comments by adding context, condenses verbose documentation, and flags inconsistencies. Use when reviewing comments in files, directories, git changes, git diffs, commits, or commit ranges. Handles all comment styles: C-style (//, /* */), PHPDoc, JSDoc, Python (#), HTML, Twig, SQL.
Step 2: Install Plugin
/plugin install comment-review@shopwareLabs/claude-code-pluginscodex-debugger
v1.0.0Debugging escalation plugin that automatically consults OpenAI Codex (GPT-5) when stuck after three failed attempts with no progress. Features codex-escalation agent with pre-flight validation, context gathering, and progressive escalation (Codex → User). Includes /codex-check command for setup verification. Requires Codex CLI and OpenAI account. Uses native MCP server integration for fresh analytical perspective and root cause analysis.
Step 2: Install Plugin
/plugin install codex-debugger@shopwareLabs/claude-code-pluginscommit-message-generator
v1.3.0Generate and validate conventional commit messages with custom project rules. Features /commit-gen to create messages from staged changes, /commit-check to validate format and consistency. Automatically detects commit type (feat/fix/refactor), infers scope from file paths, identifies breaking changes. Includes body validation (presence, content quality, migration instructions) and cross-platform clipboard integration. Supports project-specific configuration via .commitmsgrc.md. Comprehensive validation for type accuracy, scope matching, subject precision, and body quality.
Step 2: Install Plugin
/plugin install commit-message-generator@shopwareLabs/claude-code-plugins