Install
$ npx skills add mofirojean/angular-ui-skillsREADME
# GitHub Repository: mofirojean/angular-ui-skills
**URL:** https://github.com/mofirojean/angular-ui-skills
**Author:** mofirojean
**Description:** Agent skills that teach AI coding assistants how to build Angular apps with popular UI component libraries.
**Homepage:** https://angular-ui-skills-docs.vercel.app/
**Language:**
## Stats
- Stars: 14
- Forks: 0
- Open Issues: 0
- Commits: 112
- Created: 2026-05-22T11:41:23Z
- Updated: 2026-06-18T15:33:38Z
- Pushed: 2026-06-18T15:33:27Z
## README
# Angular UI Skills

Per-library agent skills that teach AI coding assistants (Claude Code, Cursor, Codex, Copilot, Gemini, and 15 more) how to build real Angular apps. Composes with Google's `angular-developer` base skill.
## Install
```sh
npx skills@latest add mofirojean/angular-ui-skills -g
```
Drop the `-g` for a project-scoped install.
## Skills
| Skill | Library | Tracks |
|---|---|---|
| [`spartan-ng-developer`](./skills/spartan-ng-developer) | Spartan/ng | `@spartan-ng/brain` 0.0.1-alpha.714 |
| [`primeng-developer`](./skills/primeng-developer) | PrimeNG | 21.1.9 |
| [`ng-zorro-developer`](./skills/ng-zorro-developer) | NG-ZORRO | `ng-zorro-antd` 21.3.1 |
| [`angular-material-developer`](./skills/angular-material-developer) | Angular Material | `@angular/material` 21.2.14 |
Each skill is validated by a deployed reference app under [`examples/`](./examples).
## Links
- **Docs + live demos**: <https://angular-ui-skills-docs.vercel.app>
- **Issues / contributing**: <https://github.com/mofirojean/angular-ui-skills/issues>
## Manual install
If you don't want the CLI, clone a single SKILL into your agent's folder:
```sh
mkdir -p ~/.claude/skills && \
curl -fsSL https://github.com/mofirojean/angular-ui-skills/archive/master.tar.gz | \
tar -xz --strip-components=2 -C ~/.claude/skills \
angular-ui-skills-master/skills/spartan-ng-developer \
angular-ui-skills-master/skills/primeng-developer \
angular-ui-skills-master/skills/ng-zorro-developer
```
For Cursor, drop a `SKILL.md` into `.cursor/rules/`. For other agents, copy any `skills/<name>/SKILL.md` into the agent's skill or rules folder.
## License
MIT
Information
Repository
Language
Unknown
Created
2026/6/18
Updated
2026/6/19