angular-best-practices-signalstore

angular-best-practices-signalstore is a skill for Claude Code from alfredoperez/angular-best-practices. It costs 78 tokens per session (523 once invoked), scanned A, original, no licence file.

A set of guidance for using NgRx SignalStore in Angular. SignalStore helps manage shared application state, such as values and collections that multiple parts of an app use.

In plain words
What is it for?
Working with @ngrx/signals and @ngrx/signals/entities, including shared state, computed state, entity management, and RxJS integration through rxMethod.
Why use it?
It helps organize shared and computed state, entity data, and asynchronous work without mixing in patterns meant for other NgRx APIs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the angular-best-practices plugin — 10 skills, 1 command shipped together

Good fit Working with @ngrx/signals and @ngrx/signals/entities, including shared state, computed state, entity management, and RxJS integration through rxMethod.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alfredoperez/angular-best-practices/angular-best-practices-signalstore
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 alfredoperez/angular-best-practices --skill angular-best-practices-signalstore
Clone the repo
git clone --depth 1 https://github.com/alfredoperez/angular-best-practices

Made for: Claude Code.

Or install angular-best-practices, the plugin that ships this one along with the rest of its 10 skills, 1 command.

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-best-practices-signalstore

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/alfredoperez/angular-best-practices/angular-best-practices-signalstore"><img src="https://agentmods.dev/badge/skills/alfredoperez/angular-best-practices/angular-best-practices-signalstore.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 523 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. Third-party audits
  • Socket warn 18 Mar 2026
  • Snyk pass 2 Mar 2026
How audits are shown
Origin unknown 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.00078 $0.00523
Opus 5 $0.00039 $0.00262
Sonnet 5 $0.00016 $0.00105
Haiku 4.5 $0.00008 $0.00052

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

Security

Grade A, and why

angular-best-practices-signalstore 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-best-practices-signalstore/SKILL.md · 52 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file 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 · 52 lines · 78 tokens per session scan A 5bd5e36b46a2

Subscribe to this mod's changes

angular-best-practices-signalstore is a skill published in the GitHub repository alfredoperez/angular-best-practices (37 stars, last pushed 5mo ago), with no licence file. It adds 78 tokens to every session and 523 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

angular-developer

Generates Angular code and provides architectural guidance. Trigger when creating projects, components, services, or HTTP communication, or for best practices on reactivity (signals, linkedSignal, resource, httpResource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component…

angular/angular · 77 tokens

angular-new-app

Creates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new Angular application and contains important guidelines for how to effectively create a modern Angular application.

angular/angular · 43 tokens

add-component

Add a new visualization component to Unovis end to end — the TypeScript core, the shared registry, the generated framework wrappers, a dev example, a gallery example, and docs. Use when asked to add/create a new component, chart type, plot, or diagram to the library, or to wire an existing core component through to…

f5/unovis · 74 tokens

add-gallery-example

Add an example to the Unovis gallery — a per-framework example directory under packages/shared/examples, registered in examples-list.tsx, with light/dark previews. Use when asked to add a gallery example, showcase a chart in the gallery, or create the gallery entry that accompanies a new component.

f5/unovis · 63 tokens

signals-flutter

Highly optimized Flutter UI bindings and GPU rendering for reactive signals.

rodydavis/signals.dart · 16 tokens

signals-dart

Advanced reactive state primitives, collections, mixins, and utilities of signalscore.

rodydavis/signals.dart · 20 tokens