ngrx-store
NgRx Signals Store Guide
Create NgRx Signals Stores following project patterns.
Store File Location
src/app/
<domain>/
data/
state/
<domain>-store.ts # Store definition (dash separator)
models/
<domain>.model.ts # State interfaces
infrastructure/
<domain>.ts # API service
Basic Store Template
More from danielsogl/copilot-workflow-demo
signal-forms
Use when creating forms with validation in Angular. Triggers on requests involving "form", "validation", "input fields", "form validation", "schema validation", or when building user input forms.
2ngrx-store-patterns
Project-specific NgRx Signals Store patterns for this Angular 21 DDD application. Activates when code involves signalStore, withEntities, rxMethod, patchState, tapResponse, or any NgRx signals state management.
2skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
2commit
Helps create properly formatted git commits following this project's Angular commit convention. Activates when the user asks to commit, wants a commit message, or uses /commit.
1openspec-bulk-archive-change
Archive multiple completed changes at once. Use when archiving several parallel changes.
1webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
1