Agent skill
hydration-mismatch-forensics
Debug and resolve complex hydration mismatches that cause UI thrashing and content layout shifts.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/hydration-mismatch-forensics
SKILL.md
Hydration Mismatch Forensics
Summary
Debug and resolve complex hydration mismatches that cause UI thrashing and content layout shifts.
Key Capabilities
- Identify distinct mismatch types (text, attribute, structure).
- Trace server-client state divergence sources (Time, Randomness).
- Implement suppression and recovery strategies for unavoidable mismatches.
PhD-Level Challenges
- Analyze the performance cost of hydration patching.
- Detect deeper mismatches in third-party library output.
- Automate mismatch detection in CI pipelines.
Acceptance Criteria
- Deliver a mismatch-free console in production builds.
- Demonstrate automated detection of new mismatches.
- Document common mismatch patterns and fixes.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?