KL8-2026 ui-experts
Extracted UX and UI design patterns commonly used by gitnexus, Vercel, and Next.js Pro Dashboards. Use when needing high-value graphical interfaces.
install
source · Clone the upstream repo
git clone https://github.com/meteor-007/KL8-2026
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/meteor-007/KL8-2026 "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.github/skills/ui-experts" ~/.claude/skills/meteor-007-kl8-2026-ui-experts && rm -rf "$T"
manifest:
.github/skills/ui-experts/SKILL.mdsource content
UI UI/UX Design System Skill (Gitnexus & Vercel Vibe)
- Provide robust grids.
- Add frosted glass (backdrop-blur-md, bg-white/5)
- Provide robust animation on render elements (animate-in, fade-in).
- Optimize typography (tracking-tighter on headers, mono font on numbers).