Keep Mandu server rendering and client islands deterministic.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add konamgil/mandu --skill mandu-hydration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mandu Hydration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/konamgil-mandu-hydration-2405fb52)More formats (shields.io, HTML) on the badges page.
---
name: mandu-hydration
description: Keep Mandu server rendering and client islands deterministic.
license: MPL-2.0
---
# Mandu Hydration
Use for islands, partials, client boundaries, or hydration diagnostics.
- Server pages remain server-owned; move interactive state into an island.
- Use explicit client-boundary metadata and serializable props.
- Never import a generated client artifact directly.
- Keep HTML, manifest, and client asset URLs pinned to one build generation.
- Treat missing client assets or hydration samples as failures when the route
declares hydration.
Run the targeted hydration tests requested by the plan, then
`mandu.agent.verify --changed --json --write`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!