shopwareLabs

48 mods across 1 repository, 42 stars between them.

shopwareLabs/ai-coding-tools

Plugin Claude Code

Plugin marketplace listing 9 plugins: dev-tooling, test-writing, chunkhound-integration, ci-failure-interpretation, contributor-writing.

42 4d ago A tokens not measured original MIT

PostToolUse

02

shopwareLabs/ai-coding-tools

Hook Claude Code

Runs after a tool call finishes for Skill tool calls, running an inline shell check. From shopwareLabs/ai-coding-tools.

42 4d ago A tokens not measured original MIT

UserPromptSubmit

03

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.

42 4d ago A tokens not measured original MIT

shopwareLabs/ai-coding-tools

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".…

42 4d ago A 106 tokens original MIT

plugin-updating

06

shopwareLabs/ai-coding-tools

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…

42 4d ago A 102 tokens original MIT

shopwareLabs/ai-coding-tools

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.

42 4d ago A 2,669 tokens original MIT

ChunkHound

09

shopwareLabs/ai-coding-tools

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.

42 4d ago A tokens not measured original MIT

code-researcher

10

shopwareLabs/ai-coding-tools

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…

42 4d ago A 86 tokens original MIT

SessionStart

11

shopwareLabs/ai-coding-tools

Hook

Runs when a session starts, executing session-start.sh. From shopwareLabs/ai-coding-tools.

42 4d ago A tokens not measured original MIT

researching-code

12

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…

42 4d ago A 121 tokens original MIT

shopwareLabs/ai-coding-tools

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.

42 4d ago A tokens not measured original MIT

shopwareLabs/ai-coding-tools

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…

42 4d ago A 154 tokens original MIT

shopwareLabs/ai-coding-tools

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.

42 4d ago A tokens not measured original MIT

issue-analyzing

16

shopwareLabs/ai-coding-tools

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.

42 4d ago A 51 tokens original MIT

pr-analyzing

17

shopwareLabs/ai-coding-tools

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.

42 4d ago A 56 tokens original MIT

contributor-writing

18

shopwareLabs/ai-coding-tools

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.

42 4d ago A tokens not measured original MIT

adr-writing

19

shopwareLabs/ai-coding-tools

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…

42 4d ago A 135 tokens original MIT

shopwareLabs/ai-coding-tools

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…

42 4d ago A 160 tokens original MIT

shopwareLabs/ai-coding-tools

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…

42 4d ago A 152 tokens original MIT

shopwareLabs/ai-coding-tools

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…

42 4d ago A 144 tokens original MIT

shopwareLabs/ai-coding-tools

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…

42 4d ago A 154 tokens original MIT

dev-tooling

24

shopwareLabs/ai-coding-tools

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)…

42 4d ago A tokens not measured original MIT