From 04d57abc50ae1ab72c550ff17a765d544e5d80c7 Mon Sep 17 00:00:00 2001 From: Emil Kowalski <36730035+emilkowalski@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:12:21 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c0d723..da126bf 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Agents don’t have great taste I have seen plenty of times that agents don’t pick the right ingredients for an animation. An `ease-in` easing for an enter animation when it’s supposed to be `ease-out` ([here’s why](https://emilkowal.ski/ui/7-practical-animation-tips#4.-choose-the-right-easing)). Or they choose a solid border instead of a semi-transparent shadow. -All these little things compound and make your interface either amazing, or just plain bad. Somewhere between year three and year ten in your design journey, something changes. You stop making a certain category of mistake. Not because you looked it up. Because you can feel it before it happens. That’s *intuition*. +All these little things compound and make your interface either amazing, or just... not that great. -These skills aim to give you that intuition. As explained in [Agents with Taste](https://emilkowal.ski/ui/agents-with-taste), these skills list all the little mistakes agents can potentially make and explain how to fix them. +As explained in [Agents with Taste](https://emilkowal.ski/ui/agents-with-taste), these skills list all the little mistakes agents can potentially make and explain how to fix them. This is your shortcut to great interfaces. A shortcut to stand out in a sea of slop. @@ -41,3 +41,4 @@ This is your shortcut to great interfaces. A shortcut to stand out in a sea of s - **[emil-design-eng](./skills/emil-design-eng/SKILL.md)** — The main skill that consinsts of mostly animation, but also some design advice. - **[review-animations](./skills/review-animations/SKILL.md)** — Review your animations in a strict way, based on my rules. +- More coming very soon.