What problem does it solve?
This Skill streamlines the repetitive and error-prone process of initializing a new Angular application by guiding CLI checks, project generation, and initial configuration so developers can start building features faster.
Core Features & Use Cases
- CLI validation and install guidance: Verifies the presence of the Angular CLI and offers installation instructions when missing.
- Opinionated project scaffolding: Creates a new Angular project with recommended flags for styling, routing, SSR, and AI integration and loads AI configuration for consistent code generation.
- Tooling integrations: Guides adding Tailwind and other common integrations and advises on generating components, services, and other Angular primitives with the CLI.
- Use Case: Quickly scaffold a production-oriented Angular app with SCSS, routing, and an AI-aware configuration so teams can begin feature development and adopt best practices.
Quick Start
Create a new Angular app named my-app with SCSS styling, routing enabled, SSR as required, and the AI configuration set to the preferred agent.