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.
npx agentmods add agents/agenticpawan/fullstack-pilot/angular-implementorgit clone --depth 1 https://github.com/AgenticPawan/FullStack-PilotWhat 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.
| Model | Per session | Once 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 |
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.
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-fixbatch 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:
-
Consult the rule and skill inventory in
angular-reviewer.md— the same rule IDs govern your output. -
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
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.
- yesterday First seen · 120 lines · 92 tokens per session scan A 9bbf54bb219e
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.
Other agents, from other repositories
i18n-patterns
All translation utilities are imported from @fundamental-ngx/i18n.
generated-code
Generated files that must never be hand-edited, and the command that regenerates each.
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.
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…
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…
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…