概要
This skill acts as a domain coordinator for project bootstrapping, automating the implementation of essential 'boilerplate' services that are often tedious to set up manually. It intelligently detects whether a project is using ASP.NET Core or FastAPI, audits existing configurations to ensure idempotency, and orchestrates specialized workers to implement production-ready logging, global exception handling, CORS policies, health monitoring, and Swagger/OpenAPI documentation. By generating a unified service registration entry point, it ensures a clean, maintainable architecture across your entire development workflow.