design-work

Applies layout, typography, and styling guidelines for building Wix Vibe websites with Tailwind CSS.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/arborba100/command-hub --skill design-work-arborba100
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-work
Source: https://github.com/arborba100/command-hub/tree/main/.emdash/skills/design-work
Command: npx skills add https://github.com/arborba100/command-hub --skill design-work-arborba100

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building visually consistent, accessible, and varied page layouts is difficult when styling decisions are made ad hoc, leading to monotonous sections, poor contrast, and broken responsive behavior. ## Core Features & Use Cases - Layout & Section Patterns: Provides container, grid, and flexbox patterns with rules requiring consecutive sections to use distinctly different structures. - Typography, Color & Accessibility Rules: Enforces font-heading/font-paragraph classes, Tailwind config color tokens, WCAG AA contrast checks, and semantic HTML with one h1 per page. - Hero Sections & Animations: Defines full-bleed hero patterns and Framer Motion animation recipes including staggered children and scroll-triggered reveals. - Use Case: When redesigning a landing page, apply these guidelines to build an impressive hero, vary section layouts, and verify button contrast against backgrounds. ## Quick Start Use the design-work skill to redesign this page's hero section and apply consistent styling across all sections.

Frequently Asked Questions about design-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create varied section layouts in Tailwind CSS?▼

Vary consecutive sections by changing column counts, alignments, content types, and background treatments. Use responsive grid classes like grid-cols-1 md:grid-cols-2 lg:grid-cols-3 and alternate flex directions to avoid monotonous repeated structures.

How to build a full-screen hero section with React and Tailwind?▼

Use a relative section with min-h-screen and w-full, place an absolutely positioned image with an overlay div, and center content with relative z-10. Apply large responsive heading classes like text-4xl md:text-6xl lg:text-7xl with font-heading.

What animation library should I use for React scroll-triggered effects?▼

Use Framer Motion with the whileInView prop for scroll-triggered animations. Set initial opacity and y offset, configure viewport with once: true, and use variants with staggerChildren for staggered list reveals.

Does Tailwind button styling need contrast checks for accessibility?▼

Yes, WCAG AA contrast must be verified at two points: button label against button background, and button background against the container background. Check all interactive states including hover, active, and focus.

What are the layout restrictions for Wix Vibe website containers?▼

Content containers must use max-w-[100rem] (1600px) or more; never use a smaller max-width. Border radius is capped at 24px for cards, and prohibited patterns include inline SVGs, emojis, text-shadow, box-shadow, and placeholder links.