skills logo

skills

Enrichment pending
angular/skills

skills

GraphCanon updated today · GitHub synced today

558
Stars
40
Forks
0
Open issues
24
Watchers
1d
Last push
Created Mar 23, 2026

Trust & integrity

Full report
Maintenance
Very active (1d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Capability facts

No sourced capability facts yet. Facts appear after ingest scans repo manifests (Dockerfile, package.json, MCP configs).

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 2026)

npx skills add https://github.com/angular/skills
Source link

README

Angular Skills

The Angular skills are designed to help coding agents create applications aligned with the latest versions of Angular, best practices, new features and manage Angular applications effectively. These skills provide architectural guidance, generate idiomatic Angular code, and help scaffold new projects using modern best practices.

Available Skills

  • angular-developer: Generates Angular code and provides architectural guidance. Useful for creating components, services, or obtaining best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling, testing, or CLI tooling.
  • angular-new-app: Creates a new Angular app using the Angular CLI. Provides important guidelines for effectively setting up and structuring a modern Angular application.

Using Agent Skills

Agent Skills are designed to be used with agentic coding tools like Gemini CLI, Antigravity and more. Activating a skill loads the specific instructions and resources needed for that task.

To use these skills in your own environment you may follow the instructions for your specific tool or use a community tool like skills.sh.

npx skills add https://github.com/angular/skills

Contributions

We welcome contributions to the Angular agent skills. If you would like to contribute to the skills, please make the updates directly in angular/angular repository, and to that repository will be output here as a part of our infrastructure setup.

Feedback & Issues

If you encounter a bug, have feedback, or want to suggest an improvement to the skills, please file an issue in the angular/angular issue tracker. Providing detailed context will help us address your feedback effectively.

Features & Changes (Pull Requests)

We also accept pull requests for new features, updates, or bug fixes for the skills:

  1. Make your changes within the skills/dev-skills/ directory.
  2. Follow the standard Angular Commit Guidelines and Coding Standards.
  3. Submit a Pull Request to the main angular/angular repository.