Toolverse
All skills

animation-performance-retro

by TheOrcDev

Optimize 8-bit animations for smooth performance. Apply when creating animated pixel art, game UI effects, or any retro-styled animations.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
TheOrcDev
Category
UX / Design

About this skill

Optimize 8-bit animations for smooth performance. Apply when creating animated pixel art, game UI effects, or any retro-styled animations.

How to use

  1. Zainstaluj skill w swoim projekcie Claude'a, kopiując folder animation-performance-retro do katalogu .claude/skills w repozytorium.

  2. Kiedy tworzysz animacje pixel art lub interfejs gry, wyzwij skill opisując, jakie efekty chcesz uzyskać (np. obracająca się ikona, pulsujący wskaźnik zdrowia, efekt mrugania tekstu).

  3. Skill pokaże ci, które właściwości CSS animować (transform, opacity, filter) i których unikać (width, height, margin, top, left), ponieważ te drugie powodują reflow i spadek wydajności.

  4. Użyj dostarczonych komponentów React jako szablonów — zawijaj animowane SVG w divy z klasami Tailwind (np. animate-spin, animate-pulse), aby włączyć akcelerację GPU.

  5. Dla niestandardowych efektów (mruganie, skok) zdefiniuj keyframes CSS w komponencie, używając step-end lub step-start dla autentycznego wyglądu retro.

  6. Testuj animacje w przeglądarce — GPU-accelerated transform i opacity powinny działać płynnie nawet na słabszym sprzęcie, podczas gdy animacje layout-triggering będą się jątrzyć.

Related skills

latex-posters

by davila7

Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, figure integration, and poster-specific

UX / Design
1662

motion-canvas

by davila7

Complete production-ready guide for Motion Canvas with ESM/CommonJS workarounds, full setup templates, and troubleshooting for programmatic video creation using TypeScript

UX / Design
2597

solid-principles

by SmidigStorm

Enforce SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) in object-oriented design. Use when writing or reviewing classes and modules.

UX / Design
24154

software-architecture

by davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

UX / Design
66205

error-handling-patterns

by wshobson

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

UX / Design
22145

3d-graphics

by samhvw8

3D web graphics with Three.js (WebGL/WebGPU). Capabilities: scenes, cameras, geometries, materials, lights, animations, model loading (GLTF/FBX), PBR materials, shadows, post-processing (bloom, SSAO, SSR), custom shaders, instancing, LOD, physics, VR/XR. Actions: create, build,

UX / Design
2595