state-management

state-management is a cursor rule for coding agents from bishopZ/2026-Boilerplate. It costs 0 tokens per session (147 once invoked), scanned A, original, MIT.

Project rules for managing shared application data with Redux Toolkit, a standard set of tools for Redux. They explain when to use shared state, local component state, asynchronous actions, and persistence across sessions.

In plain words
What is it for?
Creating Redux slices, handling asynchronous operations, persisting selected slices, and choosing between Redux and React's local state tools.
Why use it?
They give developers a consistent way to structure state and avoid putting small, temporary UI state into the shared store.

Cursor rule

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 rules/bishopz/2026-boilerplate/state-management
Clone the repo
git clone --depth 1 https://github.com/bishopZ/2026-Boilerplate

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 state-management

README.md
[![agentmods](https://agentmods.dev/badge/rules/bishopz/2026-boilerplate/state-management.svg)](https://agentmods.dev/rules/bishopz/2026-boilerplate/state-management)
Your own site
<a href="https://agentmods.dev/rules/bishopz/2026-boilerplate/state-management"><img src="https://agentmods.dev/badge/rules/bishopz/2026-boilerplate/state-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 147 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.1 $0.00000 $0.00147
Opus 5 $0.00000 $0.00073
Sonnet 5 $0.00000 $0.00029
Haiku 4.5 $0.00000 $0.00015

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

Security

Grade A, and why

state-management 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 5d 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.

rules/state-management.mdc · 15 lines

What it actually says

State Management Rules

  • Use Redux Toolkit slices. Define actions, reducers, and initial state together.
  • Async operations use createAsyncThunk.
  • State that should persist across sessions must be added to the sliceKeys array in store.ts.
  • The persistence middleware in persistence.ts is reusable — add new slice keys, don't create new middleware.
  • Infer types from state objects (typeof defaultState) rather than writing interfaces manually.
  • Component-local state should use useState or useReducer, not Redux.
  • See src/client/redux/README.md for the full decision guide.
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. 5d ago First seen · 15 lines · 0 tokens per session scan A 28b0faf9f756

Subscribe to this mod's changes

state-management is a cursor rule published in the GitHub repository bishopZ/2026-Boilerplate (24 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 147 tokens. 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.