angular-tooling

Configure Angular v20+ projects with Angular CLI for builds, tests, and scaffolding.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kizzz/eleon-client --skill angular-tooling-kizzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angular-tooling
Source: https://github.com/kizzz/eleon-client/tree/main/.agents/skills/angular-tooling
Command: npx skills add https://github.com/kizzz/eleon-client --skill angular-tooling-kizzz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This guide helps Angular teams accelerate setup, scaffolding, and optimization of Angular v20+ projects using the Angular CLI and related tooling, reducing boilerplate and manual configuration.

Core Features & Use Cases

  • Project setup and scaffolding with ng new, routing, styles, and SSR options supported by Angular v20+.
  • Code generation and project maintenance with Angular CLI schematics for components, services, modules, guards, and more.
  • Build, test, and optimization workflows including production builds, performance analysis, and caching strategies.

Quick Start

Create a new Angular project with the default v20+ setup using ng new my-app.

Frequently Asked Questions about angular-tooling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate components, services, and modules in an Angular project?

You generate components, services, and modules using Angular CLI schematics. This approach automates project scaffolding, applies consistent file naming, and reduces manual boilerplate configuration across your Angular v20+ project.

What is the best way to set up a new Angular v20+ application with routing and SSR?

Set up an Angular v20+ application with routing and SSR using the ng new command. This CLI tool configures your project structure, integrates server-side rendering options, and establishes initial routing.

How do I optimize production builds and analyze performance for Angular apps?

Optimize Angular production builds by configuring build workflows and caching strategies within angular.json. Analyze application performance and apply optimization techniques to reduce bundle size and improve load times.

Can I use Angular CLI schematics to scaffold guards and other project structures?

Yes, you can use Angular CLI schematics to scaffold guards and other structures. The tooling supports generating essential routing guards and project files, ensuring your application architecture follows Angular best practices.

Do I need prior knowledge of angular.json to configure Angular build workflows?

Configuring Angular build workflows requires knowledge of angular.json and associated tooling. Understanding project configuration files is necessary to effectively manage build processes, caching strategies, and test workflows.