An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


interfaces.dev

[![skills.sh](https://skills.sh/b/jakubkrehel/make-interfaces-feel-better)](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).