Setup & Installation
What This Skill Does
Scaffolds a new Angular application using the Angular CLI with pre-configured defaults for routing, SSR, stylesheets, and AI coding assistant integration. It also walks through generating components, services, pipes, and other Angular artifacts via `ng generate` commands.
It picks the right CLI flags and runs commands in the correct order, so you get a working Angular app with modern defaults instead of piecing together configuration by hand.
When to use it
- Starting a new Angular project with SSR and SCSS pre-configured
- Bootstrapping a prototype app without manually wiring up routing and build config
- Setting up an Angular workspace with AI assistant configuration baked in
- Generating components, services, and guards through CLI commands instead of writing boilerplate
- Adding Tailwind CSS v4 to a fresh Angular project with a single command