Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add mofirojean/angular-ui-skills --skill ng-zorro-developergit clone --depth 1 https://github.com/mofirojean/angular-ui-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/mofirojean/angular-ui-skills/ng-zorro-developer)<a href="https://agentmods.dev/skills/mofirojean/angular-ui-skills/ng-zorro-developer"><img src="https://agentmods.dev/badge/skills/mofirojean/angular-ui-skills/ng-zorro-developer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/mofirojean/angular-ui-skills/ng-zorro-developer"><img src="https://agentmods.dev/badge/skills/mofirojean/angular-ui-skills/ng-zorro-developer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00166 | $0.02081 |
| Opus 5 | $0.00083 | $0.01040 |
| Sonnet 5 | $0.00033 | $0.00416 |
| Haiku 4.5 | $0.00017 | $0.00208 |
Grade A, and why
ng-zorro-developer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
NG-ZORRO Developer Guidelines
Pairs with
angular-developer, that skill provides Angular fundamentals (signals, DI, routing, forms, SSR, accessibility). This skill focuses on NG-ZORRO specifics. Install both for the best experience.
Compatibility
- Tracks:
[email protected], aligned with Angular^22.0.0. NG-ZORRO follows Angular's major version, the major number ofng-zorro-antdalways matches@angular/core. - v21 → v22 (real breaking changes): v22 removes long-deprecated inputs and changes date-component setup. The headline items: date-related components no longer ship a default date adapter (call
provideNzDateFnsAdapter()explicitly, anddate-fnsis now v4); all components moved toOnPush; and a batch of deprecated APIs were removed (nz-buttonnzSearch,nz-cascadernzDisplayWith,nz-inputnzAutosize+nz-input-groupslots +nzStepperless,nz-modalnzOnOk/nzOnCancelinput usage,nz-uploadnzTransformFile,nz-tooltipcdkConnectedOverlayPush, plus dropdown/collapse/message/transfer removals). See migration.md. - Works for: NG-ZORRO v17 → v22 projects. The skill assumes the v21/v22 API surface, the
migration.mdreference covers the module → standalone shift, the i18n provider change, the v22 removals, and the per-version deprecations. - Angular: v17 or newer (standalone components and the new control flow); v22 for
ng-zorro-antd@22. v22 is the closest match. - Zoneless / OnPush: NG-ZORRO officially supports zoneless change detection and
ChangeDetectionStrategy.OnPush, the components are signal-aware and usemarkForCheck()internally where needed. - SSR: First-class. Works under Angular Universal /
@angular/ssr. - Internationalisation:
provideNzI18n(en_US)at the root, swap locales at runtime viaNzI18nService. - Not supported: NG-ZORRO v16 and below (Angular v16 and below, NgModule-only patterns, no signals support).
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/accessibility.md 4.3 KB
- references/data-display.md 7.6 KB
- references/form-controls.md 7.0 KB
- references/forms.md 5.7 KB
- references/general.md 3.9 KB
- references/layout.md 4.7 KB
- references/migration.md 5.8 KB
- references/navigation.md 5.6 KB
- references/overlays.md 7.7 KB
- references/setup.md 4.7 KB
- references/theming.md 4.1 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 73 lines · 166 tokens per session scan A 4e8eed2559a9
ng-zorro-developer is a skill published in the GitHub repository mofirojean/angular-ui-skills (29 stars, last pushed 1mo ago), licensed MIT. It adds 166 tokens to every session and 2,081 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
playground
Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.
frontend-design
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
fixing-motion-performance
Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use when animations stutter, transitions jank, or reviewing CSS/JS animation performance.
baseline-ui
Quickly deslop UI code by fixing spacing, hierarchy, typography, and small layout issues. Use when the interface needs a fast cleanup or polish pass.
frontend-design
A guide for building polished web interfaces such as pages, dashboards, applications, posters, and reusable React or Vue components. It covers visual direction, layout, typography, colors, animation, accessibility, and working HTML, CSS, or JavaScript code.
migrate
Apply DESIGN, canon, and modules to every page in the inventory, producing a deployable static HTML site. Use to migrate or render the whole captured site into the redesigned static tree ("migrate the pages", "render the migrated site", "apply the design to all pages", "build the deployable site", "convert the…