What problem does it solve? Building consistent composite UI sections by hand often leads to duplicated primitives, hardcoded spacing, and off-brand layouts. This Skill generates reusable UI pattern components that follow the active StyleSeed grammar and brand recipe, composing them from existing primitives instead of recreating them. ## Core Features & Use Cases - Recipe-Aware Composition: Selects from layout, data display, and interactive pattern types (focal-summary, panel-section, data-table, action-sheet, and more) based on the active brand recipe. - Primitive Reuse: Inspects components/ui and components/patterns to compose patterns from existing components rather than recreating them. - Semantic Token Enforcement: Applies semantic tokens and recipe-aware utilities like ss-pattern-surface, ss-page-gutter, and ss-pattern-inset for all visual properties. - Use Case: A developer needs a filterable data table section for an enterprise dashboard. The Skill reads the StyleSeed rules, composes a data-table pattern from existing primitives with compact controls, and verifies it with /ss-score. ## Quick Start Ask the assistant to generate a data-table pattern for the dashboard using the active StyleSeed recipe.