Pimcore avatar

Pimcore

Official

@pimcore · Salzburg, Austria

0Followers
|
70Public Repos
|
30Published Skills

Creator of the Pimcore Platform

Skills Distribution
DomainDeveloper To...Frontend Component.. (45%)Backend Architecture (35%)Enterprise System .. (20%)

Agent Skills by Pimcore

Showing 30 vetted skills indexed across 1 GitHub repositories.

pimcorepimcore
13

pimcore-studio-backend-openapi-docs

Manage Pimcore Studio backend OpenAPI metadata via translation keys and constants.

Official
Intermediate
pimcorepimcore
13

pimcore-studio-ui-i18n

Standardize i18n workflows for Pimcore Studio UI with flat translation keys.

Official
Intermediate
pimcorepimcore
13

pimcore-studio-backend-checklist

Apply the 34-point Pimcore Studio checklist to identify backend migration gaps.

Official
Advanced
pimcorepimcore
13

pimcore-studio-backend-exception

Map Pimcore model and vendor exceptions to Studio API exceptions.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-tables-grids

Create type-safe interactive data tables with Grid and TanStack Table in Pimcore Studio UI.

Official
Intermediate
pimcorepimcore
13

pimcore-studio-ui-buttons

Standardize Pimcore Studio UI button components with accessibility guidelines.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-notifications-toasts

Centralize toast notifications using the useMessage hook in Pimcore Studio UI.

Official
Intermediate
pimcorepimcore
13

pimcore-studio-ui-react-components

Standardize Pimcore Studio UI React component structure with .styles.tsx files and interfaces.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-tabs-editors

Manage Pimcore Studio editor tabs across assets, documents, and data objects.

Official
Advanced
pimcorepimcore
13

pimcore-studio-bundle-setup

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

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-bundle-structure

Organize Pimcore Studio bundle directories and file naming conventions.

Official
Intermediate
pimcorepimcore
13

pimcore-studio-backend-controller

Standardize Pimcore Studio backend controllers with one-action-per-controller and OpenAPI routes.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-modals

Integrate declarative and imperative modal components in Pimcore Studio UI.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-icons

Render SVG icons by name or path in Pimcore Studio UI.

Official
Intermediate
pimcorepimcore
13

pimcore-studio-backend-code-style

Enforce Pimcore Studio backend PHP code style rules across projects.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-navigation

Register Pimcore Studio UI navigation items with perspective-based visibility.

Official
Intermediate
pimcorepimcore
13

pimcore-studio-ui-context-menus

Register and customize Pimcore Studio UI context menu items via ContextMenuRegistry slots.

Official
Intermediate
pimcorepimcore
13

pimcore-studio-backend-service

Orchestrate Pimcore Studio backend services with permission checks and current-user resolution.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-forms-antd

Create Pimcore Studio forms with FormKit and Ant Design components.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-listings

Compose Pimcore Studio UI listings with the ListingBuilder decorator pattern.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-error-handling

Centralize Pimcore Studio UI error handling with trackError, ApiError, GeneralError, and ErrorBoundary.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-permissions

Check and enforce Pimcore Studio UI permissions across elements, users, perspectives, and config writeable states.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-typescript-best-practices

Enforce strict TypeScript coding standards across Pimcore Studio UI projects.

Official
Advanced
pimcorepimcore
13

pimcore-studio-ui-dynamic-types

Register extensible polymorphic UI types in Pimcore Studio.

Official
Advanced

Frequently Asked Questions About Pimcore

FAQPage Schema
What specific tasks can developers perform using these architectural standards?

Developers can build modular administrative interfaces, define type-safe backend services, manage complex permission-based navigation, and implement centralized error handling. These standards ensure consistency across custom bundles, data object management, and document editing interfaces within the platform.

Which technical personas benefit from these development standards?

These standards are designed for full-stack developers and enterprise architects tasked with extending the platform. They provide a structured approach for engineers building custom administrative modules, managing backend service layers, and creating consistent, accessible user interfaces for internal business users.

What are the primary dependencies for implementing these UI and backend patterns?

Implementation requires a PHP-based backend environment and a React-based frontend stack. Key dependencies include Ant Design for form components, TanStack Table for data grids, and RTK Query for data fetching, all configured within a module federation architecture.