AI Skills & Agents
AI Skills & Agents
A catalogue of design-engineering skills for humans and agents. Each one belongs to whoever wrote it.
207 skills are hosted here, under a permissive licence and with credit. The other 62 declare no licence, so the catalogue points to the source instead of copying.
Agent, start here
Skills
Ranked by the source repository's stars
We do not measure installs: nothing is installed through here, and an invented number would be the opposite of what this catalogue stands for. The stars belong to the repository the skill came from, fetched from the GitHub API. A heavily starred repository appears at most twice in a row and the rest is collapsed, or a single author would take the whole top.
12 results
#skilltopicsstarslicence
- 63animateemilkowalski/skillsBuild 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.motion, interaction35KMIT
- 64animate-expoemilkowalski/skillsBuild 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.motion, interaction35KMIT
- 65animation-vocabularyemilkowalski/skillsSharpen motion language so animation choices feel deliberate and consistent.motion, visual35KMIT
- 66apple-designemilkowalski/skillsApple'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.motion, interaction35KMIT
- 67ask-sonneremilkowalski/skillsGuide 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.frontend, interaction35KMIT
- 68emil-design-engemilkowalski/skillsEmil Kowalski's design-engineering philosophy for UI polish, components, animation, and production-ready frontend craft.craft, taste35KMIT
- 69find-animation-opportunitiesemilkowalski/skillsFind high-conviction opportunities for useful interface motion while rejecting animation that adds noise or slows users down.motion, interaction35KMIT
- 70improve-animationsemilkowalski/skillsSurvey a codebase's animation and motion code as a senior motion advisor, then produce prioritized audit and self-contained implementation plans. Read-only on source code - it plans improvements, it does not apply them. Use when the user asks to improve animations, audit motion, make an app feel better, or wants a roadmap of animation fixes rather than a review of a single diff.motion, performance35KMIT
- 71pick-ui-libraryemilkowalski/skillsChoose an opinionated, trusted library for common frontend tasks including components, motion, charts, interaction, state, and styling.tooling, frontend35KMIT
- 72prototypeemilkowalski/skillsBuild multiple genuinely different UI variants behind a visual picker so the strongest direction can be evaluated and promoted.frontend, interaction35KMIT
- 73review-animationsemilkowalski/skillsReview animation quality, timing, and motion consistency with a production-critical eye.motion, performance35KMIT
- 74write-swiftemilkowalski/skillsHow 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.frontend, code-quality35KMIT