animation-skill

Installation
SKILL.md

Animation Skill

Purpose

Create eye-catching splash screens and animations for terminal apps.

Instructions

Splash Screen with PyFiglet

from rich.console import Console
from rich.panel import Panel
from rich.align import Align
from rich.text import Text
import pyfiglet
import time

console = Console()
Installs
5
First Seen
Feb 9, 2026
animation-skill — maneeshanif/cli-todo-app-speckit