> speed
Launch RSVP speed reader for text
curl "https://skillshub.wtf/sickn33/antigravity-awesome-skills/speed?format=md"Speed Reader
Launch the RSVP speed reader to display text one word at a time with Spritz-style ORP (Optimal Recognition Point) highlighting.
Instructions
-
Get the text:
- If
$ARGUMENTSis provided, use that text - Otherwise, extract the main content from your previous response in this conversation
- If
-
Prepare the content:
- Strip markdown formatting (headers, bold, links, code blocks)
- Keep clean, readable prose
- Escape quotes and backslashes for JavaScript
-
Write and launch:
- Read
~/.claude/skills/speed/data/reader.html - Replace
<!-- CONTENT_PLACEHOLDER -->with:<script>window.SPEED_READER_CONTENT = "your escaped text";</script> <!-- CONTENT_PLACEHOLDER --> - Run:
open ~/.claude/skills/speed/data/reader.html
- Read
-
Confirm: Tell the user it's opening. Mention
Spaceto play/pause.
Arguments
$ARGUMENTS
> related_skills --same-repo
> zustand-store-ts
Create Zustand stores following established patterns with proper TypeScript types and middleware.
> zoom-automation
Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.
> zoho-crm-automation
Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas.
> zod-validation-expert
Expert in Zod — TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js, and tRPC.