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.mdSkill 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-skillsThen reference at skills/speed/SKILL.md
Related Skills
claude-speed-reader
-Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting
generalclaudespeedreader
by sickn33 (Antigravity) · antigravity-awesome-skills
web-performance-optimization
Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance
generalwebperformanceoptimization
by sickn33 (Antigravity) · antigravity-awesome-skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
nextjs-turbopack
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
nextjs-turbopacknextjsturbopacknext.js
by affaan-m · everything-claude-code