What problem does it solve? Keeping EAF project templates (API, Angular, Worker) current with evolving middleware, UI frameworks, Docker, and CI/CD patterns is error-prone and inconsistent without expert guidance on template structure and conventions. ## Core Features & Use Cases - Template Scaffolding & Updates: Create and maintain the API, Angular, and Worker templates under Templates/ following ABP and EAF conventions. - Spec-Driven Modernization: Apply changes from .specs/ roadmap documents (PrimeNG migration, dark mode, PWA, responsive layout) to the correct template files. - nswag & Build Workflows: Regenerate TypeScript service proxies with nswag and validate changes with ng build and dotnet build before committing. - Use Case: When a spec requires migrating the Angular template to PrimeNG components, use this Skill to update components, remove ngx-bootstrap references, regenerate proxies, and verify the production build. ## Quick Start Update the Angular template to use PrimeNG table components according to the eaf-angular-modern-primeng-components spec and verify the build passes.