by video-db
Pair Programmer for Claude Code, Codex and Cursor
# Add to your Claude Code skills
git clone https://github.com/video-db/pair-programmerPair Programmer is a skill that lets your AI coding assistant see your screen and hear your voice while you work.
It captures:
Everything gets saved and becomes searchable. So instead of explaining what happened, just ask:
It's like giving your AI eyes and ears.
https://github.com/user-attachments/assets/65af0b7e-3af9-4d05-9f0a-1415b19b4e9a
If you have an older version installed, remove it first before upgrading.
npx skills add video-db/pair-programmer
Get a free VideoDB API key from console.videodb.io (no credit card required) and set it:
export VIDEO_DB_API_KEY=your-key
Or add it to a .env file in your project root.
Note: Commands below (starting with
/) are run inside your AI coding agent — Claude Code, Cursor, Codex, etc. The command prefix may vary by agent. For example, Codex uses$instead of/.
Then run setup inside your agent:
/pair-programmer setup
🟢 Go Live — start capturing your screen, mic, and system audio:
/pair-programmer record
A window will pop up so you can choose what to capture. Once started, a small overlay shows you're live.
🔍 Search — ask questions about what happened:
/pair-programmer search "what was I working on when I mentioned the auth bug?"
/pair-programmer search "what did I say in the last 5 minutes?"
🎤 Act — said something you want done? Let your AI act on it:
/pair-programmer act
📋 Summary — get a quick recap:
/pair-programmer what-happened
⏹️ Stop — stop when you're done:
/pair-programmer stop
Ever had to explain the same thing twice to your AI? Or copy-paste an error message it could have just seen? Pair Programmer fixes that.
Watch a YouTube tutorial together — your AI follows along without you explaining anything.
Brainstorm out loud — just talk through your ideas. Your AI hears and remembers everything.
Debug without repeating yourself — it already saw the error on your screen.
Get context from meetings — had a call about requirements? Your AI was listening.
Use it for:
The
/prefix shown below is for Claude Code. Other agents may use a different prefix (e.g.$for Codex).
| Command | What it does |
|---------|--------------|
| /pair-programmer record | Go live — start capturing screen, mic, and audio |
| /pair-programmer stop | Stop capturing |
| /pair-programmer search "<query>" | Search what happened using plain English |
| /pair-programmer act | Act on something you said out loud |
| /pair-programmer what-happened | Get a summary of recent activity |
| /pair-programmer setup | Install dependencies and set things up |
| /pair-programmer config | Change settings |
You can also install via the Claude Code plugin marketplace:
/plugin marketplace add video-db/pair-programmer
/plugin install pair-programmer@videodb
Pair Programmer is open source. Use it, modify it, make it your own.
No comments yet. Be the first to share your thoughts!