By vanWittlaer
Shopware 6 (6.6.x/6.7.x) development conventions, patterns, and production gotchas, plus DDEV local-dev setup — packaged as Claude Code skills.
DDEV local development for Shopware 6 projects. Trigger when the user mentions DDEV, ddev exec, local development setup, watchers, or workers.
Shopware 6 development conventions and patterns for client projects. Trigger whenever the user works on Shopware 6 code, plugins, or configuration.
Community-maintained Claude skill files for Shopware 6 client project development.
Each SKILL.md file is a structured instruction set that Claude reads before
tackling a task. They encode accumulated best practices, gotchas, and patterns
for Shopware 6 and its common ecosystem tools.
These skills are for developing client projects with Shopware 6 — not for contributing to Shopware 6 core itself.
skills/
├── shopware6/ # Core SW6: plugins, DAL, entities, events, CLI, search, storefront, API
└── ddev/ # DDEV local development: config, services, hot-reload, commands
This repo ships as a Claude Code plugin marketplace (.claude-plugin/marketplace.json),
so you can install it straight from GitHub:
/plugin marketplace add vanWittlaer/sw6-skills
/plugin install sw6-skills@sw6-skills
The first command registers this repo as a marketplace; the second installs the
sw6-skills plugin from it. After install, the shopware6 and ddev skills are
available to Claude Code automatically — no CLAUDE.md wiring needed.
To update later:
/plugin marketplace update sw6-skills
To remove:
/plugin uninstall sw6-skills@sw6-skills
/plugin marketplace remove sw6-skills
Place skill files where Claude Code can read them directly, or reference them
in your project's CLAUDE.md:
For Shopware 6 tasks, read and follow: skills/shopware6/SKILL.md
For DDEV tasks, read and follow: skills/ddev/SKILL.md
Add to your custom instructions:
"For any Shopware 6 task, first fetch and follow: https://raw.githubusercontent.com/vanWittlaer/sw6-skills/main/skills/shopware6/SKILL.md"
Paste the skill content directly into the system prompt for project conversations.
Skills target current Shopware versions:
sw-6.6.x — Shopware 6.6 compatiblesw-6.7.x — Shopware 6.7 compatiblePRs welcome. Keep skills factual, concise, and example-driven. Avoid opinion where Shopware's own docs are authoritative — link instead.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub vanwittlaer/sw6-skills --plugin sw6-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code