prompt-typewriter
Installation
SKILL.md
prompt-typewriter
Purpose
Reveal text character-by-character at a steady rate, mimicking a real user typing. Linear pacing — NO easing — because the goal is to feel mechanical / human, not animated.
Params
{
"full_text": "Build a trip planning app that organizes destinations…",
"chars_per_frame": 0.33, // ~10 chars/sec at 30fps
"delay_before_first_char_frames": 12,
"delay_after_last_char_frames": 18,