eccube-csv
01Skill Claude CodeCodex
A set of rules for implementing CSV import and export in EC-CUBE 4.4, including the fields and definitions used for shop data.
66 tagged symfony, measured the same way as everything else here.
Browse within: api 25api-platform 25doctrine-orm 19ec-cube 19ecommerce-platform 19php 19hexagonal-architecture 10eccube 8plugins 8
Skill Claude CodeCodex
A set of rules for implementing CSV import and export in EC-CUBE 4.4, including the fields and definitions used for shop data.
Skill Claude CodeCodex
A set of rules for implementing and changing email sending in EC-CUBE 4.4, an e-commerce platform. It covers email services, templates, and records of sent messages.
Skill Claude CodeCodex
A set of rules for changing EC-CUBE 4.4 order processing. PurchaseFlow is the part of the platform that checks orders and calculates values such as discounts, shipping, points, and stock.
Skill Claude CodeCodex
Check the PHP runtime with server-info, its version, OS, and loaded extensions. Reach for it when a Mate tool itself fails or a capability is missing and you suspect the environment, a missing extension or an old PHP, rather than the app or its config. Not for diagnosing app behavior (profiler, log investigation) or…
Skill Claude CodeCodex
Resolve which dependency versions are actually installed, from composer show and composer.lock, when diagnosing version-specific behavior such as a method, argument or class that does not exist in the release that is really running. For the PHP runtime itself (version, OS, loaded extensions) use the…
aligundogdu/symfony-hexagonal-skill
Skill Claude CodeCodex
Symfony CQRS command/query handlers — commands, queries, handlers, bus configuration, use cases. Triggers on: command, query, handler, CQRS, bus, use case, command handler, query handler, message bus.
aligundogdu/symfony-hexagonal-skill
Skill Claude CodeCodex
Symfony Doctrine persistence — repository adapters, entity mapping, migrations, transactions, database patterns. Triggers on: doctrine, repository, persistence, database, mapping, migration, ORM, entity manager, DBAL, transaction.
aligundogdu/symfony-hexagonal-skill
Skill Claude CodeCodex
Symfony domain modeling — entities, value objects, domain events, aggregates, domain exceptions. Triggers on: entity, value object, domain event, aggregate, domain exception, domain model, domain logic, business rule, invariant.
Skill Claude CodeCodex
Check the PHP runtime with server-info, its version, OS, and loaded extensions. Reach for it when a Mate tool itself fails or a capability is missing and you suspect the environment, a missing extension or an old PHP, rather than the app or its config. Not for diagnosing app behavior (profiler, log investigation) or…
Skill Claude CodeCodex
Resolve which dependency versions are actually installed, from composer show and composer.lock, when diagnosing version-specific behavior such as a method, argument or class that does not exist in the release that is really running. For the PHP runtime itself (version, OS, loaded extensions) use the…
gerard-labs/superpowers-api-platform
Skill Claude CodeCodex
Design API Platform 4.3 error handling around RFC 7807 (application/problem+json, default in 4.x). Covers exceptionToStatus mapping at config / resource / operation level, the 4.3 errors: [DomainException::class] flag on operations (auto-documented in OpenAPI), #[ErrorResource] + ProblemExceptionInterface to turn…
gerard-labs/superpowers-api-platform
Skill Claude CodeCodex
Implement file uploads in API Platform 4.3 with the canonical pattern — VichUploaderBundle (#[Vich\\Uploadable], #[Vich\\UploadableField]), the multipart/form-data format enabled on the Post operation (inputFormats: ['multipart' => …]), a MediaObject resource exposing contentUrl via a custom Normalizer that resolves…
gerard-labs/superpowers-api-platform
Skill Claude CodeCodex
Build API Platform 4.3 filters with the modern parameters + QueryParameter pattern. Use when adding search, sort, range, full-text, or sparse-fieldset filtering to an operation. Covers ExactFilter, PartialSearchFilter (caseSensitive 4.3), IriFilter (nested), UuidFilter (4.3), ComparisonFilter (gt/gte/lt/lte/ne 4.3)…
Skill Claude CodeCodex
Commit, push, and create a PR with template support.
Skill Claude CodeCodex
Post a reviewed draft to GitHub as individual inline comments.
Skill Claude CodeCodex
Validate GitHub review comments for correctness (single comment or all comments in a PR).