Launch RSVP speed reader for text
Add this skill
npx mdskills install SeanZoR/speedSolid implementation with clear step-by-step instructions for launching a functional speed reading tool
1---2name: speed3description: Launch RSVP speed reader for text4trigger: command5tools: Write, Bash, Read6---78# Speed Reader910Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.1112## Instructions13141. **Get the text:**15 - If `$ARGUMENTS` is provided, use that text16 - Otherwise, extract the main content from your **previous response** in this conversation17182. **Prepare the content:**19 - Strip markdown formatting (headers, bold, links, code blocks)20 - Keep clean, readable prose21 - Escape quotes and backslashes for JavaScript22233. **Write and launch:**24 - Read `~/.claude/skills/speed/data/reader.html`25 - Replace `<!-- CONTENT_PLACEHOLDER -->` with:26 ```html27 <script>window.SPEED_READER_CONTENT = "your escaped text";</script>28 <!-- CONTENT_PLACEHOLDER -->29 ```30 - Run: `open ~/.claude/skills/speed/data/reader.html`31324. **Confirm:** Tell the user it's opening. Mention `Space` to play/pause.3334## Arguments35$ARGUMENTS36
Full transparency — inspect the skill content before installing.