概要
This skill provides a standardized framework for handling database persistence in PHP-based projects using Doctrine ODM for MongoDB. It guides the creation of immutable domain entities, XML-based metadata mappings, and repository patterns that adhere to Domain-Driven Design (DDD). By enforcing architectural boundaries and providing automated commands for schema validation and migration, this skill ensures that database changes are consistent, testable, and maintainable across complex backend services.