スキル一覧に戻る
dralgorhythm

interface-design

by dralgorhythm

A More Effective Agent Harness for Claude

4🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: interface-design description: Design user interfaces. Use when creating layouts, wireframes, or UI specifications. Covers design principles and UI patterns. allowed-tools: Read, Write, Glob, Grep

Interface Design

Design Principles

1. Clarity

Make the interface obvious. Users shouldn't have to guess.

2. Consistency

Same actions, same results. Maintain patterns throughout.

3. Feedback

Respond to every action. Show progress, confirm success, explain errors.

4. Efficiency

Minimize steps. Optimize common workflows.

5. Forgiveness

Allow undo. Confirm destructive actions. Recover gracefully.

UI Patterns

  • Top Nav: Primary navigation, global actions
  • Side Nav: Section navigation, hierarchical content
  • Breadcrumbs: Show location in hierarchy
  • Tabs: Switch between related views

Forms

  • Label above input
  • Clear validation messages
  • Inline validation where helpful
  • Logical field grouping
  • Clear call-to-action

Feedback

  • Loading states
  • Success confirmations
  • Error messages
  • Empty states
  • Progress indicators

Actions

  • Primary action prominent
  • Secondary actions subtle
  • Destructive actions require confirmation
  • Disabled states clear

Layout Principles

Visual Hierarchy

  • Size indicates importance
  • Color draws attention
  • Spacing groups elements
  • Alignment creates order

Grid System

.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

Responsive Design

  • Mobile-first approach
  • Breakpoints: 640px, 768px, 1024px, 1280px
  • Fluid typography
  • Flexible images

Design Specification

When handing off to development:

  • Color values (hex/RGB)
  • Typography (font, size, weight, line-height)
  • Spacing (margins, padding)
  • Component states (default, hover, active, disabled)
  • Responsive behavior
  • Animations/transitions

スコア

総合スコア

55/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

レビュー

💬

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