symfony skills

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

eccube-csv

01

EC-CUBE/ec-cube

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.

787 4d ago A 115 tokens

eccube-mail

02

EC-CUBE/ec-cube

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.

787 4d ago A 113 tokens

EC-CUBE/ec-cube

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.

787 4d ago A 123 tokens

symfony/ai-demo

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…

47 2d ago A 84 tokens original MIT

symfony/ai-demo

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…

47 2d ago A 66 tokens original MIT

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.

34 5mo ago A 45 tokens

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.

34 5mo ago A 42 tokens

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.

34 5mo ago A 44 tokens

symfony/ai-mate

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…

32 2d ago A 82 tokens copy · 100% MIT

system-information

10

symfony/ai-mate

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…

32 2d ago A 65 tokens copy · 98% MIT

api-platform-errors

11

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…

2 3mo ago A 314 tokens original MIT

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…

2 3mo ago A 217 tokens original MIT

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)…

2 3mo ago A 240 tokens original MIT

validate-review

16

nanasess/eccube-dev-agents

Skill Claude CodeCodex

Validate GitHub review comments for correctness (single comment or all comments in a PR).

2 26d ago A 17 tokens original MIT