ux-ui-agent-skills 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/.claude/skills/a11y-audit/SKILL.md +18 -0
  2. package/.claude/skills/apply-aesthetic/SKILL.md +20 -0
  3. package/.claude/skills/design-code/SKILL.md +21 -0
  4. package/.claude/skills/design-component/SKILL.md +19 -0
  5. package/.claude/skills/design-review/SKILL.md +21 -0
  6. package/.claude/skills/design-tokens/SKILL.md +20 -0
  7. package/.claude/skills/migrate-design-system/SKILL.md +20 -0
  8. package/.claude/skills/prototype/SKILL.md +19 -0
  9. package/.claude/skills/redesign/SKILL.md +19 -0
  10. package/.claude/skills/ux-writing/SKILL.md +21 -0
  11. package/CLAUDE.md +464 -0
  12. package/README.md +340 -0
  13. package/accessibility/aria-patterns.md +517 -0
  14. package/accessibility/wcag-checklist.md +178 -0
  15. package/bin/cli.js +176 -0
  16. package/components/atoms.md +233 -0
  17. package/components/feedback.md +99 -0
  18. package/components/forms-advanced.md +91 -0
  19. package/components/molecules.md +266 -0
  20. package/components/navigation.md +100 -0
  21. package/components/organisms.md +322 -0
  22. package/components/overlays.md +55 -0
  23. package/components/templates.md +271 -0
  24. package/content/voice-tone.md +133 -0
  25. package/design-systems/crosswalk.md +61 -0
  26. package/design-systems/interop-protocol.md +61 -0
  27. package/design-systems/library/agentic/DESIGN.md +71 -0
  28. package/design-systems/library/airbnb/DESIGN.md +393 -0
  29. package/design-systems/library/airtable/DESIGN.md +92 -0
  30. package/design-systems/library/ant/DESIGN.md +71 -0
  31. package/design-systems/library/apple/DESIGN.md +250 -0
  32. package/design-systems/library/application/DESIGN.md +71 -0
  33. package/design-systems/library/arc/DESIGN.md +152 -0
  34. package/design-systems/library/artistic/DESIGN.md +71 -0
  35. package/design-systems/library/atelier-zero/DESIGN.md +316 -0
  36. package/design-systems/library/bento/DESIGN.md +71 -0
  37. package/design-systems/library/binance/DESIGN.md +348 -0
  38. package/design-systems/library/bmw/DESIGN.md +183 -0
  39. package/design-systems/library/bold/DESIGN.md +71 -0
  40. package/design-systems/library/brutalism/DESIGN.md +71 -0
  41. package/design-systems/library/bugatti/DESIGN.md +271 -0
  42. package/design-systems/library/cafe/DESIGN.md +71 -0
  43. package/design-systems/library/cal/DESIGN.md +262 -0
  44. package/design-systems/library/canva/DESIGN.md +157 -0
  45. package/design-systems/library/claude/DESIGN.md +315 -0
  46. package/design-systems/library/clay/DESIGN.md +307 -0
  47. package/design-systems/library/claymorphism/DESIGN.md +71 -0
  48. package/design-systems/library/clean/DESIGN.md +71 -0
  49. package/design-systems/library/clickhouse/DESIGN.md +284 -0
  50. package/design-systems/library/cohere/DESIGN.md +269 -0
  51. package/design-systems/library/coinbase/DESIGN.md +132 -0
  52. package/design-systems/library/colorful/DESIGN.md +71 -0
  53. package/design-systems/library/composio/DESIGN.md +310 -0
  54. package/design-systems/library/contemporary/DESIGN.md +71 -0
  55. package/design-systems/library/corporate/DESIGN.md +71 -0
  56. package/design-systems/library/cosmic/DESIGN.md +71 -0
  57. package/design-systems/library/creative/DESIGN.md +71 -0
  58. package/design-systems/library/cursor/DESIGN.md +312 -0
  59. package/design-systems/library/dashboard/DESIGN.md +71 -0
  60. package/design-systems/library/default/DESIGN.md +62 -0
  61. package/design-systems/library/discord/DESIGN.md +162 -0
  62. package/design-systems/library/dithered/DESIGN.md +71 -0
  63. package/design-systems/library/doodle/DESIGN.md +71 -0
  64. package/design-systems/library/dramatic/DESIGN.md +71 -0
  65. package/design-systems/library/duolingo/DESIGN.md +154 -0
  66. package/design-systems/library/editorial/DESIGN.md +71 -0
  67. package/design-systems/library/elegant/DESIGN.md +71 -0
  68. package/design-systems/library/elevenlabs/DESIGN.md +268 -0
  69. package/design-systems/library/energetic/DESIGN.md +72 -0
  70. package/design-systems/library/enterprise/DESIGN.md +71 -0
  71. package/design-systems/library/expo/DESIGN.md +284 -0
  72. package/design-systems/library/expressive/DESIGN.md +71 -0
  73. package/design-systems/library/fantasy/DESIGN.md +71 -0
  74. package/design-systems/library/ferrari/DESIGN.md +317 -0
  75. package/design-systems/library/figma/DESIGN.md +223 -0
  76. package/design-systems/library/flat/DESIGN.md +71 -0
  77. package/design-systems/library/framer/DESIGN.md +249 -0
  78. package/design-systems/library/friendly/DESIGN.md +71 -0
  79. package/design-systems/library/futuristic/DESIGN.md +71 -0
  80. package/design-systems/library/github/DESIGN.md +155 -0
  81. package/design-systems/library/glassmorphism/DESIGN.md +71 -0
  82. package/design-systems/library/gradient/DESIGN.md +71 -0
  83. package/design-systems/library/hashicorp/DESIGN.md +281 -0
  84. package/design-systems/library/huggingface/DESIGN.md +149 -0
  85. package/design-systems/library/ibm/DESIGN.md +335 -0
  86. package/design-systems/library/intercom/DESIGN.md +149 -0
  87. package/design-systems/library/kami/DESIGN.md +410 -0
  88. package/design-systems/library/kraken/DESIGN.md +128 -0
  89. package/design-systems/library/lamborghini/DESIGN.md +291 -0
  90. package/design-systems/library/levels/DESIGN.md +71 -0
  91. package/design-systems/library/linear-app/DESIGN.md +370 -0
  92. package/design-systems/library/lingo/DESIGN.md +71 -0
  93. package/design-systems/library/lovable/DESIGN.md +301 -0
  94. package/design-systems/library/luxury/DESIGN.md +71 -0
  95. package/design-systems/library/mastercard/DESIGN.md +368 -0
  96. package/design-systems/library/material/DESIGN.md +71 -0
  97. package/design-systems/library/meta/DESIGN.md +369 -0
  98. package/design-systems/library/minimal/DESIGN.md +71 -0
  99. package/design-systems/library/minimax/DESIGN.md +260 -0
  100. package/design-systems/library/mintlify/DESIGN.md +329 -0
  101. package/design-systems/library/miro/DESIGN.md +111 -0
  102. package/design-systems/library/mistral-ai/DESIGN.md +264 -0
  103. package/design-systems/library/modern/DESIGN.md +71 -0
  104. package/design-systems/library/mongodb/DESIGN.md +269 -0
  105. package/design-systems/library/mono/DESIGN.md +71 -0
  106. package/design-systems/library/neobrutalism/DESIGN.md +71 -0
  107. package/design-systems/library/neon/DESIGN.md +71 -0
  108. package/design-systems/library/neumorphism/DESIGN.md +71 -0
  109. package/design-systems/library/nike/DESIGN.md +366 -0
  110. package/design-systems/library/notion/DESIGN.md +312 -0
  111. package/design-systems/library/nvidia/DESIGN.md +296 -0
  112. package/design-systems/library/ollama/DESIGN.md +270 -0
  113. package/design-systems/library/openai/DESIGN.md +140 -0
  114. package/design-systems/library/opencode-ai/DESIGN.md +284 -0
  115. package/design-systems/library/pacman/DESIGN.md +71 -0
  116. package/design-systems/library/paper/DESIGN.md +71 -0
  117. package/design-systems/library/perspective/DESIGN.md +71 -0
  118. package/design-systems/library/pinterest/DESIGN.md +233 -0
  119. package/design-systems/library/playstation/DESIGN.md +367 -0
  120. package/design-systems/library/posthog/DESIGN.md +259 -0
  121. package/design-systems/library/premium/DESIGN.md +71 -0
  122. package/design-systems/library/professional/DESIGN.md +71 -0
  123. package/design-systems/library/publication/DESIGN.md +71 -0
  124. package/design-systems/library/raycast/DESIGN.md +271 -0
  125. package/design-systems/library/refined/DESIGN.md +71 -0
  126. package/design-systems/library/renault/DESIGN.md +314 -0
  127. package/design-systems/library/replicate/DESIGN.md +264 -0
  128. package/design-systems/library/resend/DESIGN.md +306 -0
  129. package/design-systems/library/retro/DESIGN.md +71 -0
  130. package/design-systems/library/revolut/DESIGN.md +188 -0
  131. package/design-systems/library/runwayml/DESIGN.md +247 -0
  132. package/design-systems/library/sanity/DESIGN.md +360 -0
  133. package/design-systems/library/sentry/DESIGN.md +265 -0
  134. package/design-systems/library/shadcn/DESIGN.md +71 -0
  135. package/design-systems/library/shopify/DESIGN.md +353 -0
  136. package/design-systems/library/simple/DESIGN.md +71 -0
  137. package/design-systems/library/skeumorphism/DESIGN.md +71 -0
  138. package/design-systems/library/sleek/DESIGN.md +71 -0
  139. package/design-systems/library/spacex/DESIGN.md +197 -0
  140. package/design-systems/library/spacious/DESIGN.md +71 -0
  141. package/design-systems/library/spotify/DESIGN.md +249 -0
  142. package/design-systems/library/starbucks/DESIGN.md +583 -0
  143. package/design-systems/library/storytelling/DESIGN.md +71 -0
  144. package/design-systems/library/stripe/DESIGN.md +325 -0
  145. package/design-systems/library/supabase/DESIGN.md +258 -0
  146. package/design-systems/library/superhuman/DESIGN.md +255 -0
  147. package/design-systems/library/tesla/DESIGN.md +289 -0
  148. package/design-systems/library/tetris/DESIGN.md +71 -0
  149. package/design-systems/library/theverge/DESIGN.md +342 -0
  150. package/design-systems/library/together-ai/DESIGN.md +266 -0
  151. package/design-systems/library/uber/DESIGN.md +298 -0
  152. package/design-systems/library/vercel/DESIGN.md +313 -0
  153. package/design-systems/library/vibrant/DESIGN.md +71 -0
  154. package/design-systems/library/vintage/DESIGN.md +71 -0
  155. package/design-systems/library/vodafone/DESIGN.md +426 -0
  156. package/design-systems/library/voltagent/DESIGN.md +326 -0
  157. package/design-systems/library/warm-editorial/DESIGN.md +65 -0
  158. package/design-systems/library/warp/DESIGN.md +256 -0
  159. package/design-systems/library/webflow/DESIGN.md +95 -0
  160. package/design-systems/library/wired/DESIGN.md +281 -0
  161. package/design-systems/library/wise/DESIGN.md +176 -0
  162. package/design-systems/library/x-ai/DESIGN.md +260 -0
  163. package/design-systems/library/xiaohongshu/DESIGN.md +402 -0
  164. package/design-systems/library/zapier/DESIGN.md +331 -0
  165. package/frameworks/adapter-protocol.md +66 -0
  166. package/frameworks/adapters/angular.md +48 -0
  167. package/frameworks/adapters/css-in-js.md +34 -0
  168. package/frameworks/adapters/flutter.md +53 -0
  169. package/frameworks/adapters/jetpack-compose.md +46 -0
  170. package/frameworks/adapters/react-native.md +53 -0
  171. package/frameworks/adapters/solid.md +39 -0
  172. package/frameworks/adapters/svelte.md +44 -0
  173. package/frameworks/adapters/vanilla-css.md +43 -0
  174. package/frameworks/adapters/vue.md +53 -0
  175. package/frameworks/adapters/web-components-lit.md +46 -0
  176. package/frameworks/nextjs.md +317 -0
  177. package/frameworks/react-tailwind.md +454 -0
  178. package/frameworks/swiftui.md +402 -0
  179. package/package.json +58 -0
  180. package/scripts/contrast.py +64 -0
  181. package/scripts/design_systems.py +94 -0
  182. package/scripts/scaffold_component.py +82 -0
  183. package/scripts/validate_tokens.py +110 -0
  184. package/taste/aesthetic-systems.md +292 -0
  185. package/taste/design-taste.md +119 -0
  186. package/taste/motion-choreography.md +74 -0
  187. package/tokens/blur.json +29 -0
  188. package/tokens/borders.json +76 -0
  189. package/tokens/breakpoints.json +81 -0
  190. package/tokens/colors.json +244 -0
  191. package/tokens/gradients.json +71 -0
  192. package/tokens/motion.json +136 -0
  193. package/tokens/opacity.json +45 -0
  194. package/tokens/shadows.json +100 -0
  195. package/tokens/sizing.json +38 -0
  196. package/tokens/spacing.json +78 -0
  197. package/tokens/states.json +40 -0
  198. package/tokens/theming.json +37 -0
  199. package/tokens/typography.json +210 -0
  200. package/workflows/design-review.md +167 -0
  201. package/workflows/design-to-code.md +218 -0
  202. package/workflows/prototyping.md +282 -0
  203. package/workflows/redesign-audit.md +56 -0
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: a11y-audit
3
+ description: Audit a UI or design against WCAG 2.2 AA/AAA and ARIA patterns, returning criterion-referenced findings with severity and specific fixes. Use when the user wants an accessibility check, contrast verification, keyboard/screen-reader review, or wants to confirm a component meets POUR.
4
+ ---
5
+
6
+ # Skill: Accessibility Audit
7
+
8
+ Evaluate against WCAG 2.2 and the project's ARIA patterns.
9
+
10
+ ## Steps
11
+ 1. Read `accessibility/wcag-checklist.md` (POUR-organized, P0/P1/P2) and `accessibility/aria-patterns.md`.
12
+ 2. Check the mandatory P0 set per component: keyboard navigable, focus visible (≥3:1), screen-reader name/role/state, contrast (4.5:1 text / 3:1 UI), target size ≥24×24, no color-only signaling.
13
+ 3. Verify WCAG 2.2 additions: Focus Not Obscured (2.4.11), Target Size (2.5.8), Accessible Authentication (3.3.8).
14
+ 4. **Contrast**: run `python3 scripts/contrast.py "<fg>" "<bg>"` for every questionable pair — report ratio + pass/fail.
15
+ 5. Check reduced-motion handling (`taste/motion-choreography.md`).
16
+
17
+ ## Output
18
+ A findings table: WCAG criterion (e.g. 1.4.3) · severity (P0/P1/P2) · what fails · specific fix. Confirm passes explicitly. Accessibility may never be traded for aesthetics.
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: apply-aesthetic
3
+ description: Apply a visual direction — an archetype (high-end agency, editorial minimal, brutalist, soft-SaaS, dark-tech) or one of 138 named design systems (apple, linear-app, stripe, vercel, notion, material, shadcn, spotify, tesla…) — by resolving it into the token system. Use when the user wants a specific look/vibe/brand feel, or asks to make a design feel premium/expensive/non-generic.
4
+ ---
5
+
6
+ # Skill: Apply Aesthetic
7
+
8
+ Choose and apply a design direction without breaking accessibility.
9
+
10
+ ## Steps
11
+ 1. Read the brief; infer audience, domain, tone (`taste/design-taste.md` → anti-slop doctrine + Variance Mandate).
12
+ 2. Pick a direction in `taste/aesthetic-systems.md`:
13
+ - An **archetype** (recipe mapped to our tokens), or
14
+ - A **named library system** — browse with `python3 scripts/design_systems.py list` (or `search <term>` / `show <name>`); specs live in `design-systems/library/<name>/DESIGN.md`.
15
+ 3. Apply the **Library Contract** (in `aesthetic-systems.md`): re-point `semantic.*` tokens to the chosen system's color roles; map typography/spacing/radius/shadow/motion to `tokens/*.json`.
16
+ 4. **Verify contrast** of every mapped color pair (`scripts/contrast.py` / `a11y-audit`). A brand value that fails must be adjusted — taste never overrides POUR.
17
+ 5. Add motion per `taste/motion-choreography.md`; run the pre-flight aesthetic check in `design-taste.md`.
18
+
19
+ ## Output
20
+ Updated/overridden semantic tokens + notes on type/space/motion, then render via `design-code`. Confirm the result passes both the aesthetic check and accessibility.
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: design-code
3
+ description: Generate production-ready, accessible, token-driven component code for ANY framework — React+Tailwind, Next.js, SwiftUI, Vue, Svelte, Angular, Solid, Web Components/Lit, React Native, Flutter, Jetpack Compose, vanilla CSS, or CSS-in-JS. Use when the user wants working UI code for a component or screen in a specific stack.
4
+ ---
5
+
6
+ # Skill: Design Code
7
+
8
+ Render components into a target framework via the adapter system.
9
+
10
+ ## Steps
11
+ 1. Identify the **target framework** + styling method from the request (or ask).
12
+ 2. Read `frameworks/adapter-protocol.md` (the universal contract: token resolution, component contract, styling, dark mode, motion + output rules).
13
+ 3. Load the concrete adapter:
14
+ - Full references: `frameworks/react-tailwind.md`, `frameworks/nextjs.md`, `frameworks/swiftui.md`.
15
+ - Concise adapters: `frameworks/adapters/{vue,svelte,angular,solid,web-components-lit,react-native,flutter,jetpack-compose,vanilla-css,css-in-js}.md`.
16
+ - **No file for the target?** Generate an adapter on the fly using the protocol's "author a new adapter" checklist.
17
+ 4. Pull the component spec from `components/*` and the ARIA pattern from `accessibility/aria-patterns.md`.
18
+ 5. Resolve all values to tokens (`tokens/*.json`); apply aesthetic direction if requested (`apply-aesthetic` skill).
19
+
20
+ ## Output rules (mandatory)
21
+ Use tokens (never hardcode) · include a11y on every interactive element · handle all applicable of the 8 states · support dark mode at the semantic layer · mobile-first · honor reduced motion · **deliver complete files, no placeholders** (`workflows/redesign-audit.md` → Output Completeness).
@@ -0,0 +1,19 @@
1
+ ---
2
+ name: design-component
3
+ description: Design a UI component spec to the house quality bar — anatomy, variants, sizes, the 8 states, token mapping, and accessibility. Use when the user wants to design or document a component (button, input, tabs, toast, combobox, date picker, modal, etc.) at the spec level before or alongside code. For generating framework code, use design-code.
4
+ ---
5
+
6
+ # Skill: Design Component
7
+
8
+ Produce a complete component specification matching the project format.
9
+
10
+ ## Steps
11
+ 1. Read `CLAUDE.md` → "Component Guidelines" (quality bar, the 8-state table) and "Atomic Design".
12
+ 2. Check if it already exists: `components/atoms.md`, `molecules.md`, `organisms.md`, `templates.md`, `navigation.md`, `feedback.md`, `forms-advanced.md`, `overlays.md`. Match the existing spec format.
13
+ 3. Pull the ARIA pattern from `accessibility/aria-patterns.md` and contrast/target rules from `accessibility/wcag-checklist.md`.
14
+ 4. Map every value to tokens (`tokens/*.json`) — sizes via `sizing.json`, states via `states.json`.
15
+ 5. Apply visual judgment from `taste/design-taste.md` (states, focus, no slop).
16
+ 6. Optional fast start: `python3 scripts/scaffold_component.py "<Name>"` to emit a stub, then fill it in.
17
+
18
+ ## Output
19
+ Spec with: anatomy diagram, variants table, sizes table, all 8 applicable states, token mapping, accessibility (role/keyboard/SR), and a note to render via `frameworks/adapter-protocol.md`.
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: design-review
3
+ description: Review or audit a design/UI across 6 weighted dimensions with Nielsen's 10 heuristics and a prioritized findings table. Use when the user wants a design critique, quality score, heuristic evaluation, or audit of an existing screen, page, or product before/after build.
4
+ ---
5
+
6
+ # Skill: Design Review
7
+
8
+ Run a structured, scored review.
9
+
10
+ ## Steps
11
+ 1. Read `workflows/design-review.md` (rubric, scoring guide, Nielsen heuristics, process).
12
+ 2. Gather context: the screen(s)/flow, target users, platform, constraints.
13
+ 3. Score the 6 dimensions (Visual Hierarchy 20%, Consistency 20%, Accessibility 20%, Usability 20%, Responsiveness 10%, Performance 10%); compute the weighted overall.
14
+ 4. Run the accessibility lens with `accessibility/wcag-checklist.md`; use `scripts/contrast.py` for any color-pair doubts.
15
+ 5. Check against the anti-slop tells in `taste/design-taste.md` (Banned Defaults checklist).
16
+ 6. Apply Nielsen's 10 heuristics; flag violations by number.
17
+
18
+ ## Output
19
+ - The 6-dimension scored table + overall score.
20
+ - A prioritized findings table: # · Severity (Critical → Major → Minor → Enhancement) · Finding · Recommendation.
21
+ - Concrete, token-referenced fixes.
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: design-tokens
3
+ description: Generate, extend, or audit design tokens in DTCG format with the 3-tier architecture (primitive → semantic → component). Use when the user wants a color palette, type scale, spacing/shadow/radius/motion tokens, multi-brand theming, or wants to validate token files. Covers colors, typography, spacing, shadows, borders, breakpoints, motion, gradients, opacity, blur, sizing, states, theming.
4
+ ---
5
+
6
+ # Skill: Design Tokens
7
+
8
+ Produce and maintain DTCG (`$type`/`$value`) tokens following the project's 3-tier system.
9
+
10
+ ## Steps
11
+ 1. Read `CLAUDE.md` → "Token System" + "Color/Typography/Spacing Guidelines" for the rules (4px base, Major Third scale, OKLCH palette generation, dark-mode-at-semantic-layer).
12
+ 2. Read the relevant existing files in `tokens/` to match structure: `colors.json`, `typography.json`, `spacing.json`, `shadows.json`, `borders.json`, `breakpoints.json`, `motion.json`, `gradients.json`, `opacity.json`, `blur.json`, `sizing.json`, `states.json`, `theming.json`.
13
+ 3. Generate/extend tokens:
14
+ - Primitives = raw values (never used directly). Semantic = purpose aliases. Component = component-scoped.
15
+ - New palettes: generate 11 OKLCH shades; verify 500 ≥ 4.5:1 on white (text), 600 ≥ 3:1 (UI) using the `a11y-audit` skill / `scripts/contrast.py`.
16
+ - Multi-brand/density → `theming.json`.
17
+ 4. **Validate**: run `python3 scripts/validate_tokens.py` (JSON validity + alias resolution).
18
+
19
+ ## Output
20
+ DTCG JSON. Preserve `$description` on every token. Reference, never hardcode.
@@ -0,0 +1,20 @@
1
+ ---
2
+ name: migrate-design-system
3
+ description: Map this token system to or from any external design system (Material Design 3, Apple HIG, Fluent, Carbon, Ant, shadcn/ui, Radix, Chakra, Mantine, Bootstrap…) — adopt their look, build on their stack, or migrate between systems. Use when the user mentions interop, migration, or a specific design-system/component-library bridge.
4
+ ---
5
+
6
+ # Skill: Migrate / Interop Design System
7
+
8
+ Bridge to or from external design systems via a role-based crosswalk.
9
+
10
+ ## Steps
11
+ 1. Read `design-systems/interop-protocol.md` (Crosswalk Method, the three directions, headless-vs-styled guidance, verification).
12
+ 2. Use the curated tables in `design-systems/crosswalk.md` for Material 3 / Apple HIG / Fluent 2 / Carbon / shadcn/ui / Radix. For others, derive a mapping with the Crosswalk Method (map by role/intent across 6 axes: color roles, type scale, spacing unit, radius, elevation, motion).
13
+ 3. Choose the direction:
14
+ - **FROM** external → our tokens (adopt their look): re-point `semantic.*`.
15
+ - **TO** external stack (our components on their foundation): theme their primitives with our tokens.
16
+ - **Migrate**: Audit → Map → Bridge (alias layer) → Verify, screen by screen.
17
+ 4. **Verify** every mapped color pair for contrast (`scripts/contrast.py` / `a11y-audit`); confirm all 8 states + dark mode survive the mapping.
18
+
19
+ ## Output
20
+ A crosswalk table (our token → their token → value note), a bridge plan if migrating, and verified token overrides. Render via `design-code`.
@@ -0,0 +1,19 @@
1
+ ---
2
+ name: prototype
3
+ description: Move an idea up the fidelity ladder (content-first → wireframe → low-fi → high-fi → code) with a validation plan at each level, plus user-journey mapping and usability-testing scripts. Use when the user wants to prototype, wireframe, map a user flow, or plan/run usability testing.
4
+ ---
5
+
6
+ # Skill: Prototype & Research
7
+
8
+ Guide work through the right fidelity level with validation.
9
+
10
+ ## Steps
11
+ 1. Read `workflows/prototyping.md` (5-level fidelity ladder, journey mapping template, usability-testing script, sample data).
12
+ 2. Identify the current need and pick the **lowest** fidelity that answers it — never skip levels:
13
+ - Content-first (info needs) → Wireframe (layout/nav) → Low-fi (task completion) → High-fi (visual/a11y) → Code (feasibility/perf).
14
+ 3. For flows: produce a user-journey map with decision points, error paths, and edge cases.
15
+ 4. For validation: define the usability test (tasks, success criteria, 5-user rule) using the script.
16
+ 5. High-fi/code steps pull tokens (`tokens/*`), components (`components/*`), taste (`taste/*`), and a11y (`accessibility/*`).
17
+
18
+ ## Output
19
+ The artifact at the chosen fidelity + an explicit "what we validate next" plan.
@@ -0,0 +1,19 @@
1
+ ---
2
+ name: redesign
3
+ description: Upgrade an existing website or app to premium quality without breaking functionality — audit the current design, identify generic/AI tells, then apply taste and system rules surgically. Use when the user wants to improve, modernize, polish, or "make better" an existing UI/codebase.
4
+ ---
5
+
6
+ # Skill: Redesign & Audit
7
+
8
+ Audit-first redesign that preserves behavior.
9
+
10
+ ## Steps
11
+ 1. Read `workflows/redesign-audit.md` (the full Scan → Diagnose → Direct → Apply → Verify sequence + Output Completeness).
12
+ 2. **Scan** the codebase: framework, styling method (→ route to the matching `frameworks/` adapter), token reality, components, what must be preserved.
13
+ 3. **Diagnose** with the Banned Defaults checklist (`taste/design-taste.md`) + the review rubric (`design-review` skill). Produce a prioritized findings table.
14
+ 4. **Direct**: choose an archetype/system (`apply-aesthetic` skill) that fits the brand.
15
+ 5. **Apply** in order — tokens first, then typography/spacing, then component states, then motion — without changing routes/data/markup semantics (except a11y fixes).
16
+ 6. **Verify**: re-run `design-review` + `a11y-audit`; smoke-test every previously working flow; dark mode + responsive spot-check.
17
+
18
+ ## Guardrails
19
+ Never sacrifice a working feature for aesthetics. Never ship a brand color that fails contrast. Never remove existing accessibility affordances. Deliver complete files — no placeholders.
@@ -0,0 +1,21 @@
1
+ ---
2
+ name: ux-writing
3
+ description: Write or review UI copy — buttons, errors, empty states, microcopy, notifications, labels — using the voice & tone system (clear, concise, useful, human, honest) with the what→why→how error formula and inclusive-language rules. Use when the user needs interface copy, error messages, empty-state text, or a copy review.
4
+ ---
5
+
6
+ # Skill: UX Writing
7
+
8
+ Produce or critique interface copy in the project's voice.
9
+
10
+ ## Steps
11
+ 1. Read `content/voice-tone.md` (voice principles, tone spectrum, formulas, microcopy patterns, inclusive language, pre-ship checklist).
12
+ 2. Match tone to the user's emotional state (onboarding/success/routine/error/destructive). Higher stress → plainer language.
13
+ 3. Apply the formulas:
14
+ - Buttons: frontload the verb, name the outcome.
15
+ - Errors: what happened → why → how to fix (no dead ends, no codes/stack traces).
16
+ - Empty states: value → first action.
17
+ 4. Enforce mechanics: sentence case, no ALL CAPS, numerals, no blame on the user, labels (not placeholders), no directional/color-only instructions.
18
+ 5. Run the 10-item pre-ship copy checklist.
19
+
20
+ ## Output
21
+ Final copy (or a redline review) that reads naturally aloud and passes the checklist. Keep within any character limits for tight UI.