Skip to main content
Back to registry

reanimated-skia-performance

andreev-danila/skills

Use for state-driven style changes where you do not need bespoke worklets.

Installs314
Install command
npx skills add https://github.com/andreev-danila/skills --skill reanimated-skia-performance
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use for state-driven style changes where you do not need bespoke worklets. Use for keyframe-like sequences (pulses, wiggles, repeated loops) without writing custom worklets. Supported settings: Use sliders to tune animation configs or shader uniforms in __DEV__ . See: references/dev-tuning.md . Update shared values in onUpdate and drive visuals via animated styles. - Keep animation state on the UI thread: useSharedValue , useDerivedValue , worklets. - Prefer Reanimated v4 declarative APIs; avoid legacy Animated . - Prefer shared.get() / shared.set() over shared.value in app code (React Compiler friendly).

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does reanimated-skia-performance do?

Use for state-driven style changes where you do not need bespoke worklets.

Is reanimated-skia-performance good?

reanimated-skia-performance does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does reanimated-skia-performance work with?

reanimated-skia-performance currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to reanimated-skia-performance?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install reanimated-skia-performance?

npx skills add https://github.com/andreev-danila/skills --skill reanimated-skia-performance

Related skills

Alternatives in Software Engineering