Provides UI/UX design patterns for web/app devs: 67 UI styles, 25 chart types, font pairing, WCAG 2.1 AA accessibility, Core Web Vitals performance, SEO guidelines.
npx claudepluginhub gadaalabs/claude-code-on-steroidsThis skill uses the workspace's default tool permissions.
**PRISM** — *A prism refracts white light into its full visible spectrum.*
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
PRISM — A prism refracts white light into its full visible spectrum. When invoked: refracts your UI problem into its full spectrum — visual style selection (67 styles), chart type selection (25 types), WCAG 2.1 AA accessibility, Core Web Vitals targets, bundle budgets, and font pairing.
Core principle: Great UIs are not accidents — they are the result of deliberate design decisions grounded in visual language, accessibility, performance, and data communication.
Announce at start: "Running PRISM for UI/UX design patterns."
FRONTEND CONTEXT ASSESSMENT:
"What are you building or fixing?"
A) New UI / design system from scratch
B) Existing UI — adding a feature
C) Dashboard / data visualization
D) Landing page / marketing site
E) Mobile app (React Native / Flutter)
F) Accessibility audit / fix
G) Performance problem (slow LCP, CLS, INP)
H) Debugging a visual bug
→ Load the relevant pattern file.
Type → Pattern file mapping:
| Type | Load |
|---|---|
| A — New UI / design system | patterns/styles-catalog.md |
| B — Adding to existing UI | patterns/styles-catalog.md (match existing style) |
| C — Dashboard / data viz | patterns/visualization.md |
| D — Landing page | patterns/styles-catalog.md (Landing Page Styles section) |
| E — Mobile app | patterns/accessibility.md (Responsive + Touch) |
| F — Accessibility audit | patterns/accessibility.md |
| G — Performance problem | patterns/accessibility.md (Performance Budget section) |
| H — Visual bug | run hunter, then patterns/visualization.md Anti-Patterns |
After identifying type, confirm:
These two answers determine style choice and chart selection throughout.
patterns/
styles-catalog.md ← 67 UI styles, font pairing, design system tokens
visualization.md ← 25 chart types, UX guidelines, anti-patterns, responsive
accessibility.md ← WCAG 2.1 AA checklist, Core Web Vitals, SEO, performance
Load instructions:
Never:
Always:
patterns/styles-catalog.md when making style decisionspatterns/visualization.md when building charts or dashboardspatterns/accessibility.md before marking any UI task done| Skill | Integration |
|---|---|
forge | Write Playwright/Cypress a11y tests before component code |
hunter | Debug CLS, LCP, INP regressions with performance profiler |
sentinel | Run Lighthouse + axe before claiming UI work done |
chronicle | Store successful design patterns per domain/industry |
architect | Use style catalogue for visual direction questions |
Before claiming frontend work complete:
patterns/styles-catalog.mdpatterns/visualization.mdpatterns/accessibility.md)