PhelipeG/daily_habits_app_angular_ia
Skill Claude CodeCodex
Use when profiling or optimizing this Angular 21 habits app for faster initial load, smaller bundles, smoother rendering, or reduced change-detection work. Covers route-level code splitting, @defer, signals/computed state, template hot paths, and validation of performance changes.
PhelipeG/daily_habits_app_angular_ia
Skill Claude CodeCodex
Use when changing the habits data model, repository, service, persistence, or route behavior. Captures the localStorage-backed CRUD flow and daily completion rules used by this project.
PhelipeG/daily_habits_app_angular_ia
Skill Claude CodeCodex
Use when creating or editing standalone habit pages in src/app/features/habits/pages/. Covers the Angular template style, Tailwind utility patterns, reactive forms, and local page state used by this project.
PhelipeG/daily_habits_app_angular_ia
Skill Claude CodeCodex
Use when navigating this Angular repository, deciding where a change belongs, or planning a file layout. Covers the app shell, feature-first structure, path aliases, and validation commands.