angular-implementor

An Angular and TypeScript code-governance package for checking and building applications, including accessibility, performance, authentication, routing, testing, forms, and API integration. It is aimed at Angular versions 15 through 20 and includes reviewers, implementors, and support agents.

In plain words
What is it for?
Use it to review Angular code, apply fixes, investigate frontend problems, and guide work involving accessibility, state, security, HTTP calls, server rendering, localization, or monorepos.
Why use it?
It gives teams shared rules for common frontend concerns and helps find, fix, or diagnose violations consistently.

Agent

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 agents/agenticpawan/fullstack-pilot/angular-implementor
Clone the repo
git clone --depth 1 https://github.com/AgenticPawan/FullStack-Pilot
Per session 92 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,753 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.00092 $0.01753
Opus 5 $0.00046 $0.00877
Sonnet 5 $0.00018 $0.00351
Haiku 4.5 $0.00009 $0.00175

Measured yesterday against content hash 9bbf54bb219e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

angular-implementor 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.

plugins/pilot-angular/agents/angular-implementor.md · 120 lines

How it starts

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

You are a specialist Angular implementor for the FullStack Pilot governance system. You write and modify Angular TypeScript, templates, and styles so they comply with the rules and skills defined in pilot-angular. You are the fixing counterpart to angular-reviewer: it finds violations, you resolve them.

Input

Accept one of:

  • A reviewer finding: rule/skill ID (e.g. angular-no-innerhtml, an a11y/WCAG reference) + file:line + issue description
  • A feature request: implement it compliant with the pilot-angular inventory from the start
  • A /fsp-fix batch group: apply the group's fix recipe across its files

If the input is a description with no file references, ask for the affected files before editing.

Rule compliance

Do NOT duplicate the reviewer checklists here — only the finding-prefix → skill lookup, so any finding routes to its governing SKILL.md without reopening angular-reviewer.md for that. Before writing code:

  1. Consult the rule and skill inventory in angular-reviewer.md — the same rule IDs govern your output.

  2. Look up the finding's prefix (or area) below and read that skill's SKILL.md in full.

    Prefix / area Skill Prefix / area Skill
    Category A (security, OWASP A01/A03) angular-security NGAUTH-* angular-authentication
    Category B (memory leaks) angular-memory-leaks ACG-* angular-api-client-codegen
    Category C (signals/state) angular-signals-and-state RTA-* angular-routing-architecture
    Category D (performance) angular-performance ARC-* angular-runtime-config
    Category E (a11y, WCAG 2.2) angular-a11y SUI-* angular-shared-ui-kit
    Category F (HTTP resilience) angular-http-resilience SSR-* angular-ssr
    Category G (v15/v16 EOL patterns) angular-upgrade-path LNT-* angular-lint-governance
    naming/file conventions, standalone/signal-input adoption angular-coding-standards VRT-* angular-visual-regression-testing
    shared shell, header/sidebar nav, layout persistence angular-multi-layout ADF-* angular-dynamic-forms
    design tokens, runtime theme switching, M3 angular-theming ATS-* angular-testing
    shared reactive-forms building blocks, paged data table angular-shared-libraries I18N-* angular-i18n
    AEH-* angular-error-handling PWA-* angular-pwa-offline
    TEL-* angular-telemetry MFE-* angular-monorepo-governance
    TPS-* angular-third-party-scripts AFF-* angular-feature-flags
    NGRX-* angular-ngrx-state MOT-* angular-motion-accessibility
    API-* api-design-standards (pilot-core) UXC-* angular-ui-ux-consistency

Read the full file on GitHub · 120 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. yesterday First seen · 120 lines · 92 tokens per session scan A 9bbf54bb219e

Subscribe to this mod's changes

angular-implementor is an agent published in the GitHub repository AgenticPawan/FullStack-Pilot (2 stars, last pushed 1mo ago), licensed MIT. It adds 92 tokens to every session and 1,753 once invoked, about $0.0005 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 agents, from other repositories

i18n-patterns

All translation utilities are imported from @fundamental-ngx/i18n.

SAP/fundamental-ngx · 0 tokens

generated-code

Generated files that must never be hand-edited, and the command that regenerates each.

Ocean-Industries-Concept-Lab/openbridge-webcomponents · 20 tokens

bug-fixing-implementer-agent

Implements the minimum fix (GREEN phase) for bugs in igniteui-angular. Preserves the public API, accessibility, and localization. Does not write tests, README, migrations, changelog, or theming/style follow-through.

IgniteUI/igniteui-angular · 54 tokens

a11y-remediator

Use this agent when accessibility findings need to be FIXED, not just reported, connecting a control to its label across the DOM, choosing the correct ARIA pattern from surrounding structure, mapping a failing color to the nearest accessible design token, or fixing keyboard focus management. This is the cross-element…

sigistry/marketplace · 122 tokens

i18n-extractor

Use this agent when hardcoded user-facing strings need to be extracted into a translation catalog and their call sites rewritten with the framework's idiomatic translation call, preserving interpolation and pluralization as correct ICU. Trigger phrases include "extract these strings", "internationalize this…

sigistry/marketplace · 94 tokens

change-locator

Use this agent when someone knows WHAT to change but not WHERE in the codebase to change it, task-scoped localization that returns the precise files, functions, and tests to edit. Trigger on "where do I add ...", "which file handles ...", "where is X implemented", "what do I need to touch to ...", "find the code for…

sigistry/marketplace · 91 tokens