Pular para o conteúdo
emilkowalski/skill

Movimento em React Native

A mesma ordem de decisão, mas para Expo e Reanimated.

animate-expo
Peso
massivo
642 linhas · 600+ linhas
Gatilho
o agente chama
O agente dispara sozinho quando a descrição bate com a tarefa.
Encaixe
1 conflito
Combina com 1 outra.

O que ela faz

Versão nativa do animate. Acrescenta as decisões que só existem em mobile: em qual thread roda, como o gesto passa o bastão para a animação, como degrada em aparelho fraco. Escreve com Reanimated, Gesture Handler, Expo Router e expo-haptics.

Quando não usar

Não use para web — a skill irmã animate cobre esse caso.

Ficha técnica

Descrição original
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`.
Caminho no repo
skills/animate-expo/SKILL.md
SKILL.md
256 linhas
Documentos de apoio
RECIPES.md (+386 linhas)
Seções
Operating Posture · Hard Rules · The Build Sequence · Setup that silently breaks motion · 120fps · Recipes · Never Ship · Output · Tone

Instalar — vem com o pacote inteiro (12 skills)

CLI skills

No terminal, de qualquer diretório.

  1. npx skills@latest add emilkowalski/skill

Aceita `--skill <nome>` para instalar só parte do pacote.

O que essa instalação faz na sua máquinaFechar

Como o método funciona

O gerenciador da Vercel Labs. Usa o GitHub como registro, copia para ~/.agents/skills e cria symlink para cada agente instalado na máquina.

Precisa ter

  • Node 18+

Onde cai no disco

~/.agents/skills/ + symlink em ~/.claude/skills/

Sair

npx skills remove emilkowalski/skill

Do mesmo pacote