From 7670d1325ac731d6aa0190b003c1b8482dd0f619 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Fri, 10 Apr 2026 11:18:06 -0700 Subject: [PATCH] Show actual skills version, not CLI version; normalize version for hash - Build system now injects skills version (from plugin.json) into every SKILL.md frontmatter as a version field - CLI reads the version from the local impeccable SKILL.md and displays it in check/update output - Hash comparison normalizes the version field (so a version bump alone doesn't trigger a full re-download) - Removed misleading CLI version display from skills commands CLI bumped to v2.1.5. Co-Authored-By: Claude Opus 4.6 (1M context) --- .agents/skills/adapt/SKILL.md | 1 + .agents/skills/animate/SKILL.md | 1 + .agents/skills/audit/SKILL.md | 1 + .agents/skills/bolder/SKILL.md | 1 + .agents/skills/clarify/SKILL.md | 1 + .agents/skills/colorize/SKILL.md | 1 + .agents/skills/critique/SKILL.md | 1 + .agents/skills/delight/SKILL.md | 1 + .agents/skills/distill/SKILL.md | 1 + .agents/skills/harden/SKILL.md | 1 + .agents/skills/impeccable/SKILL.md | 1 + .agents/skills/layout/SKILL.md | 1 + .agents/skills/optimize/SKILL.md | 1 + .agents/skills/overdrive/SKILL.md | 1 + .agents/skills/polish/SKILL.md | 1 + .agents/skills/quieter/SKILL.md | 1 + .agents/skills/shape/SKILL.md | 1 + .agents/skills/typeset/SKILL.md | 1 + .claude/skills/adapt/SKILL.md | 1 + .claude/skills/animate/SKILL.md | 1 + .claude/skills/audit/SKILL.md | 1 + .claude/skills/bolder/SKILL.md | 1 + .claude/skills/clarify/SKILL.md | 1 + .claude/skills/colorize/SKILL.md | 1 + .claude/skills/critique/SKILL.md | 1 + .claude/skills/delight/SKILL.md | 1 + .claude/skills/distill/SKILL.md | 1 + .claude/skills/harden/SKILL.md | 1 + .claude/skills/impeccable/SKILL.md | 1 + .claude/skills/layout/SKILL.md | 1 + .claude/skills/optimize/SKILL.md | 1 + .claude/skills/overdrive/SKILL.md | 1 + .claude/skills/polish/SKILL.md | 1 + .claude/skills/quieter/SKILL.md | 1 + .claude/skills/shape/SKILL.md | 1 + .claude/skills/typeset/SKILL.md | 1 + .codex/skills/adapt/SKILL.md | 1 + .codex/skills/animate/SKILL.md | 1 + .codex/skills/audit/SKILL.md | 1 + .codex/skills/bolder/SKILL.md | 1 + .codex/skills/clarify/SKILL.md | 1 + .codex/skills/colorize/SKILL.md | 1 + .codex/skills/critique/SKILL.md | 1 + .codex/skills/delight/SKILL.md | 1 + .codex/skills/distill/SKILL.md | 1 + .codex/skills/harden/SKILL.md | 1 + .codex/skills/impeccable/SKILL.md | 1 + .codex/skills/layout/SKILL.md | 1 + .codex/skills/optimize/SKILL.md | 1 + .codex/skills/overdrive/SKILL.md | 1 + .codex/skills/polish/SKILL.md | 1 + .codex/skills/quieter/SKILL.md | 1 + .codex/skills/shape/SKILL.md | 1 + .codex/skills/typeset/SKILL.md | 1 + .cursor/skills/adapt/SKILL.md | 1 + .cursor/skills/animate/SKILL.md | 1 + .cursor/skills/audit/SKILL.md | 1 + .cursor/skills/bolder/SKILL.md | 1 + .cursor/skills/clarify/SKILL.md | 1 + .cursor/skills/colorize/SKILL.md | 1 + .cursor/skills/critique/SKILL.md | 1 + .cursor/skills/delight/SKILL.md | 1 + .cursor/skills/distill/SKILL.md | 1 + .cursor/skills/harden/SKILL.md | 1 + .cursor/skills/impeccable/SKILL.md | 1 + .cursor/skills/layout/SKILL.md | 1 + .cursor/skills/optimize/SKILL.md | 1 + .cursor/skills/overdrive/SKILL.md | 1 + .cursor/skills/polish/SKILL.md | 1 + .cursor/skills/quieter/SKILL.md | 1 + .cursor/skills/shape/SKILL.md | 1 + .cursor/skills/typeset/SKILL.md | 1 + .gemini/skills/adapt/SKILL.md | 1 + .gemini/skills/animate/SKILL.md | 1 + .gemini/skills/audit/SKILL.md | 1 + .gemini/skills/bolder/SKILL.md | 1 + .gemini/skills/clarify/SKILL.md | 1 + .gemini/skills/colorize/SKILL.md | 1 + .gemini/skills/critique/SKILL.md | 1 + .gemini/skills/delight/SKILL.md | 1 + .gemini/skills/distill/SKILL.md | 1 + .gemini/skills/harden/SKILL.md | 1 + .gemini/skills/impeccable/SKILL.md | 1 + .gemini/skills/layout/SKILL.md | 1 + .gemini/skills/optimize/SKILL.md | 1 + .gemini/skills/overdrive/SKILL.md | 1 + .gemini/skills/polish/SKILL.md | 1 + .gemini/skills/quieter/SKILL.md | 1 + .gemini/skills/shape/SKILL.md | 1 + .gemini/skills/typeset/SKILL.md | 1 + .kiro/skills/adapt/SKILL.md | 1 + .kiro/skills/animate/SKILL.md | 1 + .kiro/skills/audit/SKILL.md | 1 + .kiro/skills/bolder/SKILL.md | 1 + .kiro/skills/clarify/SKILL.md | 1 + .kiro/skills/colorize/SKILL.md | 1 + .kiro/skills/critique/SKILL.md | 1 + .kiro/skills/delight/SKILL.md | 1 + .kiro/skills/distill/SKILL.md | 1 + .kiro/skills/harden/SKILL.md | 1 + .kiro/skills/impeccable/SKILL.md | 1 + .kiro/skills/layout/SKILL.md | 1 + .kiro/skills/optimize/SKILL.md | 1 + .kiro/skills/overdrive/SKILL.md | 1 + .kiro/skills/polish/SKILL.md | 1 + .kiro/skills/quieter/SKILL.md | 1 + .kiro/skills/shape/SKILL.md | 1 + .kiro/skills/typeset/SKILL.md | 1 + .opencode/skills/adapt/SKILL.md | 1 + .opencode/skills/animate/SKILL.md | 1 + .opencode/skills/audit/SKILL.md | 1 + .opencode/skills/bolder/SKILL.md | 1 + .opencode/skills/clarify/SKILL.md | 1 + .opencode/skills/colorize/SKILL.md | 1 + .opencode/skills/critique/SKILL.md | 1 + .opencode/skills/delight/SKILL.md | 1 + .opencode/skills/distill/SKILL.md | 1 + .opencode/skills/harden/SKILL.md | 1 + .opencode/skills/impeccable/SKILL.md | 1 + .opencode/skills/layout/SKILL.md | 1 + .opencode/skills/optimize/SKILL.md | 1 + .opencode/skills/overdrive/SKILL.md | 1 + .opencode/skills/polish/SKILL.md | 1 + .opencode/skills/quieter/SKILL.md | 1 + .opencode/skills/shape/SKILL.md | 1 + .opencode/skills/typeset/SKILL.md | 1 + .pi/skills/adapt/SKILL.md | 1 + .pi/skills/animate/SKILL.md | 1 + .pi/skills/audit/SKILL.md | 1 + .pi/skills/bolder/SKILL.md | 1 + .pi/skills/clarify/SKILL.md | 1 + .pi/skills/colorize/SKILL.md | 1 + .pi/skills/critique/SKILL.md | 1 + .pi/skills/delight/SKILL.md | 1 + .pi/skills/distill/SKILL.md | 1 + .pi/skills/harden/SKILL.md | 1 + .pi/skills/impeccable/SKILL.md | 1 + .pi/skills/layout/SKILL.md | 1 + .pi/skills/optimize/SKILL.md | 1 + .pi/skills/overdrive/SKILL.md | 1 + .pi/skills/polish/SKILL.md | 1 + .pi/skills/quieter/SKILL.md | 1 + .pi/skills/shape/SKILL.md | 1 + .pi/skills/typeset/SKILL.md | 1 + .rovodev/skills/adapt/SKILL.md | 1 + .rovodev/skills/animate/SKILL.md | 1 + .rovodev/skills/audit/SKILL.md | 1 + .rovodev/skills/bolder/SKILL.md | 1 + .rovodev/skills/clarify/SKILL.md | 1 + .rovodev/skills/colorize/SKILL.md | 1 + .rovodev/skills/critique/SKILL.md | 1 + .rovodev/skills/delight/SKILL.md | 1 + .rovodev/skills/distill/SKILL.md | 1 + .rovodev/skills/harden/SKILL.md | 1 + .rovodev/skills/impeccable/SKILL.md | 1 + .rovodev/skills/layout/SKILL.md | 1 + .rovodev/skills/optimize/SKILL.md | 1 + .rovodev/skills/overdrive/SKILL.md | 1 + .rovodev/skills/polish/SKILL.md | 1 + .rovodev/skills/quieter/SKILL.md | 1 + .rovodev/skills/shape/SKILL.md | 1 + .rovodev/skills/typeset/SKILL.md | 1 + .trae-cn/skills/adapt/SKILL.md | 1 + .trae-cn/skills/animate/SKILL.md | 1 + .trae-cn/skills/audit/SKILL.md | 1 + .trae-cn/skills/bolder/SKILL.md | 1 + .trae-cn/skills/clarify/SKILL.md | 1 + .trae-cn/skills/colorize/SKILL.md | 1 + .trae-cn/skills/critique/SKILL.md | 1 + .trae-cn/skills/delight/SKILL.md | 1 + .trae-cn/skills/distill/SKILL.md | 1 + .trae-cn/skills/harden/SKILL.md | 1 + .trae-cn/skills/impeccable/SKILL.md | 1 + .trae-cn/skills/layout/SKILL.md | 1 + .trae-cn/skills/optimize/SKILL.md | 1 + .trae-cn/skills/overdrive/SKILL.md | 1 + .trae-cn/skills/polish/SKILL.md | 1 + .trae-cn/skills/quieter/SKILL.md | 1 + .trae-cn/skills/shape/SKILL.md | 1 + .trae-cn/skills/typeset/SKILL.md | 1 + .trae/skills/adapt/SKILL.md | 1 + .trae/skills/animate/SKILL.md | 1 + .trae/skills/audit/SKILL.md | 1 + .trae/skills/bolder/SKILL.md | 1 + .trae/skills/clarify/SKILL.md | 1 + .trae/skills/colorize/SKILL.md | 1 + .trae/skills/critique/SKILL.md | 1 + .trae/skills/delight/SKILL.md | 1 + .trae/skills/distill/SKILL.md | 1 + .trae/skills/harden/SKILL.md | 1 + .trae/skills/impeccable/SKILL.md | 1 + .trae/skills/layout/SKILL.md | 1 + .trae/skills/optimize/SKILL.md | 1 + .trae/skills/overdrive/SKILL.md | 1 + .trae/skills/polish/SKILL.md | 1 + .trae/skills/quieter/SKILL.md | 1 + .trae/skills/shape/SKILL.md | 1 + .trae/skills/typeset/SKILL.md | 1 + bin/commands/skills.mjs | 48 ++++++++++++---------------- package.json | 2 +- scripts/build.js | 8 +++-- scripts/lib/transformers/factory.js | 3 +- 202 files changed, 228 insertions(+), 31 deletions(-) diff --git a/.agents/skills/adapt/SKILL.md b/.agents/skills/adapt/SKILL.md index 537c15b32..21a424162 100644 --- a/.agents/skills/adapt/SKILL.md +++ b/.agents/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 user-invocable: true argument-hint: "[target] [context (mobile, tablet, print...)]" --- diff --git a/.agents/skills/animate/SKILL.md b/.agents/skills/animate/SKILL.md index a28332e96..89933bfb5 100644 --- a/.agents/skills/animate/SKILL.md +++ b/.agents/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/audit/SKILL.md b/.agents/skills/audit/SKILL.md index 1bbcb2693..ea30301c1 100644 --- a/.agents/skills/audit/SKILL.md +++ b/.agents/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" --- diff --git a/.agents/skills/bolder/SKILL.md b/.agents/skills/bolder/SKILL.md index 94c6dc8f2..e80f55ed1 100644 --- a/.agents/skills/bolder/SKILL.md +++ b/.agents/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/clarify/SKILL.md b/.agents/skills/clarify/SKILL.md index 0ee5eb997..f0013b2cf 100644 --- a/.agents/skills/clarify/SKILL.md +++ b/.agents/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/colorize/SKILL.md b/.agents/skills/colorize/SKILL.md index 726dfaca0..76075804f 100644 --- a/.agents/skills/colorize/SKILL.md +++ b/.agents/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/critique/SKILL.md b/.agents/skills/critique/SKILL.md index 080a2b594..a827f2241 100644 --- a/.agents/skills/critique/SKILL.md +++ b/.agents/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" --- diff --git a/.agents/skills/delight/SKILL.md b/.agents/skills/delight/SKILL.md index 161a4b2b4..fedebff9c 100644 --- a/.agents/skills/delight/SKILL.md +++ b/.agents/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/distill/SKILL.md b/.agents/skills/distill/SKILL.md index fbe16f3e8..f3f721c99 100644 --- a/.agents/skills/distill/SKILL.md +++ b/.agents/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/harden/SKILL.md b/.agents/skills/harden/SKILL.md index 95c9d6366..31b996fa8 100644 --- a/.agents/skills/harden/SKILL.md +++ b/.agents/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/impeccable/SKILL.md b/.agents/skills/impeccable/SKILL.md index 0797d8a3f..bc4574d35 100644 --- a/.agents/skills/impeccable/SKILL.md +++ b/.agents/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 user-invocable: true argument-hint: "[craft|teach|extract]" license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. diff --git a/.agents/skills/layout/SKILL.md b/.agents/skills/layout/SKILL.md index 5567238e9..6e532e38a 100644 --- a/.agents/skills/layout/SKILL.md +++ b/.agents/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/optimize/SKILL.md b/.agents/skills/optimize/SKILL.md index 5315a8d06..d562cc53d 100644 --- a/.agents/skills/optimize/SKILL.md +++ b/.agents/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/overdrive/SKILL.md b/.agents/skills/overdrive/SKILL.md index a389e6346..862a4c9c4 100644 --- a/.agents/skills/overdrive/SKILL.md +++ b/.agents/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/polish/SKILL.md b/.agents/skills/polish/SKILL.md index b44930c4e..360b367f1 100644 --- a/.agents/skills/polish/SKILL.md +++ b/.agents/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/quieter/SKILL.md b/.agents/skills/quieter/SKILL.md index 314f574be..373ae6869 100644 --- a/.agents/skills/quieter/SKILL.md +++ b/.agents/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.agents/skills/shape/SKILL.md b/.agents/skills/shape/SKILL.md index 1d8652aa9..7e83008b5 100644 --- a/.agents/skills/shape/SKILL.md +++ b/.agents/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 user-invocable: true argument-hint: "[feature to shape]" --- diff --git a/.agents/skills/typeset/SKILL.md b/.agents/skills/typeset/SKILL.md index 9d89fafad..166d4b741 100644 --- a/.agents/skills/typeset/SKILL.md +++ b/.agents/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/adapt/SKILL.md b/.claude/skills/adapt/SKILL.md index 537c15b32..21a424162 100644 --- a/.claude/skills/adapt/SKILL.md +++ b/.claude/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 user-invocable: true argument-hint: "[target] [context (mobile, tablet, print...)]" --- diff --git a/.claude/skills/animate/SKILL.md b/.claude/skills/animate/SKILL.md index e1e6b6294..a3b21a220 100644 --- a/.claude/skills/animate/SKILL.md +++ b/.claude/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/audit/SKILL.md b/.claude/skills/audit/SKILL.md index 1bbcb2693..ea30301c1 100644 --- a/.claude/skills/audit/SKILL.md +++ b/.claude/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" --- diff --git a/.claude/skills/bolder/SKILL.md b/.claude/skills/bolder/SKILL.md index b36ede85a..2e15db324 100644 --- a/.claude/skills/bolder/SKILL.md +++ b/.claude/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/clarify/SKILL.md b/.claude/skills/clarify/SKILL.md index 0ee5eb997..f0013b2cf 100644 --- a/.claude/skills/clarify/SKILL.md +++ b/.claude/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/colorize/SKILL.md b/.claude/skills/colorize/SKILL.md index a2d4a157a..5b4e961de 100644 --- a/.claude/skills/colorize/SKILL.md +++ b/.claude/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/critique/SKILL.md b/.claude/skills/critique/SKILL.md index 4e16e45ac..f0c2d92d0 100644 --- a/.claude/skills/critique/SKILL.md +++ b/.claude/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" allowed-tools: diff --git a/.claude/skills/delight/SKILL.md b/.claude/skills/delight/SKILL.md index c5d27b03f..441102c72 100644 --- a/.claude/skills/delight/SKILL.md +++ b/.claude/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/distill/SKILL.md b/.claude/skills/distill/SKILL.md index 343f8a998..765d01437 100644 --- a/.claude/skills/distill/SKILL.md +++ b/.claude/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/harden/SKILL.md b/.claude/skills/harden/SKILL.md index 95c9d6366..31b996fa8 100644 --- a/.claude/skills/harden/SKILL.md +++ b/.claude/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/impeccable/SKILL.md b/.claude/skills/impeccable/SKILL.md index 0c66f7f33..18ecca274 100644 --- a/.claude/skills/impeccable/SKILL.md +++ b/.claude/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 user-invocable: true argument-hint: "[craft|teach|extract]" license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. diff --git a/.claude/skills/layout/SKILL.md b/.claude/skills/layout/SKILL.md index 5567238e9..6e532e38a 100644 --- a/.claude/skills/layout/SKILL.md +++ b/.claude/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/optimize/SKILL.md b/.claude/skills/optimize/SKILL.md index 5315a8d06..d562cc53d 100644 --- a/.claude/skills/optimize/SKILL.md +++ b/.claude/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/overdrive/SKILL.md b/.claude/skills/overdrive/SKILL.md index fc66051a7..a2cfe05a5 100644 --- a/.claude/skills/overdrive/SKILL.md +++ b/.claude/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/polish/SKILL.md b/.claude/skills/polish/SKILL.md index b44930c4e..360b367f1 100644 --- a/.claude/skills/polish/SKILL.md +++ b/.claude/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/quieter/SKILL.md b/.claude/skills/quieter/SKILL.md index c969932a4..a2457d65a 100644 --- a/.claude/skills/quieter/SKILL.md +++ b/.claude/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.claude/skills/shape/SKILL.md b/.claude/skills/shape/SKILL.md index c8937bec6..4bcfbc3b6 100644 --- a/.claude/skills/shape/SKILL.md +++ b/.claude/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 user-invocable: true argument-hint: "[feature to shape]" --- diff --git a/.claude/skills/typeset/SKILL.md b/.claude/skills/typeset/SKILL.md index 9d89fafad..166d4b741 100644 --- a/.claude/skills/typeset/SKILL.md +++ b/.claude/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.codex/skills/adapt/SKILL.md b/.codex/skills/adapt/SKILL.md index 9c40f3e32..152d607b5 100644 --- a/.codex/skills/adapt/SKILL.md +++ b/.codex/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 argument-hint: "[target] [context (mobile, tablet, print...)]" --- diff --git a/.codex/skills/animate/SKILL.md b/.codex/skills/animate/SKILL.md index f7bd6667e..d2888c25a 100644 --- a/.codex/skills/animate/SKILL.md +++ b/.codex/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/audit/SKILL.md b/.codex/skills/audit/SKILL.md index 93ff9299b..84a55b188 100644 --- a/.codex/skills/audit/SKILL.md +++ b/.codex/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 argument-hint: "[area (feature, page, component...)]" --- diff --git a/.codex/skills/bolder/SKILL.md b/.codex/skills/bolder/SKILL.md index ae89f5a71..e77f88117 100644 --- a/.codex/skills/bolder/SKILL.md +++ b/.codex/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/clarify/SKILL.md b/.codex/skills/clarify/SKILL.md index ded306f81..57d0aa6b0 100644 --- a/.codex/skills/clarify/SKILL.md +++ b/.codex/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/colorize/SKILL.md b/.codex/skills/colorize/SKILL.md index a71749893..c9f743ced 100644 --- a/.codex/skills/colorize/SKILL.md +++ b/.codex/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/critique/SKILL.md b/.codex/skills/critique/SKILL.md index ab58c2f6d..185049999 100644 --- a/.codex/skills/critique/SKILL.md +++ b/.codex/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 argument-hint: "[area (feature, page, component...)]" --- diff --git a/.codex/skills/delight/SKILL.md b/.codex/skills/delight/SKILL.md index 1f7a5baf6..01638978d 100644 --- a/.codex/skills/delight/SKILL.md +++ b/.codex/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/distill/SKILL.md b/.codex/skills/distill/SKILL.md index ac0b8f0d8..8cb1d40e2 100644 --- a/.codex/skills/distill/SKILL.md +++ b/.codex/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/harden/SKILL.md b/.codex/skills/harden/SKILL.md index 8b33ede31..ccfa6f644 100644 --- a/.codex/skills/harden/SKILL.md +++ b/.codex/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/impeccable/SKILL.md b/.codex/skills/impeccable/SKILL.md index b5960d208..6dd46e1b6 100644 --- a/.codex/skills/impeccable/SKILL.md +++ b/.codex/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 argument-hint: "[craft|teach|extract]" license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. --- diff --git a/.codex/skills/layout/SKILL.md b/.codex/skills/layout/SKILL.md index 3122feba6..0e212c0b6 100644 --- a/.codex/skills/layout/SKILL.md +++ b/.codex/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/optimize/SKILL.md b/.codex/skills/optimize/SKILL.md index 96916805a..a9ec152d4 100644 --- a/.codex/skills/optimize/SKILL.md +++ b/.codex/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/overdrive/SKILL.md b/.codex/skills/overdrive/SKILL.md index d17acdd93..c63cbb867 100644 --- a/.codex/skills/overdrive/SKILL.md +++ b/.codex/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/polish/SKILL.md b/.codex/skills/polish/SKILL.md index b47c8c44d..47fe1199e 100644 --- a/.codex/skills/polish/SKILL.md +++ b/.codex/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/quieter/SKILL.md b/.codex/skills/quieter/SKILL.md index 497e91e8a..b01b87eb5 100644 --- a/.codex/skills/quieter/SKILL.md +++ b/.codex/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.codex/skills/shape/SKILL.md b/.codex/skills/shape/SKILL.md index ee0911498..3e747afc2 100644 --- a/.codex/skills/shape/SKILL.md +++ b/.codex/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 argument-hint: "[feature to shape]" --- diff --git a/.codex/skills/typeset/SKILL.md b/.codex/skills/typeset/SKILL.md index 53ff177c8..3a371d1c2 100644 --- a/.codex/skills/typeset/SKILL.md +++ b/.codex/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 argument-hint: "[target]" --- diff --git a/.cursor/skills/adapt/SKILL.md b/.cursor/skills/adapt/SKILL.md index a6de081bf..35b00e3f9 100644 --- a/.cursor/skills/adapt/SKILL.md +++ b/.cursor/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 --- Adapt existing designs to work effectively across different contexts - different screen sizes, devices, platforms, or use cases. diff --git a/.cursor/skills/animate/SKILL.md b/.cursor/skills/animate/SKILL.md index 21cb29942..02294bc19 100644 --- a/.cursor/skills/animate/SKILL.md +++ b/.cursor/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 --- Analyze a feature and strategically add animations and micro-interactions that enhance understanding, provide feedback, and create delight. diff --git a/.cursor/skills/audit/SKILL.md b/.cursor/skills/audit/SKILL.md index 435c65c96..7fddc7b21 100644 --- a/.cursor/skills/audit/SKILL.md +++ b/.cursor/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.cursor/skills/bolder/SKILL.md b/.cursor/skills/bolder/SKILL.md index 281f9d2a4..e276b4d0b 100644 --- a/.cursor/skills/bolder/SKILL.md +++ b/.cursor/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 --- Increase visual impact and personality in designs that are too safe, generic, or visually underwhelming, creating more engaging and memorable experiences. diff --git a/.cursor/skills/clarify/SKILL.md b/.cursor/skills/clarify/SKILL.md index 23e6b330c..468541090 100644 --- a/.cursor/skills/clarify/SKILL.md +++ b/.cursor/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 --- Identify and improve unclear, confusing, or poorly written interface text to make the product easier to understand and use. diff --git a/.cursor/skills/colorize/SKILL.md b/.cursor/skills/colorize/SKILL.md index 7dea7b6c4..509a71c06 100644 --- a/.cursor/skills/colorize/SKILL.md +++ b/.cursor/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 --- Strategically introduce color to designs that are too monochromatic, gray, or lacking in visual warmth and personality. diff --git a/.cursor/skills/critique/SKILL.md b/.cursor/skills/critique/SKILL.md index 06f7f1206..addaa3224 100644 --- a/.cursor/skills/critique/SKILL.md +++ b/.cursor/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 --- ## STEPS diff --git a/.cursor/skills/delight/SKILL.md b/.cursor/skills/delight/SKILL.md index 71b990589..f323738dd 100644 --- a/.cursor/skills/delight/SKILL.md +++ b/.cursor/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 --- Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences. diff --git a/.cursor/skills/distill/SKILL.md b/.cursor/skills/distill/SKILL.md index 8ee7f4d38..e462d1c27 100644 --- a/.cursor/skills/distill/SKILL.md +++ b/.cursor/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 --- Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification. diff --git a/.cursor/skills/harden/SKILL.md b/.cursor/skills/harden/SKILL.md index 8c7d14b8c..78eaa9881 100644 --- a/.cursor/skills/harden/SKILL.md +++ b/.cursor/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 --- Strengthen interfaces against edge cases, errors, internationalization issues, and real-world usage scenarios that break idealized designs. diff --git a/.cursor/skills/impeccable/SKILL.md b/.cursor/skills/impeccable/SKILL.md index a556bd2d9..8893bb42a 100644 --- a/.cursor/skills/impeccable/SKILL.md +++ b/.cursor/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. --- diff --git a/.cursor/skills/layout/SKILL.md b/.cursor/skills/layout/SKILL.md index 7a1a082af..e3355c314 100644 --- a/.cursor/skills/layout/SKILL.md +++ b/.cursor/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 --- Assess and improve layout and spacing that feels monotonous, crowded, or structurally weak — turning generic arrangements into intentional, rhythmic compositions. diff --git a/.cursor/skills/optimize/SKILL.md b/.cursor/skills/optimize/SKILL.md index 837bb13c8..6d82e1265 100644 --- a/.cursor/skills/optimize/SKILL.md +++ b/.cursor/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 --- Identify and fix performance issues to create faster, smoother user experiences. diff --git a/.cursor/skills/overdrive/SKILL.md b/.cursor/skills/overdrive/SKILL.md index 77c16f661..11bd0f4a8 100644 --- a/.cursor/skills/overdrive/SKILL.md +++ b/.cursor/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 --- Start your response with: diff --git a/.cursor/skills/polish/SKILL.md b/.cursor/skills/polish/SKILL.md index 228625d44..4c84dc128 100644 --- a/.cursor/skills/polish/SKILL.md +++ b/.cursor/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.cursor/skills/quieter/SKILL.md b/.cursor/skills/quieter/SKILL.md index 0fad7086c..ca17da694 100644 --- a/.cursor/skills/quieter/SKILL.md +++ b/.cursor/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 --- Reduce visual intensity in designs that are too bold, aggressive, or overstimulating, creating a more refined and approachable aesthetic without losing effectiveness. diff --git a/.cursor/skills/shape/SKILL.md b/.cursor/skills/shape/SKILL.md index 4f97f8b9a..6a94ee74c 100644 --- a/.cursor/skills/shape/SKILL.md +++ b/.cursor/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.cursor/skills/typeset/SKILL.md b/.cursor/skills/typeset/SKILL.md index d534c5002..a5fff11a8 100644 --- a/.cursor/skills/typeset/SKILL.md +++ b/.cursor/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 --- Assess and improve typography that feels generic, inconsistent, or poorly structured — turning default-looking text into intentional, well-crafted type. diff --git a/.gemini/skills/adapt/SKILL.md b/.gemini/skills/adapt/SKILL.md index a6de081bf..35b00e3f9 100644 --- a/.gemini/skills/adapt/SKILL.md +++ b/.gemini/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 --- Adapt existing designs to work effectively across different contexts - different screen sizes, devices, platforms, or use cases. diff --git a/.gemini/skills/animate/SKILL.md b/.gemini/skills/animate/SKILL.md index 21cb29942..02294bc19 100644 --- a/.gemini/skills/animate/SKILL.md +++ b/.gemini/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 --- Analyze a feature and strategically add animations and micro-interactions that enhance understanding, provide feedback, and create delight. diff --git a/.gemini/skills/audit/SKILL.md b/.gemini/skills/audit/SKILL.md index 435c65c96..7fddc7b21 100644 --- a/.gemini/skills/audit/SKILL.md +++ b/.gemini/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.gemini/skills/bolder/SKILL.md b/.gemini/skills/bolder/SKILL.md index 281f9d2a4..e276b4d0b 100644 --- a/.gemini/skills/bolder/SKILL.md +++ b/.gemini/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 --- Increase visual impact and personality in designs that are too safe, generic, or visually underwhelming, creating more engaging and memorable experiences. diff --git a/.gemini/skills/clarify/SKILL.md b/.gemini/skills/clarify/SKILL.md index 23e6b330c..468541090 100644 --- a/.gemini/skills/clarify/SKILL.md +++ b/.gemini/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 --- Identify and improve unclear, confusing, or poorly written interface text to make the product easier to understand and use. diff --git a/.gemini/skills/colorize/SKILL.md b/.gemini/skills/colorize/SKILL.md index 7dea7b6c4..509a71c06 100644 --- a/.gemini/skills/colorize/SKILL.md +++ b/.gemini/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 --- Strategically introduce color to designs that are too monochromatic, gray, or lacking in visual warmth and personality. diff --git a/.gemini/skills/critique/SKILL.md b/.gemini/skills/critique/SKILL.md index 3057207e8..e7f74e8f1 100644 --- a/.gemini/skills/critique/SKILL.md +++ b/.gemini/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 --- ## STEPS diff --git a/.gemini/skills/delight/SKILL.md b/.gemini/skills/delight/SKILL.md index 71b990589..f323738dd 100644 --- a/.gemini/skills/delight/SKILL.md +++ b/.gemini/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 --- Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences. diff --git a/.gemini/skills/distill/SKILL.md b/.gemini/skills/distill/SKILL.md index 8ee7f4d38..e462d1c27 100644 --- a/.gemini/skills/distill/SKILL.md +++ b/.gemini/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 --- Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification. diff --git a/.gemini/skills/harden/SKILL.md b/.gemini/skills/harden/SKILL.md index 8c7d14b8c..78eaa9881 100644 --- a/.gemini/skills/harden/SKILL.md +++ b/.gemini/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 --- Strengthen interfaces against edge cases, errors, internationalization issues, and real-world usage scenarios that break idealized designs. diff --git a/.gemini/skills/impeccable/SKILL.md b/.gemini/skills/impeccable/SKILL.md index 66b1340ec..51433d569 100644 --- a/.gemini/skills/impeccable/SKILL.md +++ b/.gemini/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 --- diff --git a/.gemini/skills/layout/SKILL.md b/.gemini/skills/layout/SKILL.md index 7a1a082af..e3355c314 100644 --- a/.gemini/skills/layout/SKILL.md +++ b/.gemini/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 --- Assess and improve layout and spacing that feels monotonous, crowded, or structurally weak — turning generic arrangements into intentional, rhythmic compositions. diff --git a/.gemini/skills/optimize/SKILL.md b/.gemini/skills/optimize/SKILL.md index 837bb13c8..6d82e1265 100644 --- a/.gemini/skills/optimize/SKILL.md +++ b/.gemini/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 --- Identify and fix performance issues to create faster, smoother user experiences. diff --git a/.gemini/skills/overdrive/SKILL.md b/.gemini/skills/overdrive/SKILL.md index 77c16f661..11bd0f4a8 100644 --- a/.gemini/skills/overdrive/SKILL.md +++ b/.gemini/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 --- Start your response with: diff --git a/.gemini/skills/polish/SKILL.md b/.gemini/skills/polish/SKILL.md index 228625d44..4c84dc128 100644 --- a/.gemini/skills/polish/SKILL.md +++ b/.gemini/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.gemini/skills/quieter/SKILL.md b/.gemini/skills/quieter/SKILL.md index 0fad7086c..ca17da694 100644 --- a/.gemini/skills/quieter/SKILL.md +++ b/.gemini/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 --- Reduce visual intensity in designs that are too bold, aggressive, or overstimulating, creating a more refined and approachable aesthetic without losing effectiveness. diff --git a/.gemini/skills/shape/SKILL.md b/.gemini/skills/shape/SKILL.md index 4f97f8b9a..6a94ee74c 100644 --- a/.gemini/skills/shape/SKILL.md +++ b/.gemini/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.gemini/skills/typeset/SKILL.md b/.gemini/skills/typeset/SKILL.md index d534c5002..a5fff11a8 100644 --- a/.gemini/skills/typeset/SKILL.md +++ b/.gemini/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 --- Assess and improve typography that feels generic, inconsistent, or poorly structured — turning default-looking text into intentional, well-crafted type. diff --git a/.kiro/skills/adapt/SKILL.md b/.kiro/skills/adapt/SKILL.md index a6de081bf..35b00e3f9 100644 --- a/.kiro/skills/adapt/SKILL.md +++ b/.kiro/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 --- Adapt existing designs to work effectively across different contexts - different screen sizes, devices, platforms, or use cases. diff --git a/.kiro/skills/animate/SKILL.md b/.kiro/skills/animate/SKILL.md index 21cb29942..02294bc19 100644 --- a/.kiro/skills/animate/SKILL.md +++ b/.kiro/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 --- Analyze a feature and strategically add animations and micro-interactions that enhance understanding, provide feedback, and create delight. diff --git a/.kiro/skills/audit/SKILL.md b/.kiro/skills/audit/SKILL.md index 435c65c96..7fddc7b21 100644 --- a/.kiro/skills/audit/SKILL.md +++ b/.kiro/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.kiro/skills/bolder/SKILL.md b/.kiro/skills/bolder/SKILL.md index 281f9d2a4..e276b4d0b 100644 --- a/.kiro/skills/bolder/SKILL.md +++ b/.kiro/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 --- Increase visual impact and personality in designs that are too safe, generic, or visually underwhelming, creating more engaging and memorable experiences. diff --git a/.kiro/skills/clarify/SKILL.md b/.kiro/skills/clarify/SKILL.md index 23e6b330c..468541090 100644 --- a/.kiro/skills/clarify/SKILL.md +++ b/.kiro/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 --- Identify and improve unclear, confusing, or poorly written interface text to make the product easier to understand and use. diff --git a/.kiro/skills/colorize/SKILL.md b/.kiro/skills/colorize/SKILL.md index 7dea7b6c4..509a71c06 100644 --- a/.kiro/skills/colorize/SKILL.md +++ b/.kiro/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 --- Strategically introduce color to designs that are too monochromatic, gray, or lacking in visual warmth and personality. diff --git a/.kiro/skills/critique/SKILL.md b/.kiro/skills/critique/SKILL.md index 19c189837..4299a6156 100644 --- a/.kiro/skills/critique/SKILL.md +++ b/.kiro/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 --- ## STEPS diff --git a/.kiro/skills/delight/SKILL.md b/.kiro/skills/delight/SKILL.md index 71b990589..f323738dd 100644 --- a/.kiro/skills/delight/SKILL.md +++ b/.kiro/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 --- Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences. diff --git a/.kiro/skills/distill/SKILL.md b/.kiro/skills/distill/SKILL.md index 8ee7f4d38..e462d1c27 100644 --- a/.kiro/skills/distill/SKILL.md +++ b/.kiro/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 --- Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification. diff --git a/.kiro/skills/harden/SKILL.md b/.kiro/skills/harden/SKILL.md index 8c7d14b8c..78eaa9881 100644 --- a/.kiro/skills/harden/SKILL.md +++ b/.kiro/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 --- Strengthen interfaces against edge cases, errors, internationalization issues, and real-world usage scenarios that break idealized designs. diff --git a/.kiro/skills/impeccable/SKILL.md b/.kiro/skills/impeccable/SKILL.md index 8b22dfa0b..5fe89dbc3 100644 --- a/.kiro/skills/impeccable/SKILL.md +++ b/.kiro/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. --- diff --git a/.kiro/skills/layout/SKILL.md b/.kiro/skills/layout/SKILL.md index 7a1a082af..e3355c314 100644 --- a/.kiro/skills/layout/SKILL.md +++ b/.kiro/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 --- Assess and improve layout and spacing that feels monotonous, crowded, or structurally weak — turning generic arrangements into intentional, rhythmic compositions. diff --git a/.kiro/skills/optimize/SKILL.md b/.kiro/skills/optimize/SKILL.md index 837bb13c8..6d82e1265 100644 --- a/.kiro/skills/optimize/SKILL.md +++ b/.kiro/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 --- Identify and fix performance issues to create faster, smoother user experiences. diff --git a/.kiro/skills/overdrive/SKILL.md b/.kiro/skills/overdrive/SKILL.md index 77c16f661..11bd0f4a8 100644 --- a/.kiro/skills/overdrive/SKILL.md +++ b/.kiro/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 --- Start your response with: diff --git a/.kiro/skills/polish/SKILL.md b/.kiro/skills/polish/SKILL.md index 228625d44..4c84dc128 100644 --- a/.kiro/skills/polish/SKILL.md +++ b/.kiro/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.kiro/skills/quieter/SKILL.md b/.kiro/skills/quieter/SKILL.md index 0fad7086c..ca17da694 100644 --- a/.kiro/skills/quieter/SKILL.md +++ b/.kiro/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 --- Reduce visual intensity in designs that are too bold, aggressive, or overstimulating, creating a more refined and approachable aesthetic without losing effectiveness. diff --git a/.kiro/skills/shape/SKILL.md b/.kiro/skills/shape/SKILL.md index 4f97f8b9a..6a94ee74c 100644 --- a/.kiro/skills/shape/SKILL.md +++ b/.kiro/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.kiro/skills/typeset/SKILL.md b/.kiro/skills/typeset/SKILL.md index d534c5002..a5fff11a8 100644 --- a/.kiro/skills/typeset/SKILL.md +++ b/.kiro/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 --- Assess and improve typography that feels generic, inconsistent, or poorly structured — turning default-looking text into intentional, well-crafted type. diff --git a/.opencode/skills/adapt/SKILL.md b/.opencode/skills/adapt/SKILL.md index 537c15b32..21a424162 100644 --- a/.opencode/skills/adapt/SKILL.md +++ b/.opencode/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 user-invocable: true argument-hint: "[target] [context (mobile, tablet, print...)]" --- diff --git a/.opencode/skills/animate/SKILL.md b/.opencode/skills/animate/SKILL.md index dc3e49a2f..4eb931b05 100644 --- a/.opencode/skills/animate/SKILL.md +++ b/.opencode/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/audit/SKILL.md b/.opencode/skills/audit/SKILL.md index 1bbcb2693..ea30301c1 100644 --- a/.opencode/skills/audit/SKILL.md +++ b/.opencode/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" --- diff --git a/.opencode/skills/bolder/SKILL.md b/.opencode/skills/bolder/SKILL.md index ee3e93384..d0f2d7367 100644 --- a/.opencode/skills/bolder/SKILL.md +++ b/.opencode/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/clarify/SKILL.md b/.opencode/skills/clarify/SKILL.md index 0ee5eb997..f0013b2cf 100644 --- a/.opencode/skills/clarify/SKILL.md +++ b/.opencode/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/colorize/SKILL.md b/.opencode/skills/colorize/SKILL.md index 43d4cfac3..86353330e 100644 --- a/.opencode/skills/colorize/SKILL.md +++ b/.opencode/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/critique/SKILL.md b/.opencode/skills/critique/SKILL.md index 11911630d..e83febd6b 100644 --- a/.opencode/skills/critique/SKILL.md +++ b/.opencode/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" allowed-tools: diff --git a/.opencode/skills/delight/SKILL.md b/.opencode/skills/delight/SKILL.md index 459e9a622..1b105a666 100644 --- a/.opencode/skills/delight/SKILL.md +++ b/.opencode/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/distill/SKILL.md b/.opencode/skills/distill/SKILL.md index 900d7afbb..9342d1298 100644 --- a/.opencode/skills/distill/SKILL.md +++ b/.opencode/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/harden/SKILL.md b/.opencode/skills/harden/SKILL.md index 95c9d6366..31b996fa8 100644 --- a/.opencode/skills/harden/SKILL.md +++ b/.opencode/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/impeccable/SKILL.md b/.opencode/skills/impeccable/SKILL.md index 4d31c86a4..da88f1585 100644 --- a/.opencode/skills/impeccable/SKILL.md +++ b/.opencode/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 user-invocable: true argument-hint: "[craft|teach|extract]" license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. diff --git a/.opencode/skills/layout/SKILL.md b/.opencode/skills/layout/SKILL.md index 5567238e9..6e532e38a 100644 --- a/.opencode/skills/layout/SKILL.md +++ b/.opencode/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/optimize/SKILL.md b/.opencode/skills/optimize/SKILL.md index 5315a8d06..d562cc53d 100644 --- a/.opencode/skills/optimize/SKILL.md +++ b/.opencode/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/overdrive/SKILL.md b/.opencode/skills/overdrive/SKILL.md index 076894244..50bd442fe 100644 --- a/.opencode/skills/overdrive/SKILL.md +++ b/.opencode/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/polish/SKILL.md b/.opencode/skills/polish/SKILL.md index b44930c4e..360b367f1 100644 --- a/.opencode/skills/polish/SKILL.md +++ b/.opencode/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/quieter/SKILL.md b/.opencode/skills/quieter/SKILL.md index f52c2df9b..b6b7b000b 100644 --- a/.opencode/skills/quieter/SKILL.md +++ b/.opencode/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.opencode/skills/shape/SKILL.md b/.opencode/skills/shape/SKILL.md index e3947a631..4a3464660 100644 --- a/.opencode/skills/shape/SKILL.md +++ b/.opencode/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 user-invocable: true argument-hint: "[feature to shape]" --- diff --git a/.opencode/skills/typeset/SKILL.md b/.opencode/skills/typeset/SKILL.md index 9d89fafad..166d4b741 100644 --- a/.opencode/skills/typeset/SKILL.md +++ b/.opencode/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.pi/skills/adapt/SKILL.md b/.pi/skills/adapt/SKILL.md index a6de081bf..35b00e3f9 100644 --- a/.pi/skills/adapt/SKILL.md +++ b/.pi/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 --- Adapt existing designs to work effectively across different contexts - different screen sizes, devices, platforms, or use cases. diff --git a/.pi/skills/animate/SKILL.md b/.pi/skills/animate/SKILL.md index 21cb29942..02294bc19 100644 --- a/.pi/skills/animate/SKILL.md +++ b/.pi/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 --- Analyze a feature and strategically add animations and micro-interactions that enhance understanding, provide feedback, and create delight. diff --git a/.pi/skills/audit/SKILL.md b/.pi/skills/audit/SKILL.md index 435c65c96..7fddc7b21 100644 --- a/.pi/skills/audit/SKILL.md +++ b/.pi/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.pi/skills/bolder/SKILL.md b/.pi/skills/bolder/SKILL.md index 281f9d2a4..e276b4d0b 100644 --- a/.pi/skills/bolder/SKILL.md +++ b/.pi/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 --- Increase visual impact and personality in designs that are too safe, generic, or visually underwhelming, creating more engaging and memorable experiences. diff --git a/.pi/skills/clarify/SKILL.md b/.pi/skills/clarify/SKILL.md index 23e6b330c..468541090 100644 --- a/.pi/skills/clarify/SKILL.md +++ b/.pi/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 --- Identify and improve unclear, confusing, or poorly written interface text to make the product easier to understand and use. diff --git a/.pi/skills/colorize/SKILL.md b/.pi/skills/colorize/SKILL.md index 7dea7b6c4..509a71c06 100644 --- a/.pi/skills/colorize/SKILL.md +++ b/.pi/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 --- Strategically introduce color to designs that are too monochromatic, gray, or lacking in visual warmth and personality. diff --git a/.pi/skills/critique/SKILL.md b/.pi/skills/critique/SKILL.md index c9b978974..29e0a1ce4 100644 --- a/.pi/skills/critique/SKILL.md +++ b/.pi/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 allowed-tools: - Bash(npx impeccable *) --- diff --git a/.pi/skills/delight/SKILL.md b/.pi/skills/delight/SKILL.md index 71b990589..f323738dd 100644 --- a/.pi/skills/delight/SKILL.md +++ b/.pi/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 --- Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences. diff --git a/.pi/skills/distill/SKILL.md b/.pi/skills/distill/SKILL.md index 8ee7f4d38..e462d1c27 100644 --- a/.pi/skills/distill/SKILL.md +++ b/.pi/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 --- Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification. diff --git a/.pi/skills/harden/SKILL.md b/.pi/skills/harden/SKILL.md index 8c7d14b8c..78eaa9881 100644 --- a/.pi/skills/harden/SKILL.md +++ b/.pi/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 --- Strengthen interfaces against edge cases, errors, internationalization issues, and real-world usage scenarios that break idealized designs. diff --git a/.pi/skills/impeccable/SKILL.md b/.pi/skills/impeccable/SKILL.md index 1e0602ad7..43e327949 100644 --- a/.pi/skills/impeccable/SKILL.md +++ b/.pi/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. --- diff --git a/.pi/skills/layout/SKILL.md b/.pi/skills/layout/SKILL.md index 7a1a082af..e3355c314 100644 --- a/.pi/skills/layout/SKILL.md +++ b/.pi/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 --- Assess and improve layout and spacing that feels monotonous, crowded, or structurally weak — turning generic arrangements into intentional, rhythmic compositions. diff --git a/.pi/skills/optimize/SKILL.md b/.pi/skills/optimize/SKILL.md index 837bb13c8..6d82e1265 100644 --- a/.pi/skills/optimize/SKILL.md +++ b/.pi/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 --- Identify and fix performance issues to create faster, smoother user experiences. diff --git a/.pi/skills/overdrive/SKILL.md b/.pi/skills/overdrive/SKILL.md index 77c16f661..11bd0f4a8 100644 --- a/.pi/skills/overdrive/SKILL.md +++ b/.pi/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 --- Start your response with: diff --git a/.pi/skills/polish/SKILL.md b/.pi/skills/polish/SKILL.md index 228625d44..4c84dc128 100644 --- a/.pi/skills/polish/SKILL.md +++ b/.pi/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.pi/skills/quieter/SKILL.md b/.pi/skills/quieter/SKILL.md index 0fad7086c..ca17da694 100644 --- a/.pi/skills/quieter/SKILL.md +++ b/.pi/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 --- Reduce visual intensity in designs that are too bold, aggressive, or overstimulating, creating a more refined and approachable aesthetic without losing effectiveness. diff --git a/.pi/skills/shape/SKILL.md b/.pi/skills/shape/SKILL.md index 4f97f8b9a..6a94ee74c 100644 --- a/.pi/skills/shape/SKILL.md +++ b/.pi/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 --- ## MANDATORY PREPARATION diff --git a/.pi/skills/typeset/SKILL.md b/.pi/skills/typeset/SKILL.md index d534c5002..a5fff11a8 100644 --- a/.pi/skills/typeset/SKILL.md +++ b/.pi/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 --- Assess and improve typography that feels generic, inconsistent, or poorly structured — turning default-looking text into intentional, well-crafted type. diff --git a/.rovodev/skills/adapt/SKILL.md b/.rovodev/skills/adapt/SKILL.md index 537c15b32..21a424162 100644 --- a/.rovodev/skills/adapt/SKILL.md +++ b/.rovodev/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 user-invocable: true argument-hint: "[target] [context (mobile, tablet, print...)]" --- diff --git a/.rovodev/skills/animate/SKILL.md b/.rovodev/skills/animate/SKILL.md index a28332e96..89933bfb5 100644 --- a/.rovodev/skills/animate/SKILL.md +++ b/.rovodev/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/audit/SKILL.md b/.rovodev/skills/audit/SKILL.md index 1bbcb2693..ea30301c1 100644 --- a/.rovodev/skills/audit/SKILL.md +++ b/.rovodev/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" --- diff --git a/.rovodev/skills/bolder/SKILL.md b/.rovodev/skills/bolder/SKILL.md index 94c6dc8f2..e80f55ed1 100644 --- a/.rovodev/skills/bolder/SKILL.md +++ b/.rovodev/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/clarify/SKILL.md b/.rovodev/skills/clarify/SKILL.md index 0ee5eb997..f0013b2cf 100644 --- a/.rovodev/skills/clarify/SKILL.md +++ b/.rovodev/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/colorize/SKILL.md b/.rovodev/skills/colorize/SKILL.md index 726dfaca0..76075804f 100644 --- a/.rovodev/skills/colorize/SKILL.md +++ b/.rovodev/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/critique/SKILL.md b/.rovodev/skills/critique/SKILL.md index 50932dfb9..772383bfa 100644 --- a/.rovodev/skills/critique/SKILL.md +++ b/.rovodev/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" allowed-tools: diff --git a/.rovodev/skills/delight/SKILL.md b/.rovodev/skills/delight/SKILL.md index 161a4b2b4..fedebff9c 100644 --- a/.rovodev/skills/delight/SKILL.md +++ b/.rovodev/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/distill/SKILL.md b/.rovodev/skills/distill/SKILL.md index fbe16f3e8..f3f721c99 100644 --- a/.rovodev/skills/distill/SKILL.md +++ b/.rovodev/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/harden/SKILL.md b/.rovodev/skills/harden/SKILL.md index 95c9d6366..31b996fa8 100644 --- a/.rovodev/skills/harden/SKILL.md +++ b/.rovodev/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/impeccable/SKILL.md b/.rovodev/skills/impeccable/SKILL.md index b09564960..6fe09857d 100644 --- a/.rovodev/skills/impeccable/SKILL.md +++ b/.rovodev/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 user-invocable: true argument-hint: "[craft|teach|extract]" license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. diff --git a/.rovodev/skills/layout/SKILL.md b/.rovodev/skills/layout/SKILL.md index 5567238e9..6e532e38a 100644 --- a/.rovodev/skills/layout/SKILL.md +++ b/.rovodev/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/optimize/SKILL.md b/.rovodev/skills/optimize/SKILL.md index 5315a8d06..d562cc53d 100644 --- a/.rovodev/skills/optimize/SKILL.md +++ b/.rovodev/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/overdrive/SKILL.md b/.rovodev/skills/overdrive/SKILL.md index a389e6346..862a4c9c4 100644 --- a/.rovodev/skills/overdrive/SKILL.md +++ b/.rovodev/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/polish/SKILL.md b/.rovodev/skills/polish/SKILL.md index b44930c4e..360b367f1 100644 --- a/.rovodev/skills/polish/SKILL.md +++ b/.rovodev/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/quieter/SKILL.md b/.rovodev/skills/quieter/SKILL.md index 314f574be..373ae6869 100644 --- a/.rovodev/skills/quieter/SKILL.md +++ b/.rovodev/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.rovodev/skills/shape/SKILL.md b/.rovodev/skills/shape/SKILL.md index 1d8652aa9..7e83008b5 100644 --- a/.rovodev/skills/shape/SKILL.md +++ b/.rovodev/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 user-invocable: true argument-hint: "[feature to shape]" --- diff --git a/.rovodev/skills/typeset/SKILL.md b/.rovodev/skills/typeset/SKILL.md index 9d89fafad..166d4b741 100644 --- a/.rovodev/skills/typeset/SKILL.md +++ b/.rovodev/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/adapt/SKILL.md b/.trae-cn/skills/adapt/SKILL.md index 537c15b32..21a424162 100644 --- a/.trae-cn/skills/adapt/SKILL.md +++ b/.trae-cn/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 user-invocable: true argument-hint: "[target] [context (mobile, tablet, print...)]" --- diff --git a/.trae-cn/skills/animate/SKILL.md b/.trae-cn/skills/animate/SKILL.md index a28332e96..89933bfb5 100644 --- a/.trae-cn/skills/animate/SKILL.md +++ b/.trae-cn/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/audit/SKILL.md b/.trae-cn/skills/audit/SKILL.md index 1bbcb2693..ea30301c1 100644 --- a/.trae-cn/skills/audit/SKILL.md +++ b/.trae-cn/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" --- diff --git a/.trae-cn/skills/bolder/SKILL.md b/.trae-cn/skills/bolder/SKILL.md index 94c6dc8f2..e80f55ed1 100644 --- a/.trae-cn/skills/bolder/SKILL.md +++ b/.trae-cn/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/clarify/SKILL.md b/.trae-cn/skills/clarify/SKILL.md index 0ee5eb997..f0013b2cf 100644 --- a/.trae-cn/skills/clarify/SKILL.md +++ b/.trae-cn/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/colorize/SKILL.md b/.trae-cn/skills/colorize/SKILL.md index 726dfaca0..76075804f 100644 --- a/.trae-cn/skills/colorize/SKILL.md +++ b/.trae-cn/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/critique/SKILL.md b/.trae-cn/skills/critique/SKILL.md index 075081b3f..e89e7b281 100644 --- a/.trae-cn/skills/critique/SKILL.md +++ b/.trae-cn/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" --- diff --git a/.trae-cn/skills/delight/SKILL.md b/.trae-cn/skills/delight/SKILL.md index 161a4b2b4..fedebff9c 100644 --- a/.trae-cn/skills/delight/SKILL.md +++ b/.trae-cn/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/distill/SKILL.md b/.trae-cn/skills/distill/SKILL.md index fbe16f3e8..f3f721c99 100644 --- a/.trae-cn/skills/distill/SKILL.md +++ b/.trae-cn/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/harden/SKILL.md b/.trae-cn/skills/harden/SKILL.md index 95c9d6366..31b996fa8 100644 --- a/.trae-cn/skills/harden/SKILL.md +++ b/.trae-cn/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/impeccable/SKILL.md b/.trae-cn/skills/impeccable/SKILL.md index 0953f1903..ad24d7747 100644 --- a/.trae-cn/skills/impeccable/SKILL.md +++ b/.trae-cn/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 user-invocable: true argument-hint: "[craft|teach|extract]" license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. diff --git a/.trae-cn/skills/layout/SKILL.md b/.trae-cn/skills/layout/SKILL.md index 5567238e9..6e532e38a 100644 --- a/.trae-cn/skills/layout/SKILL.md +++ b/.trae-cn/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/optimize/SKILL.md b/.trae-cn/skills/optimize/SKILL.md index 5315a8d06..d562cc53d 100644 --- a/.trae-cn/skills/optimize/SKILL.md +++ b/.trae-cn/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/overdrive/SKILL.md b/.trae-cn/skills/overdrive/SKILL.md index a389e6346..862a4c9c4 100644 --- a/.trae-cn/skills/overdrive/SKILL.md +++ b/.trae-cn/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/polish/SKILL.md b/.trae-cn/skills/polish/SKILL.md index b44930c4e..360b367f1 100644 --- a/.trae-cn/skills/polish/SKILL.md +++ b/.trae-cn/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/quieter/SKILL.md b/.trae-cn/skills/quieter/SKILL.md index 314f574be..373ae6869 100644 --- a/.trae-cn/skills/quieter/SKILL.md +++ b/.trae-cn/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae-cn/skills/shape/SKILL.md b/.trae-cn/skills/shape/SKILL.md index 1d8652aa9..7e83008b5 100644 --- a/.trae-cn/skills/shape/SKILL.md +++ b/.trae-cn/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 user-invocable: true argument-hint: "[feature to shape]" --- diff --git a/.trae-cn/skills/typeset/SKILL.md b/.trae-cn/skills/typeset/SKILL.md index 9d89fafad..166d4b741 100644 --- a/.trae-cn/skills/typeset/SKILL.md +++ b/.trae-cn/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/adapt/SKILL.md b/.trae/skills/adapt/SKILL.md index 537c15b32..21a424162 100644 --- a/.trae/skills/adapt/SKILL.md +++ b/.trae/skills/adapt/SKILL.md @@ -1,6 +1,7 @@ --- name: adapt description: Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility. +version: 2.1.1 user-invocable: true argument-hint: "[target] [context (mobile, tablet, print...)]" --- diff --git a/.trae/skills/animate/SKILL.md b/.trae/skills/animate/SKILL.md index a28332e96..89933bfb5 100644 --- a/.trae/skills/animate/SKILL.md +++ b/.trae/skills/animate/SKILL.md @@ -1,6 +1,7 @@ --- name: animate description: Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/audit/SKILL.md b/.trae/skills/audit/SKILL.md index 1bbcb2693..ea30301c1 100644 --- a/.trae/skills/audit/SKILL.md +++ b/.trae/skills/audit/SKILL.md @@ -1,6 +1,7 @@ --- name: audit description: Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" --- diff --git a/.trae/skills/bolder/SKILL.md b/.trae/skills/bolder/SKILL.md index 94c6dc8f2..e80f55ed1 100644 --- a/.trae/skills/bolder/SKILL.md +++ b/.trae/skills/bolder/SKILL.md @@ -1,6 +1,7 @@ --- name: bolder description: Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability. Use when the user says the design looks bland, generic, too safe, lacks personality, or wants more visual impact and character. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/clarify/SKILL.md b/.trae/skills/clarify/SKILL.md index 0ee5eb997..f0013b2cf 100644 --- a/.trae/skills/clarify/SKILL.md +++ b/.trae/skills/clarify/SKILL.md @@ -1,6 +1,7 @@ --- name: clarify description: Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand. Use when the user mentions confusing text, unclear labels, bad error messages, hard-to-follow instructions, or wanting better UX writing. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/colorize/SKILL.md b/.trae/skills/colorize/SKILL.md index 726dfaca0..76075804f 100644 --- a/.trae/skills/colorize/SKILL.md +++ b/.trae/skills/colorize/SKILL.md @@ -1,6 +1,7 @@ --- name: colorize description: Add strategic color to features that are too monochromatic or lack visual interest, making interfaces more engaging and expressive. Use when the user mentions the design looking gray, dull, lacking warmth, needing more color, or wanting a more vibrant or expressive palette. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/critique/SKILL.md b/.trae/skills/critique/SKILL.md index 075081b3f..e89e7b281 100644 --- a/.trae/skills/critique/SKILL.md +++ b/.trae/skills/critique/SKILL.md @@ -1,6 +1,7 @@ --- name: critique description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component. +version: 2.1.1 user-invocable: true argument-hint: "[area (feature, page, component...)]" --- diff --git a/.trae/skills/delight/SKILL.md b/.trae/skills/delight/SKILL.md index 161a4b2b4..fedebff9c 100644 --- a/.trae/skills/delight/SKILL.md +++ b/.trae/skills/delight/SKILL.md @@ -1,6 +1,7 @@ --- name: delight description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/distill/SKILL.md b/.trae/skills/distill/SKILL.md index fbe16f3e8..f3f721c99 100644 --- a/.trae/skills/distill/SKILL.md +++ b/.trae/skills/distill/SKILL.md @@ -1,6 +1,7 @@ --- name: distill description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/harden/SKILL.md b/.trae/skills/harden/SKILL.md index 95c9d6366..31b996fa8 100644 --- a/.trae/skills/harden/SKILL.md +++ b/.trae/skills/harden/SKILL.md @@ -1,6 +1,7 @@ --- name: harden description: Make interfaces production-ready: error handling, empty states, onboarding flows, i18n, text overflow, and edge case management. Use when the user asks to harden, make production-ready, handle edge cases, add error states, design empty states, improve onboarding, or fix overflow and i18n issues. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/impeccable/SKILL.md b/.trae/skills/impeccable/SKILL.md index 9015dcf7f..210b9c92f 100644 --- a/.trae/skills/impeccable/SKILL.md +++ b/.trae/skills/impeccable/SKILL.md @@ -1,6 +1,7 @@ --- name: impeccable description: Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for shape-then-build, 'teach' for design context setup, or 'extract' to pull reusable components and tokens into the design system. +version: 2.1.1 user-invocable: true argument-hint: "[craft|teach|extract]" license: Apache 2.0. Based on Anthropic's frontend-design skill. See NOTICE.md for attribution. diff --git a/.trae/skills/layout/SKILL.md b/.trae/skills/layout/SKILL.md index 5567238e9..6e532e38a 100644 --- a/.trae/skills/layout/SKILL.md +++ b/.trae/skills/layout/SKILL.md @@ -1,6 +1,7 @@ --- name: layout description: Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/optimize/SKILL.md b/.trae/skills/optimize/SKILL.md index 5315a8d06..d562cc53d 100644 --- a/.trae/skills/optimize/SKILL.md +++ b/.trae/skills/optimize/SKILL.md @@ -1,6 +1,7 @@ --- name: optimize description: Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/overdrive/SKILL.md b/.trae/skills/overdrive/SKILL.md index a389e6346..862a4c9c4 100644 --- a/.trae/skills/overdrive/SKILL.md +++ b/.trae/skills/overdrive/SKILL.md @@ -1,6 +1,7 @@ --- name: overdrive description: Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/polish/SKILL.md b/.trae/skills/polish/SKILL.md index b44930c4e..360b367f1 100644 --- a/.trae/skills/polish/SKILL.md +++ b/.trae/skills/polish/SKILL.md @@ -1,6 +1,7 @@ --- name: polish description: Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/quieter/SKILL.md b/.trae/skills/quieter/SKILL.md index 314f574be..373ae6869 100644 --- a/.trae/skills/quieter/SKILL.md +++ b/.trae/skills/quieter/SKILL.md @@ -1,6 +1,7 @@ --- name: quieter description: Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality. Use when the user mentions too bold, too loud, overwhelming, aggressive, garish, or wants a calmer, more refined aesthetic. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/.trae/skills/shape/SKILL.md b/.trae/skills/shape/SKILL.md index 1d8652aa9..7e83008b5 100644 --- a/.trae/skills/shape/SKILL.md +++ b/.trae/skills/shape/SKILL.md @@ -1,6 +1,7 @@ --- name: shape description: Plan the UX and UI for a feature before writing code. Runs a structured discovery interview, then produces a design brief that guides implementation. Use during the planning phase to establish design direction, constraints, and strategy before any code is written. +version: 2.1.1 user-invocable: true argument-hint: "[feature to shape]" --- diff --git a/.trae/skills/typeset/SKILL.md b/.trae/skills/typeset/SKILL.md index 9d89fafad..166d4b741 100644 --- a/.trae/skills/typeset/SKILL.md +++ b/.trae/skills/typeset/SKILL.md @@ -1,6 +1,7 @@ --- name: typeset description: Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography. +version: 2.1.1 user-invocable: true argument-hint: "[target]" --- diff --git a/bin/commands/skills.mjs b/bin/commands/skills.mjs index 900254cf5..96148e4f2 100644 --- a/bin/commands/skills.mjs +++ b/bin/commands/skills.mjs @@ -60,26 +60,18 @@ async function showHelp() { // ─── version helpers ───────────────────────────────────────────────────────── -function getLocalVersion() { - try { - const pkg = JSON.parse(readFileSync(join(__dirname, '..', '..', 'package.json'), 'utf-8')); - return pkg.version; - } catch { - return null; +/** + * Read the skills version from the impeccable SKILL.md frontmatter. + */ +function getSkillsVersion(root) { + for (const d of PROVIDER_DIRS) { + const skillMd = join(root, d, 'skills', 'impeccable', 'SKILL.md'); + if (!existsSync(skillMd)) continue; + const content = readFileSync(skillMd, 'utf-8'); + const match = content.match(/^version:\s*(.+)$/m); + if (match) return match[1].trim().replace(/^["']|["']$/g, ''); } -} - -function fetchRemoteVersion() { - return new Promise((resolve) => { - get('https://registry.npmjs.org/impeccable/latest', (res) => { - if (res.statusCode !== 200) { resolve(null); res.resume(); return; } - let data = ''; - res.on('data', (chunk) => { data += chunk; }); - res.on('end', () => { - try { resolve(JSON.parse(data).version); } catch { resolve(null); } - }); - }).on('error', () => resolve(null)); - }); + return null; } /** @@ -119,7 +111,9 @@ async function downloadAndExtractBundle() { * (e.g. .agents vs .claude), so we strip those differences. */ function normalizeForHash(content) { - return content.replace(/\.(claude|cursor|agents|gemini|codex|kiro|opencode|pi|trae|trae-cn|rovodev)\/skills\//g, '.PROVIDER/skills/'); + return content + .replace(/\.(claude|cursor|agents|gemini|codex|kiro|opencode|pi|trae|trae-cn|rovodev)\/skills\//g, '.PROVIDER/skills/') + .replace(/^version:\s*.+$/m, 'version: NORMALIZED'); } /** @@ -164,7 +158,6 @@ async function check() { } const providers = findInstalledProviders(root); - const version = getLocalVersion(); console.log('Checking for updates...\n'); try { @@ -173,9 +166,10 @@ async function check() { rmSync(bundleDir, { recursive: true, force: true }); if (upToDate) { - console.log(`Skills are up to date${version ? ` (v${version})` : ''}.`); + const v = getSkillsVersion(root); + console.log(`Skills are up to date${v ? ` (v${v})` : ''}.`); } else { - console.log(`Updates available${version ? ` (currently v${version})` : ''}.`); + console.log('Updates available.'); console.log('Run `npx impeccable skills update` to update.'); } } catch (e) { @@ -534,8 +528,8 @@ async function update(flags = []) { // Compare local vs remote -- skip if already up to date if (!yes && isUpToDate(root, providers, tmpDir)) { rmSync(tmpDir, { recursive: true, force: true }); - const version = getLocalVersion(); - console.log(`Skills are up to date${version ? ` (v${version})` : ''}. Nothing to do.`); + const v = getSkillsVersion(root); + console.log(`Skills are up to date${v ? ` (v${v})` : ''}. Nothing to do.`); process.exit(0); } @@ -587,8 +581,8 @@ async function update(flags = []) { // Not available -- skip } - const version = await fetchRemoteVersion(); - console.log(`Updated ${updated} skills across ${providers.length} provider(s)${version ? ` to v${version}` : ''}.`); + const v = getSkillsVersion(root); + console.log(`Updated ${updated} skills across ${providers.length} provider(s)${v ? ` to v${v}` : ''}.`); console.log('Done!\n'); } catch (e) { console.error(`Update failed: ${e.message}`); diff --git a/package.json b/package.json index 5afcdbad9..5ec32e4e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impeccable", - "version": "2.1.4", + "version": "2.1.5", "author": "Paul Bakaus", "description": "Design skills, commands, and anti-pattern detection for AI coding agents", "keywords": [ diff --git a/scripts/build.js b/scripts/build.js index b0610136a..d2d812f14 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -590,11 +590,15 @@ async function build() { const userInvocableCount = skills.filter(s => s.userInvocable).length; console.log(`📖 Read ${skills.length} skills (${userInvocableCount} user-invocable) and ${patterns.patterns.length + patterns.antipatterns.length} pattern categories\n`); + // Read skills version from plugin.json + const pluginJson = JSON.parse(fs.readFileSync(path.join(ROOT_DIR, '.claude-plugin/plugin.json'), 'utf-8')); + const skillsVersion = pluginJson.version; + // Transform for each provider (unprefixed + prefixed) for (const config of Object.values(PROVIDERS)) { const transform = createTransformer(config); - transform(skills, DIST_DIR); - transform(skills, DIST_DIR, { prefix: 'i-', outputSuffix: '-prefixed' }); + transform(skills, DIST_DIR, { skillsVersion }); + transform(skills, DIST_DIR, { prefix: 'i-', outputSuffix: '-prefixed', skillsVersion }); } // Assemble universal directory (unprefixed and prefixed) diff --git a/scripts/lib/transformers/factory.js b/scripts/lib/transformers/factory.js index 08baef4bf..3b33064c7 100644 --- a/scripts/lib/transformers/factory.js +++ b/scripts/lib/transformers/factory.js @@ -54,7 +54,7 @@ export function createTransformer(config) { .filter(Boolean); return function transform(skills, distDir, options = {}) { - const { prefix = '', outputSuffix = '' } = options; + const { prefix = '', outputSuffix = '', skillsVersion = '' } = options; const providerDir = path.join(distDir, `${provider}${outputSuffix}`); const skillsDir = path.join(providerDir, `${configDir}/skills`); @@ -78,6 +78,7 @@ export function createTransformer(config) { name: skillName, description: skill.description, }; + if (skillsVersion) frontmatterObj.version = skillsVersion; for (const spec of activeFields) { if (spec.condition && !spec.condition(skill)) continue;