What problem does it solve?
Developers waste time manually configuring Angular projects, creating boilerplate files, and managing builds and tests. This skill automates those repetitive CLI tasks, ensuring consistent setups and faster development cycles.
Core Features & Use Cases
- Project scaffolding: Quickly create new Angular applications with custom styles, routing, and SSR options.
- Code generation: Generate components, services, directives, pipes, guards, and more with a single command, supporting path aliases and dry‑run previews.
- Build and test automation: Run development and production builds, serve the app locally, execute unit and e2e tests, and lint code with built‑in shortcuts.
- Configuration guidance: Provide ready‑to‑use angular.json snippets, environment setups, and library addition commands.
- Performance tuning: Enable cache, analyze bundle stats, and apply optimization flags for production releases.
Quick Start
Use the angular-tooling skill to create a new component called “user-profile” with inline template and styles.