Official skills publisher Verified Skillscout rank 211

Angular

Angular publishes official AI agent skills for its tools, services, and developer workflows.

Browse 20 official AI agent skills across 3 Angular repositories, with install commands and source links.

20 Skills
3 Repositories
8,218 Installs
101,412 GitHub stars

Install

Add Angular skills to your agent

Install a full repository package, then let your agent activate the right skill for the task.

Ask your agent

Prompt

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/angular/angular_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Angular skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

Skills packages

3 official repositories

Angular

angular/angular

Includes 7 official skills: angular-developer, reference-core, reference-signal-forms, adev-writing-guide, reference-compiler-cli, angular-new-app.

7 skills 8,218 installs 100,702 stars
npx skills add angular/angular -y

Dev Infra

angular/dev-infra

Includes 11 official skills: bad-schema, bad-skill, complex-skill, invalidname, skill1, skill1.

11 skills 0 installs 76 stars
npx skills add angular/dev-infra -y

Covers angular-developer, angular-new-app. Generates Angular components, services, routes, and other code while following Angular's style guide and architectural patterns. Scaffolds a new Angular application using the Angular CLI with pre-configured defaults for routing, SSR, stylesheets, and AI coding assistant integration.

2 skills 0 installs 634 stars
npx skills add angular/skills -y

20 skills

angular/angular 7 skills

angular-developer

angular/angular 3,500 installs
View source

reference-core

angular/angular 984 installs
View source

reference-signal-forms

angular/angular 970 installs
View source

adev-writing-guide

angular/angular 909 installs
View source

reference-compiler-cli

angular/angular 907 installs
View source

angular-new-app

angular/angular 427 installs
View source
angular/dev-infra 11 skills

bad-schema

angular/dev-infra 0 installs
View source

bad-skill

angular/dev-infra 0 installs
View source

complex-skill

angular/dev-infra 0 installs
View source

invalidname

angular/dev-infra 0 installs
View source

test-skill

angular/dev-infra 0 installs
View source

test-skill

angular/dev-infra 0 installs
View source

wrong-name

angular/dev-infra 0 installs
View source
angular/skills 2 skills

angular-developer

Generates Angular components, services, routes, and other code while following Angular's style guide and architectural patterns.

angular/skills 0 installs
View source

angular-new-app

Scaffolds a new Angular application using the Angular CLI with pre-configured defaults for routing, SSR, stylesheets, and AI coding assistant integration.

angular/skills 0 installs
View source

Repository documentation

angular/skills package overview

angular/skills/README.md View on GitHub

angular/skills

Covers angular-developer, angular-new-app. Generates Angular components, services, routes, and other code while following Angular's style guide and architectural patterns. Scaffolds a new Angular application using the Angular CLI with pre-configured defaults for routing, SSR, stylesheets, and AI coding assistant integration.

Top skills in this package

angular-developerGenerates Angular components, services, routes, and other code while following Angular's style guide and architectural patterns.
angular-new-appScaffolds a new Angular application using the Angular CLI with pre-configured defaults for routing, SSR, stylesheets, and AI coding assistant integration.

Install

Install the full package:

npx skills add angular/skills -y

Install a specific skill:

npx skills add angular/skills@angular-developer -y

Use the package when you want your agent to choose the relevant skill from this official Angular repository.

View angular/skills on GitHub
Copied