interface-design

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "interface-design" with this command: npx skills add dralgorhythm/claude-agentic-framework/dralgorhythm-claude-agentic-framework-interface-design

Interface Design

Design Principles

  1. Clarity

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

  1. Consistency

Same actions, same results. Maintain patterns throughout.

  1. Feedback

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

  1. Efficiency

Minimize steps. Optimize common workflows.

  1. Forgiveness

Allow undo. Confirm destructive actions. Recover gracefully.

UI Patterns

Navigation

  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

react-native-reanimated

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

cloud-native-patterns

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

brainstorming

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

designing-systems

No summary provided by upstream source.

Repository SourceNeeds Review