angular-tooling

Automate Angular v20+ project scaffolding and code generation with ng commands.

595|69|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/analogjs/angular-skills --skill angular-tooling-analogjs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angular-tooling
Source: https://github.com/analogjs/angular-skills/tree/main/skills/angular-tooling
Command: npx skills add https://github.com/analogjs/angular-skills --skill angular-tooling-analogjs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines Angular project setup and scaffolding by leveraging the CLI to automate repetitive tasks, ensuring consistent project structure and workflows across v20+ projects.

Core Features & Use Cases

  • Project scaffolding with ng new for Angular v20+ apps.
  • Code generation for components, services, and modules with ng generate, including path alias options.
  • Build, test, and configuration workflows using standard ng commands, including production optimizations and SSR setups where applicable.

Quick Start

Use the angular-tooling skill to create a new Angular v20+ project and scaffold a standalone component with a single CLI command sequence.

Frequently Asked Questions about angular-tooling

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

FAQPage Schema
How do I scaffold a new Angular v20+ project using the CLI?

Scaffold a new Angular v20+ project by running the `ng new` command, which automates initial app generation and configures the standard project structure. This establishes the foundational setup required for development.

What is the command to generate components and services in an Angular app?

Generate components and services in an Angular app using the `ng generate` command. This CLI tool automates code generation for modules and standalone components, including options for path aliases.

Do I need Node.js and npm installed to use Angular CLI commands?

Yes, you need Node.js and npm installed to use Angular CLI commands. The CLI requires these environments to manage dependencies and execute `ng` workflows for building and testing your project.

Can I configure production builds and SSR setups with Angular CLI?

Yes, you can configure production builds and SSR setups using standard `ng` commands. The CLI supports applying production optimizations and server-side rendering configurations for Angular v20+ workflows.

What's the best way to ensure consistent project structure across Angular workflows?

The best way to ensure consistent structure is using the Angular CLI for project setup and scaffolding. Automating repetitive tasks with `ng` commands guarantees uniform workflows across v20+ projects.