
angular / skills
★ 545A skill package that teaches your agent 1 capability — every one documented and browsable below, no GitHub required · by angular.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
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/skillsContributions
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:
- Make your changes within the
skills/dev-skills/directory. - Follow the standard Angular Commit Guidelines and Coding Standards.
- Submit a Pull Request to the main
angular/angularrepository.
Install the whole package (1 skills):
npx skills add https://github.com/angular/skillsOr install a single skill:
npx skills add https://github.com/angular/skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.