From claude-code-harness
Generates UI components with accessibility enforcement: hero sections, forms, feedback and contact surfaces. Uses reference constraints and quality gates for a11y.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-harness:uiThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
UIコンポーネントとフォームの生成を担当するスキル群です。
UIコンポーネントとフォームの生成を担当するスキル群です。
${CLAUDE_SKILL_DIR}/references/ui-skills.md の制約を最優先で適用する。${CLAUDE_SKILL_DIR}/references/frontend-design.md は「尖った/独自/表現強め/ブランド強化」などが明示された場合のみ適用する。| 機能 | 詳細 |
|---|---|
| 制約セット | See references/ui-skills.md / references/frontend-design.md |
| コンポーネント生成 | See references/component-generation.md |
| フィードバックフォーム | See references/feedback-forms.md |
UI コンポーネント生成時は、アクセシビリティを確保:
♿ アクセシビリティチェックリスト
生成する UI は以下を満たすことを推奨:
### 必須項目
- [ ] 画像に alt 属性を設定
- [ ] フォーム要素に label を関連付け
- [ ] キーボード操作可能(Tab でフォーカス移動)
- [ ] フォーカス状態が視覚的に分かる
### 推奨項目
- [ ] 色だけに依存しない情報伝達
- [ ] コントラスト比 4.5:1 以上(テキスト)
- [ ] aria-label / aria-describedby の適切な使用
- [ ] 見出し構造(h1 → h2 → h3)が論理的
### インタラクティブ要素
- [ ] ボタンに適切なラベル(「詳細」ではなく「製品詳細を見る」)
- [ ] モーダル/ダイアログのフォーカストラップ
- [ ] エラーメッセージがスクリーンリーダーで読まれる
♿ 誰でも使えるデザインにするために
1. **画像には説明をつける**
- 「商品画像」ではなく「赤いスニーカー、正面から」
2. **クリックできる場所はキーボードでも操作可能に**
- Tab キーで移動、Enter で決定
3. **色だけで判断させない**
- 赤=エラー だけでなく、アイコン+テキストも
npx claudepluginhub chachamaru127/claude-code-harness --plugin claude-code-harnessGenerates accessible UI components, hero sections, forms, and contact surfaces following strict design constraints. Applies frontend design rules only when brand-focused styling is explicitly requested.
Generates production-grade frontend UIs via design reasoning framework, style selection, anti-pattern avoidance, accessibility, and responsive standards for React/Vue/Svelte/HTML.
Creates production-grade frontend interfaces with strong UX and visual craft. Handles components, pages, dashboards, forms, modals, and UI improvements.