关于
The front-api-service skill automates the creation of API client services following the strict architectural patterns of the Symfony StarterKit. It ensures consistent implementation by extending the BaseApiService, handling various HTTP methods, and managing authentication states like user tokens or API keys. By enforcing mandatory conventions such as language-prefixed routing and specific request body protocols, it reduces boilerplate code and prevents common integration errors when connecting frontend components to the backend API layer.