概要
This skill automates the creation of specialized Route controllers for Symfony applications built with the StarterKit plugin. It ensures strict adherence to domain-specific architectural patterns, such as extending the BaseRoute class and utilizing method-level service injection instead of constructor injection. By automatically wrapping responses with authorization checks and enforcing specific HTTP methods (GET/POST), it helps developers maintain a consistent and secure codebase across both front-end and back-end modules.