Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
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