スキル一覧に戻る
commontoolsinc

pattern-ui

by commontoolsinc

24🍴 10📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: pattern-ui description: Add UI polish with layout and styling user-invocable: false

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:

<ct-input $value={field} />
<ct-checkbox $checked={done} />

Layout structure:

<ct-screen title="My Pattern">
  <ct-vstack gap="md">
    <ct-hstack gap="sm">
      {/* horizontal items */}
    </ct-hstack>
  </ct-vstack>
</ct-screen>

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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です