angular-knowledge-patch

A reference guide for building, reviewing, upgrading, or debugging modern Angular applications, a framework for web interfaces.

In plain words
What is it for?
Use it when working on Angular reactivity, forms, server rendering, routing, templates, animations, tooling, or UI libraries.
Why use it?
It brings together current Angular changes, defaults, compatibility rules, security guidance, and testing information in one place.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/nevaberry/nevaberry-plugins/angular-knowledge-patch
Any agent
npx skills add Nevaberry/nevaberry-plugins --skill angular-knowledge-patch
Clone the repo
git clone --depth 1 https://github.com/Nevaberry/nevaberry-plugins

Made for: Claude Code, Codex.

Per session 7 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,081 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00007 $0.02081
Opus 5 $0.00003 $0.01040
Sonnet 5 $0.00001 $0.00416
Haiku 4.5 $0.00001 $0.00208

Measured 2d ago against content hash 05f57d097901, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

angular-knowledge-patch 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 2d 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.

plugins/knowledge-patch/patches-claude/angular-knowledge-patch/SKILL.md · 186 lines

How it starts

The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Angular Knowledge Patch

Use this skill when writing, reviewing, upgrading, or debugging a modern Angular application. Read the breaking changes and defaults first, then open the topic reference that matches the work.

Reference index

Reference Topics
Compatibility, security, and releases Node.js, TypeScript, RxJS, browsers, support policy, migrations, CSP, sanitization, and i18n security
Core reactivity Resources, effects, runtime bindings, zoneless change detection, services, signals, and HTTP behavior
Signal Forms Field trees, schemas, validation, submission, custom controls, and Material or Aria integration
SSR, hydration, and routing Hybrid rendering, server routes, incremental hydration, pending work, transfer cache, engines, and router lifecycle
Templates and animations Template syntax, diagnostics, CSS enter and leave animation, defer triggers, and host-directive matching
Testing and tooling Vitest, migrations, HMR, compiler checks, CLI tools, build changes, and removed test APIs
UI, platform, and DevTools Angular Aria, Material, CDK, locale data, profiling, and debugging visualizations

Breaking changes and defaults

Components default to OnPush

An omitted changeDetection now means OnPush. Use the renamed eager strategy only for a component that truly requires full eager checking:

@Component({
  selector: 'legacy-widget',
  template: `...`,
  changeDetection: ChangeDetectionStrategy.Eager,
})
export class LegacyWidget {}

Audit code that mutates plain fields without a recognized notification. Prefer signals, markForCheck(), ComponentRef.setInput(), template or host listeners, or attachment of an already-dirty view.

Read the full file on GitHub · 186 lines

Changes

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.

  1. 2d ago First seen · 186 lines · 7 tokens per session scan A 05f57d097901

Subscribe to this mod's changes

angular-knowledge-patch is a skill published in the GitHub repository Nevaberry/nevaberry-plugins (24 stars, last pushed 5d ago), licensed MIT. It adds 7 tokens to every session and 2,081 once invoked, about $0.0000 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.

Related

Other skills, from other repositories

suno

This skill should be used when the user wants to compose songs for Suno AI, write lyrics, create style prompts, or generate Suno metatags. Supports J-pop, K-pop, EDM, ballads, rock, and Latin genres, plus album/EP composition, variations, and song continuations. Also handles reference-based composition ("like…

Linaqruf/kana-code-plugins · 184 tokens

frontend-aesthetics

Design guidance and aesthetic patterns for building beautiful, distinctive frontends — websites, web apps, landing pages. Provides typography strategies, color application, motion choreography, layout composition, and component design recipes. Use when the user asks to "make this look better", "improve the design"…

lukaskellerstein/claude-my-marketplace · 122 tokens

demo-assembly

Assembles measured clips and narration into a finished demo video with Remotion — reconciles real durations into a timeline, then renders. Covers the timeline contract, the bundled timeline-driven Remotion project, how to extend or replace it for custom compositions, transitions, camera moves, captions, music ducking…

lukaskellerstein/claude-my-marketplace · 96 tokens

demo-voiceover

Generates demo narration with the ElevenLabs MCP server — one audio file per storyboard section, measured so the editor can cut picture to voice. Covers voice and model selection for product demos, fitting a line to a target duration, pronunciation of product names, optional word-level caption alignment, and music…

lukaskellerstein/claude-my-marketplace · 87 tokens

demo-review

Quality-checks a rendered demo video before it ships — extracts frames, grades each section against its successCriteria, and finds spinners, empty states, clipped text, exposed secrets, audio/video desync, and pacing problems. Use after a draft render, before a final render, or when asked whether a demo video is good…

lukaskellerstein/claude-my-marketplace · 72 tokens

youtube-shorts-generator

Generate viral 9:16 YouTube Shorts (or TikTok/Reels clips) from a long-form YouTube URL or local video. Triggers on requests like "make shorts from this video", "extract viral clips from this YouTube link", "auto-clip this podcast", "find the best moments and crop vertical". Pipeline downloads the source, transcribes…

Anil-matcha/awesome-generative-ai-apps · 135 tokens