pimcore-studio-bundle-setup

Sets up Pimcore Studio bundles with PHP backend and rsbuild frontend federation configuration.

13|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/pimcore/skills --skill pimcore-studio-bundle-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pimcore-studio-bundle-setup
Source: https://github.com/pimcore/skills/tree/main/skills/pimcore-studio-bundle-setup
Command: npx skills add https://github.com/pimcore/skills --skill pimcore-studio-bundle-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up a Pimcore Studio bundle from scratch with boilerplate, frontend build, module federation, and PHP configuration.

Core Features & Use Cases

  • Boilerplate-ready bundle structure: Quick start for backend PHP and frontend assets.
  • Frontend integration: rsbuild configuration and module federation wiring.
  • PHP and Symfony config: Bundle class, composer.json, and services wiring.
  • Use Case: Enterprise Pimcore Studio bundle with frontend plugin system and remote entry points.

Quick Start

Follow the boilerplate guide to create a new Pimcore Studio bundle and verify the build and runtime integration.

Frequently Asked Questions about pimcore-studio-bundle-setup

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

FAQPage Schema
How do I set up a Pimcore Studio bundle with frontend module federation?

Setting up a Pimcore Studio bundle requires creating a PHP bundle class, composer.json, WebpackEntryPointProvider, and an rsbuild-based frontend with module federation configuration to wire backend and frontend components together.

What is needed to wire an rsbuild frontend into a Pimcore Studio bundle?

Wiring an rsbuild frontend into a Pimcore Studio bundle requires configuring module federation, defining remote entry points, and integrating a WebpackEntryPointProvider to connect frontend assets with the PHP backend services.

How do I configure PHP and Symfony services for a Pimcore Studio bundle?

Configuring PHP and Symfony services for a Pimcore Studio bundle involves creating a boilerplate bundle class, defining dependencies in composer.json, and wiring service definitions to support the frontend plugin system and backend functionality.

Does Pimcore Studio support rsbuild and module federation for bundle development?

Pimcore Studio supports rsbuild and module federation for bundle development, enabling developers to create enterprise-level bundles with a frontend plugin system and remote entry points that integrate seamlessly with the Studio environment.

What's the best way to validate build and runtime compatibility for a Pimcore Studio bundle?

The best way to validate build and runtime compatibility for a Pimcore Studio bundle is to follow a boilerplate guide that verifies the rsbuild frontend build, module federation wiring, and PHP backend integration within the Studio project.

Why do I need a WebpackEntryPointProvider when creating a Pimcore Studio bundle?

A WebpackEntryPointProvider is needed when creating a Pimcore Studio bundle to register frontend entry points, allowing the rsbuild-based module federation system to load remote frontend plugins into the Pimcore Studio runtime.