pca-gif-maker

Community

Create animated GIFs for PCA docs and demos.

Authornarcisolcf
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables programmatic creation of lightweight, web-optimized GIFs to animate ideas and highlights in PCA documentation.

Core Features & Use Cases

  • Frame-based Animations: Build animations frame-by-frame with a reusable frame composer.
  • Color & Background Primitives: Generate gradients, shapes, and text overlays.
  • Output Optimization: Produce GIFs optimized for web and readability.

Quick Start

Import the GIF builder and compose frames, then save as a GIF: from core.gif_builder import GIFBuilder builder = GIFBuilder(;width=500, height=120, fps=15) builder.add_frame(frame1) builder.add_frame(frame2) builder.deduplicate_frames() builder.write("output.gif")

Dependency Matrix

Required Modules

Pillowimageionumpy

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: pca-gif-maker
Download link: https://github.com/narcisolcf/skills_claude_narciso/archive/main.zip#pca-gif-maker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.