localStorage-patterns

Standardized patterns for localStorage utilities, including key naming conventions, error handling, and testing strategies. Use when creating or modifying localStorage utilities, when localStorage key mismatches occur, or when testing storage functionality. This codebase uses camelCase keys (e.g., pixelGameSettings, not pixel-game-settings).

pmarashian Updated

File contents

pmarashian/cursor-agent-skills/tree/main/localStorage-patterns commit 38c9862e99

Frequently asked questions

npx skillmds@latest add pmarashian/localstorage-patterns