This one's built on the official Angular docs and covers the modern approach to Angular development. You get standalone components, the new Signals API for reactive state, and the inject() function pattern instead of constructor injection. It's solid for building new Angular apps or migrating older codebases to current patterns. The examples walk through services, dependency injection, lifecycle hooks, and reactive forms with RxJS. If you're working with Angular 14+ and want to follow the framework's current direction rather than legacy module-based patterns, this gives you the right foundation. The Context7 integration pulls from Angular's own documentation, so you're working with canonical patterns.
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill angular-development