🎯

pattern-ui

🎯Skill

from commontoolsinc/labs

VibeIndex|
What it does

Applies standardized UI components and layout patterns to polish and structure user interfaces with consistent design.

pattern-ui

Installation

Install skill:
npx skills add https://github.com/commontoolsinc/labs --skill pattern-ui
1
AddedJan 27, 2026

Skill Details

SKILL.md

Add UI polish with layout and styling

Overview

# UI Polish Phase

Only do this AFTER all logic is verified and tests pass.

Read First

  • docs/common/components/COMPONENTS.md - Full component reference
  • docs/common/patterns/style.md - Styling patterns
  • docs/common/patterns/two-way-binding.md - $value, $checked bindings

Available Components

Layout: ct-screen, ct-vstack, ct-hstack, ct-box

Input: ct-input, ct-textarea, ct-checkbox, ct-select

Action: ct-button

Display: ct-text, ct-status-pill

Key Patterns

Two-way binding:

```tsx

```

Layout structure:

```tsx

{/ horizontal items /}

```

Reference Existing Patterns

Search packages/patterns/ for UI layout examples ONLY (not data/action patterns).

Done When

  • UI renders correctly
  • Bindings work (typing updates state)
  • No regression in data behavior