Angular Developer
Skill Verified ActiveGenerates Angular code and provides architectural guidance. Trigger when creating projects, components, or services, or for best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.
To assist developers in creating Angular applications with modern best practices, idiomatic code, and robust architecture.
Features
- Generates Angular code for projects, components, services
- Provides architectural guidance on reactivity, forms, DI, routing
- Offers best practices for SSR, accessibility, styling, testing
- Integrates with Angular CLI for scaffolding and tooling
Use Cases
- Creating new Angular projects with recommended configurations
- Scaffolding components, services, and other Angular artifacts
- Implementing modern reactivity patterns with Signals
- Guidance on complex topics like SSR, accessibility, and testing
Non-Goals
- Replacing the Angular CLI entirely
- Providing runtime debugging capabilities
- Managing non-Angular project aspects
Practices
- Code Quality
- Architectural Guidance
- Testing Best Practices
- Accessibility
- Performance
Prerequisites
- Angular CLI installed
- Node.js environment
Installation
npx skills add angular/skillsRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedSimilar Extensions
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Angular Architect
99Generates Angular 17+ standalone components, configures advanced routing with lazy loading and guards, implements NgRx state management, applies RxJS patterns, and optimizes bundle performance. Use when building Angular 17+ applications with standalone components or signals, setting up NgRx stores, establishing RxJS reactive patterns, performance tuning, or writing Angular tests for enterprise apps.
Pathfinder
100Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.
Understand
100Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships