Claude-skill-registry client-side-cache-normalization
Implement a normalized entity cache to maintain data consistency across a React app.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/client-side-cache-normalization" ~/.claude/skills/majiayu000-claude-skill-registry-client-side-cache-normalization && rm -rf "$T"
manifest:
skills/data/client-side-cache-normalization/SKILL.mdsource content
Client-Side Cache Normalization
Summary
Implement a normalized entity cache to maintain data consistency across a React app.
Key Capabilities
- Flatten nested API responses.
- Automatic UI updates.
- Garbage collect entities.
PhD-Level Challenges
- Handle polymorphic data types.
- Resolve relationships.
- Optimize read performance.
Acceptance Criteria
- Demonstrate consistency.
- Provide a schema.
- Benchmark retrieval speeds.