Hyper UI Skills
Purpose
Route platform-specific UI pattern requests to focused sub-guides so implementation details stay accurate and consistent.
Workflow
- Identify the target platform: Expo/React Native, Next.js/web, or both.
- Identify the requested visual behavior in plain language.
- Map the request to a pattern guide.
- Implement from that guide and verify behavior visually.
Pattern Guides
masked-fade-overlayPath:./masked-fade-overlay/SKILL.mdUse for: blur that is strong at one edge and transparently fades out via alpha masks.
Guardrails
- Prefer real compositing behavior over visual approximations.
- Reject fake solutions when a user asks for "blur that becomes transparent."
- Keep platform guidance separate and explicit.
References
- For masked blur fades, use:
./masked-fade-overlay/references/expo.md./masked-fade-overlay/references/nextjs.md