angular-tooling
๐ฏSkillfrom analogjs/angular-skills
Covers Angular development tooling including Angular CLI, build optimization, testing configuration, and project scaffolding for Angular v20+
Overview
Angular Tooling is a Claude Code skill that provides comprehensive guidance for using Angular CLI and development tools effectively in Angular v20+ projects. It covers project setup, code generation with schematics, development server configuration, production builds, and test execution to help AI agents generate proper Angular CLI commands and configurations.
Key Features
- Project Scaffolding - Create new Angular projects with configurable options for styling (SCSS), routing, SSR, testing, and minimal setups using
ng new - Code Generation Schematics - Generate components, services, directives, pipes, guards, interceptors, interfaces, and enums with short-form commands and dry-run previews
- Development Server - Configure dev server with custom ports, host exposure, SSL, and production mode simulation using
ng serve - Production Build Optimization - Build for production with source map control, named chunks, and proper output structure for browser and server bundles
- Test Execution - Run tests with watch mode, code coverage, and configurable test infrastructure
Who is this for?
This skill is designed for Angular v20+ developers who need to efficiently use Angular CLI for project creation, code generation, builds, and testing. It is ideal for teams that want AI agents to generate correct CLI commands and follow Angular's recommended project structure and conventions.
Same repository
analogjs/angular-skills(10 items)
Installation
npx vibeindex add analogjs/angular-skills --skill angular-toolingnpx skills add analogjs/angular-skills --skill angular-tooling~/.claude/skills/angular-tooling/SKILL.mdSKILL.md
More from this repository9
An Angular v20+ component skill from the analogjs/angular-skills collection, teaching AI coding agents modern standalone component patterns with signal inputs/outputs, OnPush change detection, and native control flow.
Angular v20+ Signals API best practices for reactive state management, computed values, and effect handling.
Angular skills for building signal-based forms with Angular v21+'s Signal Forms API, including schema-based validation, two-way binding, and dynamic form patterns.
Covers Angular routing patterns including lazy loading, route guards, resolvers, nested routes, and navigation strategies for Angular v20+
Covers Angular HttpClient patterns including interceptors, error handling, request/response transformation, and API communication best practices
Covers Angular v20+ dependency injection using inject(), injection tokens, and provider configuration for service architecture, managing singleton vs scoped services, and understanding the DI hierarchy.
Covers Angular directive patterns including custom attribute and structural directives, DOM manipulation, and component behavior extension
Angular skills for building signal-based forms with Angular v21+'s Signal Forms API, including schema-based validation, two-way binding, and dynamic form patterns.
Angular skills for building signal-based forms with Angular v21+'s Signal Forms API, including schema-based validation, two-way binding, and dynamic form patterns.