angular

angular is a skill for Claude Code, Codex from fmind/dot. It costs 38 tokens per session (1,601 once invoked), scanned A, original, MIT.

A set of instructions for building Angular web applications with Angular CLI, covering components, routing, forms, server-side rendering, and tests. Angular is a TypeScript framework for creating browser-based applications.

In plain words
What is it for?
Use it to create, run, update, lint, and test Angular applications, including browser-based end-to-end tests and server-side rendering.
Why use it?
It gives the coding agent a consistent way to use Angular’s project tools and conventions instead of guessing how the application is structured or tested.

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

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/fmind/dot/angular.svg)](https://agentmods.dev/skills/fmind/dot/angular)
Your own site
<a href="https://agentmods.dev/skills/fmind/dot/angular"><img src="https://agentmods.dev/badge/skills/fmind/dot/angular.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,601 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.00038 $0.01601
Opus 5 $0.00019 $0.00800
Sonnet 5 $0.00008 $0.00320
Haiku 4.5 $0.00004 $0.00160

Measured yesterday against content hash 3150012037de, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 yesterday.

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 · 74 lines

How it starts

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

Angular Standard

Angular owns its toolchain: the CLI builds, serves, tests, generates, and updates; this skill wraps it in the shared task vocabulary. Shared TypeScript conventions come from typescript-stack; backends and hosting from firebase.

1. Core Stack

  • CLI: ng from mise (npm:@angular/cli); every project pins its own @angular/cli and @angular/build (esbuild application builder) in package.json, installed with pnpm.
  • Architecture: standalone components, signals for state (signal, computed, linkedSignal, resource, httpResource), zoneless change detection (--zoneless), Signal Forms for new forms, lazy routes.
  • Tests: ng test runs Vitest with jsdom; coverage needs @vitest/coverage-v8; e2e through ng add playwright-ng-schematics when a journey needs a browser (browsers via playwright install chromium).
  • Dependency hygiene: Knip detects unused files, exports, and dependencies; its Angular plugin activates automatically from @angular/cli, and knip.json only excuses the two things it cannot see in a fresh workspace.
  • Lint and format: ng add angular-eslint gives ng lint for TypeScript and templates (accessibility rules included); Prettier formats TypeScript, templates, CSS, and JSON; Biome does not understand Angular templates.
  • Tasks and hooks: mise.toml exposes the canonical vocabulary per mise; lefthook.yml wires pre-commit and pre-push per lefthook.
  • Formatter split: prettierignore leaves Markdown, TOML, and YAML to dprint; dprint.json excludes **/*.json, dist, and .angular.

2. Scaffolding Workflow

  1. Create: ng new <slug> --package-manager pnpm --style css --zoneless --ssr false --skip-git --defaults --ai-config none.
    • Options: --style tailwind wires Tailwind at creation, --ssr true for SEO or server rendering, --prefix <prefix> sets the selector prefix.
  2. Quality tools: cd <slug> && ng add angular-eslint --skip-confirmation, then pnpm add -D @vitest/coverage-v8 knip.
  3. Tasks and hooks: copy mise.toml, lefthook.yml, knip.json, prettierignore as .prettierignore, dprint.json per dprint with the excludes above, and AGENTS.md from AGENTS.md.
  4. Validate: git init --initial-branch=main, mise trust, then mise run install, mise run format, mise run check, mise run test, mise run build.
  5. Finish: README.md per readme-agents, then git add . && git commit -m "chore: initial commit".

Read the full file on GitHub · 74 lines

Files

What ships with it

5 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. yesterday First seen · 74 lines · 38 tokens per session scan A 3150012037de

Subscribe to this mod's changes

angular is a skill published in the GitHub repository fmind/dot (4 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 1,601 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-09-03.