This one helps you structure large Angular apps with feature modules, lazy loading, and proper dependency injection patterns. You get a working example of a users module with routing and services, plus reference guides covering smart vs presentational components, RxJS service patterns, and provider configuration. It's solid if you're moving beyond a single monolithic app module and need to organize features that can load on demand. The quick start actually shows you a complete feature module setup, not just fragments, which is helpful. Best for mid-sized teams that need consistent patterns across features rather than everyone doing their own thing.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill angular-module-design