From antigravity-awesome-skills
Launches an RSVP speed reader that displays text one word at a time with Spritz-style highlighting for quick reading.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:speedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.
Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.
Get the text:
$ARGUMENTS is provided, use that textPrepare the content:
Write and launch:
~/.claude/skills/speed/data/reader.html<!-- CONTENT_PLACEHOLDER --> with:
<script>window.SPEED_READER_CONTENT = "your escaped text";</script>
<!-- CONTENT_PLACEHOLDER -->
open ~/.claude/skills/speed/data/reader.htmlConfirm: Tell the user it's opening. Mention Space to play/pause.
$ARGUMENTS
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderLaunches RSVP speed reader with Spritz-style ORP highlighting for session text from arguments or prior responses. Strips markdown, injects into HTML, and opens viewer via browser.
Transforms passive reading into active comprehension using the SQ3R method (Survey, Question, Read, Recite, Review) for dense non-fiction texts.
Runs interactive reading comprehension sessions for language learners with target-language texts and comprehension questions. Invoked via /fluent-reading command.