https://github.com/jakubkrehel/make-interfaces-feel-better
An agent skill based on the "Details that make interfaces feel better" article
https://github.com/jakubkrehel/make-interfaces-feel-better
Last synced: 9 days ago
JSON representation
An agent skill based on the "Details that make interfaces feel better" article
- Host: GitHub
- URL: https://github.com/jakubkrehel/make-interfaces-feel-better
- Owner: jakubkrehel
- Created: 2026-03-13T00:25:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-16T12:45:26.000Z (3 months ago)
- Last Synced: 2026-04-16T14:31:49.129Z (3 months ago)
- Homepage: https://jakub.kr/writing/details-that-make-interfaces-feel-better
- Size: 30.3 KB
- Stars: 366
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-claude-code - **make-interfaces-feel-better** - (2.0k ⭐) - Interface design skill based on the "Details that make interfaces feel better" article. (🧠 Agent Skills)
- awesome-agent-skills - make-interfaces-feel-better - Interface-detail skill based on practical UI refinements for interaction feel, layout, and polish. (UI and Design Skills)
README
[](https://skills.sh/jakubkrehel/make-interfaces-feel-better)
An agent skill focused on the small details that make interfaces feel better.
The skill helps with a lot of aspects of UI such as animations, typography, hover states, optical alignment, concentric border radius, using shadows and much more.
After the skill runs you'll get a comprehensive summary of the changes made and you can ask any follow up questions and the agent will help answer them.
## Install
For Claude Code:
```bash
npx skills add jakubkrehel/make-interfaces-feel-better
```
For Codex or other skill-aware agents, copy the complete skill directory:
```
skills/make-interfaces-feel-better/
```
Keep the directory intact. `SKILL.md` links to `typography.md`, `surfaces.md`, `animations.md`, and `performance.md` with relative paths, so copying only `SKILL.md` drops the detailed guidance.
## License
MIT. See [LICENSE](LICENSE).