speed

Launch RSVP speed reader for text

Content Preview
---
name: speed
description: Launch RSVP speed reader for text
trigger: command
risk: unknown
source: community
tools: Write, Bash, Read
---

# Speed Reader

Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.

## Instructions

1. **Get the text:**
   - If `$ARGUMENTS` is provided, use that text
   - Otherwise, extract the main content from your **previous response** in this conversation

2. **Prepare the content:**
   -
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/speed.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/speed/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/speed/SKILL.md

Related Skills