Agent Skills: ui-wip

>

UncategorizedID: kentoje/dotfiles/ui-wip

Install this agent skill to your local

pnpm dlx add-skill https://github.com/kentoje/dotfiles/tree/HEAD/.agents/skills/ui-wip

Skill Files

Browse the full folder contents for ui-wip.

Download Skill

Loading file tree…

.agents/skills/ui-wip/SKILL.md

Skill Metadata

Name
ui-wip
Description
>

How to choose the right animation

flowchart TD
    A[Animation Needed?] -->|no| B[none]
    A -->|yes| C[Has Start and Finish?]

    C -->|yes| D[spring]
    C -->|no| E[Represents Time?]

    E -->|yes| F[linear]
    E -->|no| G[Transitioning?]

    G -->|yes| H[ease-in-out]
    G -->|no| I[Entering?]

    I -->|yes| J[ease-out]
    I -->|no| K[ease-in]

ui-wip Skill | Agent Skills