Skip to content

jakubkrehel/make-interfaces-feel-better

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Make Interfaces Feel Better

An Agent Skill based on the article Details that make interfaces feel better.

This skill teaches AI coding assistants (Claude Code, Codex, etc.) the small design engineering details that compound into a great interface.

What it covers

  • Text wrapping (text-wrap: balance / pretty)
  • Concentric border radius for nested elements
  • Contextual icon animations with opacity, scale, and blur
  • Font smoothing on macOS
  • Tabular numbers for dynamic values
  • Interruptible animations (CSS transitions vs keyframes)
  • Enter animations with split and stagger
  • Subtle exit animations
  • Optical vs geometric alignment
  • Shadows instead of borders
  • Image outlines for depth

Installation

npx skills add jakubkrehel/make-interfaces-feel-better

Usage

Once installed, Claude will automatically apply these principles when building UI components, reviewing frontend code, or implementing animations.

You can also invoke it manually:

/make-interfaces-feel-better

License

MIT

About

An agent skill based on the "Details that make interfaces feel better" article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors