dev-environment-bootstrapping

Automate Shopware development environment bootstrapping with dependency installation, database setup, and frontend builds.

41|5|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/shopwareLabs/ai-coding-tools --skill dev-environment-bootstrapping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-environment-bootstrapping
Source: https://github.com/shopwareLabs/ai-coding-tools/tree/main/plugins/shopware-env/skills/dev-environment-bootstrapping
Command: npx skills add https://github.com/shopwareLabs/ai-coding-tools --skill dev-environment-bootstrapping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstraps and coordinates the setup of a Shopware development environment, turning a manual, error-prone process into an automated, reproducible first-run flow that detects state and executes a guided plan.

Core Features & Use Cases

  • Detects the current Shopware checkout state (composer.json, src/Core, .env, var/cache) to determine the project status.
  • Generates and executes a numbered action plan that installs dependencies, prepares the database, activates plugins, and builds admin and storefront frontends via the lifecycle MCP server.
  • Supports various execution environments (native, Docker Compose, DDEV-like) and can bootstrap a fresh Shopware instance or initialize a plugin project.

Quick Start

Ask me to bootstrap your Shopware dev environment and I will run the full setup.

Frequently Asked Questions about dev-environment-bootstrapping

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a Shopware development environment setup end-to-end?

You can automate Shopware dev environment setup by using an orchestration skill that detects your checkout state, installs dependencies, prepares the database, activates plugins, and builds frontends. It generates a numbered action plan and executes it with safeguards and rollback.

Does the Shopware bootstrap process support Docker Compose and DDEV?

Yes, the Shopware bootstrap process supports native, Docker Compose, and DDEV-like environments. It detects the current execution context and orchestrates dependency installation, database setup, plugin activation, and frontend builds accordingly.

What does environment detection check during a Shopware dev environment bootstrap?

Environment detection checks the Shopware checkout state by analyzing composer.json, src/Core, .env, and var/cache. This determines the current project status and guides the subsequent dependency installation, database setup, and frontend build steps.

Can I initialize a new Shopware plugin project using an automated dev environment bootstrap?

Yes, you can bootstrap a fresh Shopware instance or initialize a plugin project. The automation coordinates the entire setup, from dependency installation and database preparation to frontend builds, creating a reproducible first-run flow.

What is the best way to fix manual errors when setting up a Shopware dev environment?

The best way to avoid manual setup errors is using an automated, reproducible bootstrap flow. It generates a guided action plan via the lifecycle MCP server, executing steps with built-in safeguards and rollback where possible to ensure a stable environment.

Why does my Shopware dev environment need script-driven orchestration for the first run?

Your Shopware dev environment needs script-driven orchestration to turn a manual, error-prone process into a reproducible first-run flow. It coordinates environment detection, dependency installation, database setup, plugin activation, and frontend builds automatically.