angular-store
Installation
SKILL.md
Angular Store Development Workflow
When to Use This Skill
- List components with CRUD operations
- Complex state with multiple data sources
- Shared state between components
- Caching and reloading patterns
Pre-Flight Checklist
- Identify state shape (what data is needed)
- Read the design system docs for the target application (see below)
- Identify side effects (API calls, etc.)
- Search similar stores:
grep "{Feature}Store" --include="*.ts" - Determine caching requirements