Claude-skill-registry cross-boundary-consistency

Guarantee data and UI consistency across multiple `Suspense` and error boundaries.

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/cross-boundary-consistency" ~/.claude/skills/majiayu000-claude-skill-registry-cross-boundary-consistency && rm -rf "$T"
manifest: skills/data/cross-boundary-consistency/SKILL.md
source content

Cross-Boundary Consistency (React 18)

Summary

Guarantee data and UI consistency across multiple

Suspense
and error boundaries.

Key Capabilities

  • Design cross-boundary synchronization protocols.
  • Prevent inconsistent partial renders during rapid updates.
  • Implement conflict resolution for overlapping data sources.

PhD-Level Challenges

  • Prove invariants across boundary partitions.
  • Analyze consistency under partial hydration and retries.
  • Derive conflict-free merge strategies for concurrent data.

Acceptance Criteria

  • Demonstrate consistent UI state across boundaries under load.
  • Provide invariants and a proof sketch.
  • Document recovery behavior for conflicting updates.