# Pair Programmer Plugins A Claude Code plugin marketplace with tools for collaborative pair programming. ## Plugins ### [coworker-output-style](./plugins/coworker-output-style) A conversational output style that makes Claude talk like a friendly colleague on Slack. - Natural reactions ("hmm", "oh interesting", "wait actually") - Thinks out loud, asks clarifying questions - Suggests rather than dictates - No formalities ```bash /plugin install coworker-output-style@pair-programmer /output-style coworker ``` ### [zk](./plugins/zk) A zettelkasten memory system for persistent notes across sessions. - Zero conversational loss - captures insights automatically - Loads context at session start - Background gardening keeps notebook healthy - Supports project and global notebooks ```bash /plugin install zk@pair-programmer /zk ``` ## Installation ### Add the Marketplace ```bash /plugin marketplace add YOUR_USERNAME/pair-programmer-skill ``` ### Install Individual Plugins ```bash # Output style /plugin install coworker-output-style@pair-programmer # ZK memory system /plugin install zk@pair-programmer ``` ## Using Together The plugins are independent but complement each other well: 1. **coworker-output-style** - changes how Claude communicates 2. **zk** - gives Claude persistent memory With both installed: - Conversations feel natural and collaborative - Insights are captured without ceremony - You can pick up where you left off across sessions ## Requirements - Claude Code CLI - For zk plugin: [zk CLI tool](https://github.com/zk-org/zk) ## License MIT