From godmode
Assesses and scaffolds production-grade Angular apps with standalone components vs NgModules, RxJS patterns, NgRx/Signals state management, DI, lazy loading, CLI optimization, and Jest testing. Supports flags like --audit, --standalone, --ngrx.
How this command is triggered — by the user, by Claude, or both
Slash command
/godmode:angulargodmode/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /godmode:angular Angular architecture mastery — standalone components vs NgModules, RxJS patterns, state management (NgRx, Signals), dependency injection, lazy loading, Angular CLI optimization, and testing with Jasmine/Karma and Jest. Build production-grade Angular applications with best practices. ## Usage ## What It Does 1. Assesses project (Angular version, architecture, state management, build system) 2. Guides NgModules vs standalone components decision based on project context 3. Designs component architecture with OnPush change detection and signal inputs 4. Establishes RxJS...
Angular architecture mastery — standalone components vs NgModules, RxJS patterns, state management (NgRx, Signals), dependency injection, lazy loading, Angular CLI optimization, and testing with Jasmine/Karma and Jest. Build production-grade Angular applications with best practices.
/godmode:angular # Full Angular project assessment and setup
/godmode:angular --audit # Audit existing Angular project
/godmode:angular --standalone # Migrate NgModules to standalone components
/godmode:angular --ngrx # Design and implement NgRx store
/godmode:angular --signals # Migrate to signal-based inputs/outputs
/godmode:angular --routing # Design routing with lazy loading
/godmode:angular --di # Review dependency injection architecture
/godmode:angular --perf # Angular-specific performance audit
/godmode:angular --test # Set up Jest and write tests
/godmode:angular --generate component UserCard # Generate component with tests
/godmode:angular --upgrade 16 18 # Version upgrade migration guide
/godmode:angular --ssr # Set up Angular SSR
"angular: <project> — <N> components, <architecture>, <state management>"After setup: /godmode:tailwind for styling, /godmode:a11y for accessibility.
After building: /godmode:e2e for end-to-end testing.
When ready: /godmode:ship to deploy.
/godmode:angular # Full assessment and scaffolding
/godmode:angular --standalone # Migrate to standalone components
/godmode:angular --ngrx # Set up NgRx store architecture
/godmode:angular --signals # Adopt Angular Signals
/godmode:angular --test # Set up Jest and write tests
npx claudepluginhub arbazkhan971/godmode/f5-webGenerates frontend pages, components, hooks, API routes, contexts, and more for auto-detected stack (Next.js default; also React/Vite, Nuxt/Vue 3, Vue 3/Vite, Angular). Usage: <type> <name/path> e.g. page dashboard.