概要
The symfony-sk:api-repository skill automates the creation and modification of Doctrine repositories within Symfony projects. It provides standardized templates for ServiceEntityRepository, ensuring consistent implementation of custom database queries. By incorporating best practices like mandatory soft-delete filtering (isDeleted = 0), type-hinted PHPDoc, and efficient QueryBuilder patterns for joins and counts, this skill helps developers maintain a clean and performant data access layer while reducing boilerplate code.