Skill Claude CodeCodex
Add an admin autocomplete form type for a Sylius Resource (translatable or not), optionally injected into another form via an extension.
Skill Claude CodeCodex
Add an admin autocomplete form type for a Sylius Resource (translatable or not), optionally injected into another form via an extension.
Skill Claude CodeCodex
Add an admin FormType for an existing Sylius Resource.
Skill Claude CodeCodex
Add a Sylius admin grid for an existing Sylius Resource.
Skill Claude CodeCodex
Add a multiple images collection (OneToMany) to an existing Sylius Resource.
Skill Claude CodeCodex
Add an admin menu entry for an existing Sylius Resource.
Skill Claude CodeCodex
Add a Doctrine entity as a Sylius Resource in a Sylius application.
Skill Claude CodeCodex
Add Sylius admin routes for an existing Resource with a Grid.
Skill Claude CodeCodex
Make an existing Sylius Resource translatable, with TranslationType and Twig hooks.
Skill Claude CodeCodex
Expose a custom field in an existing Sylius admin form (Product, Taxon, Channel, …) via a Symfony FormTypeExtension, Twig hook and translation.
Skill Claude CodeCodex
Customize an existing Sylius admin grid (hide/reorder/modify/add fields, filters, actions).
Skill Claude CodeCodex
Extend an existing Sylius entity (Product, Taxon, Channel, etc.) in your Sylius application to add custom fields or apply a plugin-provided trait.
Skill Claude CodeCodex
Add a Stimulus JS controller to a Sylius plugin.
Skill Claude CodeCodex
Create a new Sylius plugin from the official PluginSkeleton with Docker environment.
Skill Claude CodeCodex
Control how a resource is instantiated on Create — set defaults (timestamps, status), inject the creator, pre-fill relations from the URL.
Skill Claude CodeCodex
Add a CSV export button to an existing admin grid.
Skill Claude CodeCodex
Add one or more operations (Index, Show, Create, Update, Delete, BulkDelete, ApplyStateMachineTransition) to an existing Sylius Resource.
Skill Claude CodeCodex
Add custom logic on Create/Update/Delete operations — send an email, dispatch a command, publish an event, push to a queue.
Skill Claude CodeCodex
Load a resource from a non-Doctrine source (external API, command bus, DDD repository) for Show/Index/Update/Delete operations.
Skill Claude CodeCodex
Add a new Doctrine entity as a Sylius Resource (entity, repository, FormType, migration). Operations are added separately.
Skill Claude CodeCodex
Return a non-standard HTTP response (PDF, XLSX, stream, binary) instead of the default HTML template.
Skill Claude CodeCodex
Secure the admin panel with a User entity, firewall and access control.
Skill Claude CodeCodex
Customize admin templates via Twig Hooks — override, add or disable a block on any admin page.
Skill Claude CodeCodex
Add extra variables to the Twig template of an operation — related data, stats, preloaded references.
Skill Claude CodeCodex
Daily development commands for Sylius Stack apps (database, cache, assets, QA).