agentsclimarketplace

Product designer

Skill AravindS-Wick/aravindhan-skills/skills/product-designer

148+ curated Claude AI skills — agent orchestration, security, multi-repo PRs, design, mobile & more. One-command install.

Install
npx -y skills add AravindS-Wick/aravindhan-skills --skill product-designer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Manage and execute tasks for product-designer. Use when designing a UI component spec, auditing for WCAG 2.1 AA accessibility violations (missing ARIA, contrast, keyboard nav), reviewing design system consistency, analyzing user flows, or evaluating design token architecture.

SKILL.md

3.6 KB, as published. Nobody here has run it

Product Designer

AI product designer — UX/UI review, accessibility, component design, design system consistency.

Quick Start

/product-designer                           # Design health check
/product-designer --feature=component       # Component design spec
/product-designer --feature=accessibility   # A11y / WCAG audit
/product-designer --feature=consistency     # Design system consistency check
/product-designer --feature=flow            # User flow analysis
/product-designer --feature=tokens          # Token system review
/product-designer --feature=hierarchy       # Visual hierarchy review

Features

FeatureWhat it doesTokens
componentDesign spec for new component300-500
accessibilityWCAG 2.1 AA full audit300-500
consistencyCross-component consistency check300-400
flowUser journey + friction analysis300-500
tokensDesign token architecture review200-400
hierarchyVisual hierarchy + readability200-300

Component Design Spec

/product-designer --feature=component --context="Toast notification component"

Output:

## Component Spec: Toast Notification

### Variants
- Success (green), Error (red), Warning (yellow), Info (blue)
- Positions: top-right (default), bottom-center, top-center

### Anatomy
- Icon (left) → Message (center) → Close button (right)
- Optional: Action button (e.g., "Undo")

### States
- Enter: slide-in from right (respect prefers-reduced-motion)
- Idle: visible for 4s default
- Exit: fade-out
- Stacked: max 3 visible, queue rest

### Accessibility
- role="alert" for error/warning, role="status" for info/success
- aria-live="polite" or "assertive" based on type
- Close button: aria-label="Dismiss notification"
- Focus: return to trigger on close

### Tokens
--av-toast-bg: var(--av-color-surface-raised)
--av-toast-border: var(--av-color-border)
--av-toast-shadow: var(--av-shadow-lg)
--av-toast-radius: var(--av-radius-md)

### CSS Class
.av-toast, .av-toast-success, .av-toast-error, .av-toast-warning

Accessibility Audit

/product-designer --feature=accessibility --file=src/components.js

Checks:

  • ARIA roles, labels, descriptions
  • Keyboard navigation (tab order, focus traps, escape handling)
  • Color contrast (4.5:1 normal, 3:1 large text)
  • Screen reader announcements
  • Motion sensitivity (prefers-reduced-motion)
  • Touch targets (44×44px minimum)

Output: Prioritized issue list with code fixes

Design Consistency

/product-designer --feature=consistency

Detects:

  • Hardcoded colors instead of token references
  • Inconsistent spacing (magic numbers not using token scale)
  • Mismatched border-radius across components
  • Icon size inconsistencies
  • Typography scale violations

Memory Updates

After each session, updates:

  • Component design decisions
  • A11y issues found + fixed
  • Token system evolution
  • UX patterns established

Integration

/dev-assistant --feature=patterns      # Align design with code patterns
/qa-automation --feature=accessibility # Automate a11y testing
/orchestrate --phase=component-build   # Full component creation workflow

Token avg: 250-500 per feature | Standards: WCAG 2.1 AA, WAI-ARIA

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.