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-programmerGuides for using ai agents skills like pair-programmer.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:31:41.281Z",
"npmAuditRan": true,
"pipAuditRan": true
}pair-programmer is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by video-db. Pair Programmer for Claude Code, Codex and Cursor. It has 116 GitHub stars.
Yes. pair-programmer passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/video-db/pair-programmer" and add it to your Claude Code skills directory (see the Installation section above).
pair-programmer is primarily written in JavaScript. It is open-source under video-db on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh pair-programmer against similar tools.
No comments yet. Be the first to share your thoughts!
Pair 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.