---
title: "Emil Kowalski (@emilkowalski) skills · skilld"
canonical_url: "https://skilld.dev/gh/emilkowalski"
last_updated: "2026-08-20T06:40:46.118Z"
meta:
  description: "13 agent skills written by Emil Kowalski on skilld. design-engineering, animation, ui-polish."
  "og:description": "13 agent skills written by Emil Kowalski."
  "og:title": "Emil Kowalski on skilld"
---

`

![Avatar for Emil Kowalski](https://github.com/emilkowalski.png)

# **Emil Kowalski**

[@emilkowalski](https://github.com/emilkowalski)person

13 skills2 repos 37k Synced 20 days ago

Mostly·design-engineering, animation, ui-polish

[GitHub](https://github.com/emilkowalski) [Website](https://emilkowal.ski)

**Is this your GitHub account? **

Sign in as @emilkowalski with GitHub.

Your indexed skills will appear on your curator profile.

skilld will also check your public repositories for other `SKILL.md` files.

[Sign in with GitHub](https://skilld.dev/auth/github?return_to=%2Fgh%2Femilkowalski)

## Skills

### [emilkowalski/skills](https://skilld.dev/gh/emilkowalski/skills)

Skills for Designers and Engineers.

12 skills 37k

`npx skilld add gh:emilkowalski/skills`

- [

  **/animate**37k

  Build an animation from scratch, making the decisions in the order that determines whether it feels right — should it animate at all, what purpose, which tool, which properties, which curve and duration, how it interrupts, how it exits. Writes the implementation. Use when asked to animate something, add motion, make a component feel alive, or build a transition. For critiquing existing motion use review-animations; for auditing a whole codebase use improve-animations. /animate by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/animate)
- [

  **/animate-expo**37k

  Build animations in React Native and Expo, making the decisions in the order that determines whether they feel right — should it animate, which thread it runs on, which properties, spring or timing, how the gesture hands off, how it degrades. Writes the implementation with Reanimated, Gesture Handler, Expo Router and expo-haptics. Use when animating anything in an Expo app, adding gestures, sheets, screen transitions, press feedback or haptics, or fixing motion that stutters on device. For web animation use \`animate\`. /animate-expo by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/animate-expo)
- [

  **/animation-vocabulary**37k

  Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…", or describes a motion effect without knowing its name and wants the right word to prompt an AI or designer with. For naming an effect, not designing or building one. /animation-vocabulary by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/animation-vocabulary)
- [

  **/apple-design**37k

  Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading), reduced-motion, or the design foundations (feedback, spatial consistency, restraint) behind Apple-style interfaces. /apple-design by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/apple-design)
- [

  **/ask-sonner**37k

  Guide to Sonner, the React toast library — install and wire up the Toaster, pick the right toast() call, promise and loading toasts, updating, dismissing and persisting toasts, styling, theming and icons, positioning and multiple toasters. Use when working with Sonner or troubleshooting it — toasts that don't appear, appear twice, lose their styles, ignore Tailwind classes, sit behind a modal, or don't follow dark mode. /ask-sonner by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/ask-sonner)
- [

  **/emil-design-eng**37k

  This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great. /emil-design-eng by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/emil-design-eng)
- [

  **/find-animation-opportunities**37k

  Search a codebase or UI for places that don't animate but should, and reject everything that shouldn't. Read-only; it proposes motion with exact values, it does not implement it. Use when the user asks "what could be animated here?" or wants to "make this feel more alive". For fixing existing animations, use improve-animations or review-animations instead. /find-animation-opportunities by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/find-animation-opportunities)
- [

  **/improve-animations**37k

  Survey a codebase's animation and motion code as a senior motion advisor, then produce a prioritized audit and self-contained implementation plans for other agents (or cheaper models) to execute. Read-only on source code — it plans improvements, it does not apply them. Use when the user asks to "improve the animations", "audit the motion", "make this app feel better", or wants a roadmap of animation fixes rather than a review of a single diff. /improve-animations by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/improve-animations)
- [

  **/pick-ui-library**37k

  Pick the right library for a given frontend task from a curated, opinionated list — numbers, OTP inputs, charts, command menus, virtualization, drag and drop, toasts, state, styling, and more. Only runs when explicitly invoked; it does not trigger on its own. /pick-ui-library by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/pick-ui-library)
- [

  **/prototype**37k

  Build multiple genuinely different versions of a UI piece you describe, rendered behind a visual picker so you can flip through them live and promote the one that feels right. Only runs when explicitly invoked; it does not trigger on its own. /prototype by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/prototype)
- [

  **/review-animations**37k

  Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned. /review-animations by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/review-animations)
- [

  **/write-swift**37k

  How to write modern Swift well — modeling with value types, Swift 6 data-race safety and approachable concurrency (@concurrent, main-actor-by-default, actors, task groups), protocols and generics (some vs any), API design, performance and ARC, Swift Testing, macros, and the modern language features agents don't know about yet. Use when writing, reviewing, or migrating Swift, or when a concurrency error, a hang, a data race, a retain cycle, or a performance problem needs fixing. /write-swift by emilkowalski](https://skilld.dev/gh/emilkowalski/skills/write-swift)

### [emilkowalski/skill](https://skilld.dev/gh/emilkowalski/skill)

Skills for Designers and Engineers.

1 skill 37k

`npx skilld add gh:emilkowalski/skill`

- [

  **/emil-design-eng**37k

  This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great. /emil-design-eng by emilkowalski](https://skilld.dev/gh/emilkowalski/skill)

Curated skills from @emilkowalski. Checked GitHub just now