angular-frontend

A preset for building Angular web interfaces with TypeScript. Angular is a framework for creating web applications, while TypeScript adds type checking to JavaScript.

In plain words
What is it for?
Use it in Angular projects. It covers feature boundaries, shared components, strict typing, linting, lazy-loaded routes, and accessibility reviews.
Why use it?
It provides consistent defaults for organising large front-end codebases, catching mistakes early, loading features efficiently, and checking accessibility.

Skill for Claude CodeCodex

Part of the fullstack-development-agent-skills plugin — 36 skills, 10 commands, 6 agents shipped together

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/vaquarkhan/fullstack-development-agent-skills/angular-frontend
Any agent
npx skills add vaquarkhan/Fullstack-development-agent-skills --skill angular-frontend
Clone the repo
git clone --depth 1 https://github.com/vaquarkhan/Fullstack-development-agent-skills

Made for: Claude Code, Codex.

Or install fullstack-development-agent-skills, the plugin that ships this one along with the rest of its 36 skills, 10 commands, 6 agents.

Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 106 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.00032 $0.00106
Opus 5 $0.00016 $0.00053
Sonnet 5 $0.00006 $0.00021
Haiku 4.5 $0.00003 $0.00011

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

Security

Grade A, and why

angular-frontend 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 3d 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.

presets/angular-frontend/SKILL.md · 20 lines

What it actually says

Angular Frontend Preset

Defaults

  • Feature module boundaries and shared component library
  • Strict TypeScript and lint rules
  • Route-level lazy loading
  • Accessibility checks in review flow
  • angular-enterprise-frontend
  • api-contract-first-development
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. 3d ago First seen · 20 lines · 32 tokens per session scan A b926093286ac

Subscribe to this mod's changes

angular-frontend is a skill published in the GitHub repository vaquarkhan/Fullstack-development-agent-skills (2 stars, last pushed 18d ago), licensed MIT. It adds 32 tokens to every session and 106 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

adev-writing-guide

Comprehensive writing guide for Angular documentation (adev). Covers Google Technical Writing standards, Angular-specific markdown extensions, code blocks, and components. You MUST use this skill any time you plan to create, edit, or review documentation files in adev/ or adev/src/content.

angular/angular · 60 tokens

reference-signal-forms

Explains the mental model and architecture of the code under packages/forms/signals. You MUST use this skill any time you plan to work with code in packages/forms/signals.

angular/angular · 43 tokens

reference-compiler-cli

Explains the mental model and architecture of the code under packages/compiler-cli. You MUST use this skill any time you plan to work with code in packages/compiler-cli.

angular/angular · 40 tokens

review-pending-pr-reviews

Review, grill, edit, and post pending PR review drafts saved by /review-pr (or its batch/cron runners). Lists drafts that have not yet been posted, walks the maintainer through each finding, then posts, closes, or discards. Use when the user says "post my pending reviews", "what reviews are waiting", "go through the…

nrwl/nx · 93 tokens

reproduce-issue

The single skill for reproducing an nx issue. Given a GitHub issue number (human entry) OR explicit repro parameters (agent entry), it runs the reproduction ENTIRELY inside an isolated Docker sandbox — gVisor on Linux, the Docker VM on macOS — so the untrusted repro's install scripts and commands never execute on the…

nrwl/nx · 91 tokens

getting-started

Get started with your Open SaaS project — fetches docs, checks Wasp installation, and helps you start your database and app.

wasp-lang/open-saas · 31 tokens