ui-ux-polish
Iterative UI/UX polishing workflow for web applications. Use when improving visual polish, refining desktop and mobile UX separately, running iterative enhancement cycles, applying design patterns like glassmorphism or bento grids, or auditing accessibility and WCAG compliance. Use for Stripe-level visual quality, responsive optimization, and design system alignment.
What this skill does
# UI/UX Polish Iterative enhancement workflow that takes working web applications from decent to world-class. Covers desktop and mobile optimization as separate modalities, visual design patterns, and accessibility standards. **When to use**: The app works correctly with basic styling in place and you want to improve visual quality through iterative refinement. Also use for applying specific design patterns (glassmorphism, neumorphism, bento grids) or auditing accessibility. **When NOT to use**: The app is broken or buggy (fix bugs first), styling is fundamentally wrong (needs complete overhaul), or no basic design system exists yet. ## Quick Reference | Pattern | Technique | Key Point | | --------------------- | ----------------------------------------------- | --------------------------------------------- | | Iterative polish | Run the same polish prompt 10+ times | Small improvements compound dramatically | | Desktop/mobile split | Optimize each modality independently | Prevents compromises that hurt both | | Glassmorphism | `backdrop-blur-xl` + `bg-white/70` + border | Functional depth with legibility | | Neumorphism | Dual-direction box shadows | Best in light mode; use borders for a11y | | Bento grid | CSS Grid with `rounded-3xl` cells | Hero cell spans multiple columns/rows | | WCAG 2.2 AA | Contrast ratios + target sizes + focus visible | 4.5:1 text, 3:1 UI, 24x24px targets | | Reduced motion | `prefers-reduced-motion: reduce` | Disable animations for motion-sensitive users | | Semantic HTML | Landmarks + heading hierarchy + native elements | Use `<button>` not `<div role="button">` | | Inclusive design | Multiple input methods + error forgiveness | Support keyboard, voice, and touch equally | | Typography hierarchy | Consistent scale with clear levels | Font size, weight, and spacing rhythm | | Spacing rhythm | Consistent padding and margin scale | Use design token multiples (4px, 8px, 16px) | | Hover/focus states | Visible feedback on all interactive elements | Keyboard users need visible focus indicators | | Animation/transitions | `ease-out` enter, `ease-in` exit, 100-300ms | Prefer transform/opacity for GPU compositing | | Micro-interactions | Button press, toggle, focus, success/error | Always respect `prefers-reduced-motion` | ## Common Mistakes | Mistake | Correct Pattern | | ------------------------------------------------------- | ------------------------------------------------------------ | | Running polish on a broken app | Fix all functional bugs first, then apply iterative polish | | Making one large pass instead of many small ones | Run 10+ iterations; incremental improvements compound | | Optimizing desktop and mobile simultaneously | Treat each as a separate modality and optimize independently | | Stopping after changes appear minimal | Keep iterating; subtle spacing and typography tweaks add up | | Applying glassmorphism to all elements | Use glass effects strategically on cards and modals only | | Neumorphism without accessibility borders | Add a 1px border for low-vision users (contrast requirement) | | Ignoring `prefers-reduced-motion` | Always respect system motion preferences in CSS | | Using `<div>` with click handlers instead of `<button>` | Use native semantic HTML elements for built-in accessibility | ## Delegation - **Desktop and mobile polish in parallel**: Use `Task` agent to run separate polish passes for each modality - **Visual regression verification**: Use `Explore` agent to check that polish iterations have not broken layout or accessibility - **Design system alignment planning**: Use `Plan` agent to establish spacing, typography, and color patterns before polishing - **Full accessibility audits**: Delegate to `accessibility` skill for in-depth WCAG compliance, ARIA patterns, focus management, and screen reader testing ## References - [Polish Workflow](references/polish-workflow.md) -- The iterative polish prompt, why it works, iteration protocol, and multi-agent strategies - [Design Patterns](references/design-patterns.md) -- Glassmorphism, neumorphism, bento grids with Tailwind implementations - [Accessibility](references/accessibility.md) -- WCAG 2.2 AA standards, semantic HTML, ARIA, inclusive design, and reduced motion - [Animation and Micro-interactions](references/animation-and-microinteractions.md) -- CSS transitions, loading states, spring animations, page transitions, and Tailwind animation utilities
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.