Voice-driven pair programming plugins
npx claudepluginhub oxidecomputer/attendVoice-driven pair programming. Requires the attend binary (cargo install attend).
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
Share bugs, ideas, or general feedback.
attend is all you needSpeak your thoughts while navigating code, and attend uses a local
transcription model to send your words to your coding agent, interleaved with
what you were manipulating on-screen as you spoke.
I've found that pair programming using attend's voice narration is a rather
different experience from typing my thoughts to a coding agent. There's
something very specific about saying what I mean out loud that forces me to
slow down and consider more deeply.
I invite you to see if you feel the same way.
Press a hotkey, say out loud, "this function should take a Duration instead of a raw u64" while your cursor is on the relevant code, and press the hotkey again.
Your coding agent receives your words interleaved with edits and selections in your text editor (Zed), selections from within your browser (Firefox or Chrome), clipboard contents (text and images), and shell commands (Fish or Zsh), and even selections from arbitrary other apps (macOS only) — all in chronological order, so it can understand your words and actions in context with one another while you're narrating.
See example narration for what the agent receives.
You'll need Rust to install attend:
cargo install --locked --git https://github.com/oxidecomputer/attend attend
The easiest way to integrate with Claude Code is to install the attend
plugin:
/plugin marketplace add oxidecomputer/attend
/plugin install attend@attend
Then write the required permissions (plugins cannot set these):
attend install --agent claude
When the plugin is detected, this writes only the permission grants that the plugin needs. Without the plugin, it performs a full manual installation of hooks and skills.
Install editor, browser, and shell integrations:
attend install
This detects which integrations are available on your system (editors, browsers, shells) and prompts you to confirm each one. It also provides the option of pre-downloading a local transcription model, so that it's ready on first-run (it will be downloaded anyhow when you first narrate).
Then follow your first narration session to start narrating with your coding agent.
Start here:
How-to guides:
Reference:
attend
subcommandUnderstanding attend:
Extending and contributing: