angular-skills
Angular development skills for components, signals, routing, and testing
All Skills in This Repository (10)
Pure Emerald Level Indicatorsangular-testing
Create and run Angular v21+ unit and integration tests with Vitest or Jasmine.
angular-ssr
Configure server-side rendering, hydration, and prerendering for Angular v20+ applications.
angular-di
Configure Angular dependency injection with inject(), tokens, and providers.
angular-routing
Configure Angular v20+ routing with lazy loading, guards, resolvers, and signal-based parameters.
angular-forms
Create signal-based Angular forms with two-way binding and validation.
angular-http
Fetch API data using signal-based HTTP resources in Angular v20+.
angular-component
Designs Angular v20+ standalone components with signal-based inputs/outputs and content projection.
angular-tooling
Automate Angular v20+ project scaffolding and code generation with ng commands.
angular-directives
Create reusable Angular directives for DOM manipulation and behavior extension.
angular-signals
Implements signal-based reactive state management for Angular 20+ components.
Frequently Asked Questions
FAQPage SchemaHow to install angular-skills?โผ
Run `npx skills add analogjs/angular-skills --all -g -y` in your terminal. However, this suite is deprecated, so the maintainers recommend installing the official package from angular/skills instead.
Is angular-skills still maintained?โผ
No. This repository is deprecated and unmaintained. The Angular team now publishes official skills at github.com/angular/skills.
What Angular topics do these skills cover?โผ
The suite covers components, signals, dependency injection, routing, forms, HTTP data fetching, SSR, directives, testing, and CLI tooling for Angular v20+.
How do I remove angular-skills?โผ
Run `npx skills remove analogjs/angular-skills` to uninstall, then add the official Angular skills package for current guidance.
Do these skills work with Claude Code and Cursor?โผ
Yes, they follow the standard SKILL.md format compatible with AI coding agents, but you should use the official Angular skills for accurate, maintained content.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core