Implement Cqrs Handlers

Implement all command and query handlers in the Adapter layer. Each handler delegates to the repository for persistence — no direct SQL or ObjectModel access. Handlers use #[AsCommandHandler] / #[AsQueryHandler] attributes for auto-registration. Trigger: "implement handlers for {Domain}".

gabrielmoreira Updated 17 repo stars

File contents

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/jeffsenso@prestashop-skills/skills/prestashop-module-development/ps9-core-ai/Component/CQRS/skills/implement-cqrs-handlers commit 6ffc3a413f

Frequently asked questions

npx skillmds@latest add gabrielmoreira/implement-cqrs-handlers