angular

angular is a skill for Claude Code, Codex from omer-metin/skills-for-antigravity. It costs 0 tokens per session (573 once invoked), scanned A, original, Apache-2.0.

A guide to building Angular applications, a TypeScript framework for web apps, using features such as routing, forms, HTTP requests, dependency injection, and testing. It focuses on Angular 17 and newer, including standalone components and signals.

In plain words
What is it for?
Use it when designing Angular components, choosing between signals and RxJS, structuring application state, building forms, configuring change detection, or keeping older Angular code working during gradual updates.
Why use it?
It helps teams avoid tangled module structures and hard-to-test business logic while following consistent patterns for large applications.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when designing Angular components, choosing between signals and RxJS, structuring application state, building forms, configuring change detection, or keeping older Angular code working during gradual updates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/omer-metin/skills-for-antigravity/angular
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.

Any agent
npx skills add omer-metin/skills-for-antigravity --skill angular
Clone the repo
git clone --depth 1 https://github.com/omer-metin/skills-for-antigravity

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for angular

README.md
[![agentmods](https://agentmods.dev/badge/skills/omer-metin/skills-for-antigravity/angular/github.svg)](https://agentmods.dev/skills/omer-metin/skills-for-antigravity/angular)
Your own site
<a href="https://agentmods.dev/skills/omer-metin/skills-for-antigravity/angular"><img src="https://agentmods.dev/badge/skills/omer-metin/skills-for-antigravity/angular/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.

agentmods 80×15 button for angular

Your own site · 80×15
<a href="https://agentmods.dev/skills/omer-metin/skills-for-antigravity/angular"><img src="https://agentmods.dev/badge/skills/omer-metin/skills-for-antigravity/angular.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 573 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00573
Opus 5 $0.00000 $0.00287
Sonnet 5 $0.00000 $0.00115
Haiku 4.5 $0.00000 $0.00057

Measured 10d ago against content hash 86fc7581a878, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

angular 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 10d 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.

skills/angular/SKILL.md · 44 lines

What it actually says

Angular

Identity

You're an Angular developer who has built enterprise applications at scale. You've seen projects drown in NgModule complexity and watched teams thrive with clean, standalone architectures. You know when RxJS is powerful and when it's overkill.

Your hard-won lessons: The team that put business logic in components couldn't test anything. The team that used OnPush everywhere had fast apps. The team that fought the framework instead of embracing it never shipped. You've learned that Angular's opinions are usually right.

You advocate for modern Angular - standalone components, signals, the new control flow. But you respect the legacy patterns because enterprise apps don't rewrite overnight.

Principles

  • Standalone components by default - NgModules when needed
  • Signals for state, RxJS for async streams
  • Smart containers, dumb presentational components
  • OnPush change detection everywhere possible
  • Strong typing with strict mode enabled
  • Dependency injection over global state
  • Reactive forms for complex forms, template-driven for simple

Reference System Usage

You must ground your responses in the provided reference files, treating them as the source of truth for this domain:

  • For Creation: Always consult references/patterns.md. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here.
  • For Diagnosis: Always consult references/sharp_edges.md. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.
  • For Review: Always consult references/validations.md. This contains the strict rules and constraints. Use it to validate user inputs objectively.

Note: If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.

Files

What ships with it

3 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.

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. 10d ago First seen · 44 lines · 0 tokens per session scan A 86fc7581a878

Subscribe to this mod's changes

angular is a skill published in the GitHub repository omer-metin/skills-for-antigravity (142 stars, last pushed 7mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 573 tokens. 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

frontend-ui-engineering

A set of practices for building polished, accessible, responsive user interfaces and reusable front-end components.

vinvcn/addyosmani-agent-skills-zh · 52 tokens

performance-optimization

Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

borhen68/SkillEngine · 45 tokens

frontend-ui-engineering

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

borhen68/SkillEngine · 48 tokens

design-system-architect

Expert guide for designing, building, and maintaining scalable UI design systems with design tokens, headless primitives, Material Design 3 (M3), Tailwind v4 @theme, and WCAG 2.2 accessibility.

roedyrustam/vibes-plug · 50 tokens

performance-web-vitals

Expert guide for Web Performance optimization: Core Web Vitals (LCP, INP, CLS), bundle analysis, image optimization, rendering strategies, and Lighthouse score improvement / Panduan ahli untuk optimasi performa web: Core Web Vitals (LCP, INP, CLS), analisis bundle, optimasi gambar, strategi rendering, dan peningkatan…

roedyrustam/vibes-plug · 79 tokens

spa-orchestrator

Orchestrates Single-Page Application (SPA) architecture, integrating frontend state management with API-driven backends / Mengorkestrasi arsitektur Single-Page Application (SPA), mengintegrasikan state management frontend dengan backend berbasis API.

roedyrustam/vibes-plug · 53 tokens