Pimcore
Official@pimcore · Salzburg, Austria
Creator of the Pimcore Platform
Agent Skills by Pimcore
Showing 30 vetted skills indexed across 1 GitHub repositories.
pimcore-studio-backend-openapi-docs
Manage Pimcore Studio backend OpenAPI metadata via translation keys and constants.
pimcore-studio-ui-i18n
Standardize i18n workflows for Pimcore Studio UI with flat translation keys.
pimcore-studio-backend-checklist
Apply the 34-point Pimcore Studio checklist to identify backend migration gaps.
pimcore-studio-backend-exception
Map Pimcore model and vendor exceptions to Studio API exceptions.
pimcore-studio-ui-tables-grids
Create type-safe interactive data tables with Grid and TanStack Table in Pimcore Studio UI.
pimcore-studio-ui-buttons
Standardize Pimcore Studio UI button components with accessibility guidelines.
pimcore-studio-ui-notifications-toasts
Centralize toast notifications using the useMessage hook in Pimcore Studio UI.
pimcore-studio-ui-react-components
Standardize Pimcore Studio UI React component structure with .styles.tsx files and interfaces.
pimcore-studio-ui-tabs-editors
Manage Pimcore Studio editor tabs across assets, documents, and data objects.
pimcore-studio-bundle-setup
Sets up Pimcore Studio bundles with PHP backend and rsbuild frontend federation configuration.
pimcore-studio-ui-bundle-structure
Organize Pimcore Studio bundle directories and file naming conventions.
pimcore-studio-backend-controller
Standardize Pimcore Studio backend controllers with one-action-per-controller and OpenAPI routes.
pimcore-studio-ui-modals
Integrate declarative and imperative modal components in Pimcore Studio UI.
pimcore-studio-ui-icons
Render SVG icons by name or path in Pimcore Studio UI.
pimcore-studio-backend-code-style
Enforce Pimcore Studio backend PHP code style rules across projects.
pimcore-studio-ui-navigation
Register Pimcore Studio UI navigation items with perspective-based visibility.
pimcore-studio-ui-context-menus
Register and customize Pimcore Studio UI context menu items via ContextMenuRegistry slots.
pimcore-studio-backend-service
Orchestrate Pimcore Studio backend services with permission checks and current-user resolution.
pimcore-studio-ui-forms-antd
Create Pimcore Studio forms with FormKit and Ant Design components.
pimcore-studio-ui-listings
Compose Pimcore Studio UI listings with the ListingBuilder decorator pattern.
pimcore-studio-ui-error-handling
Centralize Pimcore Studio UI error handling with trackError, ApiError, GeneralError, and ErrorBoundary.
pimcore-studio-ui-permissions
Check and enforce Pimcore Studio UI permissions across elements, users, perspectives, and config writeable states.
pimcore-studio-ui-typescript-best-practices
Enforce strict TypeScript coding standards across Pimcore Studio UI projects.
pimcore-studio-ui-dynamic-types
Register extensible polymorphic UI types in Pimcore Studio.
Frequently Asked Questions About Pimcore
FAQPage SchemaWhat 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.