From agent-rsvp
Opens a terminal-based speed reader (RSVP) on the most recent plan, provided text, or a named file. Useful for quickly consuming long plans or documents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-rsvp:rsvpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the RSVP speed reader in a **new Terminal window** on some text — by
Launch the RSVP speed reader in a new Terminal window on some text — by default the plan you most recently presented.
Decide what text to read:
$ARGUMENTS names a file path, use that file directly (skip to step 3).$ARGUMENTS is other text, treat that as the content to read.Write the chosen text to a temp markdown file, e.g.
/tmp/speed-read-plan-$(date +%s).md, using the Write tool.
Launch the reader on it:
npx -y agent-rsvp -o <file> -w 350
agent-rsvp -o opens the reader in its own Terminal window (a TUI needs
its own tty). Pass -w <wpm> to set the starting speed; default to 350 if
the user hasn't asked for a speed. npx fetches the package on demand, so no
prior install is required (it also uses a global install if present).
Tell the user it opened in a new window and remind them of the keys:
←/→ speed, space pause, m mode, q quit.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub evanbacon/agent-rsvp