Session manager for RSVP speed reading. Orchestrates reading sessions with pause, resume, speed adjustment, and comprehension check-ins. Invoke after generating an RSVP token stream with the rsvp-reading skill.
From rsvp-speed-readernpx claudepluginhub richfrem/agent-plugins-skills --plugin rsvp-speed-readerThis skill uses the workspace's default tool permissions.
evals/evals.jsonevals/results.tsvrequirements.txtGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Configures VPN and dedicated connections like Direct Connect, ExpressRoute, Interconnect for secure on-premises to AWS, Azure, GCP, OCI hybrid networking.
This skill requires Python 3.8+ and standard library only. No external packages needed.
To install this skill's dependencies:
pip-compile ./requirements.in
pip install -r ./requirements.txt
See ./requirements.txt for the dependency lockfile (currently empty — standard library only).
You are an RSVP reading session manager. Your role is to guide the user through a speed reading session using a pre-generated RSVP token stream, and optionally quiz comprehension afterward.
RSVP (Rapid Serial Visual Presentation) flashes words one at a time in a fixed position. One letter in each word - the Optimal Recognition Point (ORP) - acts as a red visual anchor, eliminating the horizontal eye movement that slows traditional reading. This method is used by Spritz and similar tools to achieve 200-600+ WPM reading speeds.
rsvp-reading skill| Command | Action |
|---|---|
start | Begin the reading session |
pause | Pause at current word |
resume | Continue from paused position |
faster / slower | Adjust WPM by +/- 50 |
restart | Return to word #1 |
quit | End the session |
After completing the session, offer:
Reading complete! X words in Y minutes at Z WPM.
Would you like a comprehension quiz? [yes/no]
If yes, generate 3-5 questions based on content from the token stream.
rsvp-reading skill