What problem does it solve?
Manually setting up Angular feature modules with proper routing, components, services, and folder structure is time-consuming and prone to inconsistencies, especially for teams following strict best practices.
Core Features & Use Cases
- End-to-end feature generation: Creates the full file tree for a feature, including lazy-loaded routes, list and form components, services, models, and dumb reusable components.
- Best-practice defaults: Enforces standalone components, OnPush change detection, no NgModules, and proper route guard integration for authentication.
- Use case: For example, when building a new "booking" feature for your rental platform, this skill generates all required files and wiring so you can focus on implementing business logic instead of boilerplate setup.
Quick Start
Use the angular-feature skill to scaffold a complete CRUD feature for the "room-type" entity in your HomeFlex Angular application.